-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add recipe related fake data #31
Comments
Sure, PR welcome🙂 |
@sirwindfield Ping |
Ah, I totally forgot about this, sorry! I will get around this in two weeks when I have vacation :) |
@sirwindfield I just ping you but not for the interested of using this. It's still up to you to do it, I don't need it. |
I see! I already had the list available and lying around and I don't think incorporating it would be too much effort :) Contributing back to some libraries I use ;) |
I'm currently needing fake data for recipe and ingredients, including separated lists for vegetables, fruits, nuts etc.
I'd imagine something like this:
As of now, I do not have recipe steps implemented but might add them later on. One thing that might actually be better would be moving the
Ingredient
call to a separate call likeFruit(), Vegetable(), Nut()
and haveRecipe
re-use them. That way, they are not coupled to recipes and should make it clear that they can be used by their own.If there is interest I can open a PR so you can merge my additions back into master.
The text was updated successfully, but these errors were encountered: