Add tool/equipment-list for a recipe #2062
Replies: 2 comments 5 replies
-
Thanks for the well written proposal, that's exactly what I think gets a good feature/PR started. Before answering your questions I want to prepend one: Do we really need two models/that much relational data Long story short: When I have seen "tools" or "equipment" being implemented somewhere it has always been just a comma seperated list/multiselect. I do think that adding additional information is nice but I think i would limit it to an amount field so that we can save ourselfs the unit. Also if we only have amount we can automate the logic for When it comes to the note I am unsure, we could leave that in, but the regarding your questions
Names: I dont really know how to make the user tool relation easy to use and understand for the user but i think it would be a very strong thing but we could also leave it out for now until I have implemented groups/houshoulds and add it afterwards so we dont have to write complex migrations. Looking forward to feedback |
Beta Was this translation helpful? Give feedback.
-
I don't think I have much to add other than my support for this idea. The idea of a dedicated section where equipment could be listed would be great. I do a lot of cooking at friends or families or on holiday so this would also simplify packing. Ideally it would be nice to select a number of recipies in order to generate a complete equipment list for packing/organisation purposes. |
Beta Was this translation helpful? Give feedback.
-
Since some recipes require special tools it would be helpfull to provide a list of tools for each recipe.
This feature was already requested but never implemented (#301)
First of all the tool list will be optional for recipes.
This feature will include at least two new models (tool and toolset) as well as a new foreign key for a recipe.
The tool model could contain following information:
The toolset model could contain following information:
As you might have noticed the models are similar to the food and ingredient models and should contain the missing information (e.g. space).
Like described in the toolset model I would like to introduce two options for the toolset:
I hope I have described the feature/addtion as well as possible and would like to discuss this feature/addition with you but also would like your feedback on what is missing or should be removed from the feature.
I am willing to implement this feature if it is approved and welcomed.
And I would like to start the discussion with the following questions:
Beta Was this translation helpful? Give feedback.
All reactions