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 |
ST-DDT
left a comment
There was a problem hiding this comment.
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.