-
-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(food): new module #2484
feat(food): new module #2484
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## next #2484 +/- ##
==========================================
- Coverage 99.57% 99.55% -0.02%
==========================================
Files 2807 2820 +13
Lines 250526 251739 +1213
Branches 1149 1167 +18
==========================================
+ Hits 249450 250613 +1163
- Misses 1076 1097 +21
- Partials 0 29 +29
|
Please fix the "merge conflicts" (although I don't think there are any for local executions). |
@xDivisionByZerox would you be OK with me continuing work on this to address some of the feedback and get to an MVP? |
@matthewmayer I would be happy if you would continue working on this. |
You can see a sample menu from the Faker Bistro here ;) https://gist.github.com/matthewmayer/794406e8281e2c796e70495a1598ec50 Generated with: console.log(faker.helpers.multiple(a=>faker.helpers.fake("**{{food.dish}}** - {{commerce.price({\"max\":30})}}\n\n{{food.description}}\n\n"),{count:50}).join("")) |
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
FFR: This feature would benefit from #2584 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A little typo but otherwise good to go.
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
Just checking out of curiosity, I see a new version with this module has not been published yet. Is that intentional? |
Yes it's intentional it will appear in v9 but there are a few more things to merge before the first alpha/beta version of v9 will be released. |
Description
MVP implementation for a new
FoodModule
. The locale data is based on the dataset of the ruby Faker library.Feel free to discuss certain implementation details or locale data as you wish.
More Context
Resolves #1593.