jacobsamo / Mixie

Mixie is an open source, community-driven recipe platform where home cooks and food enthusiasts can cook, create and collaborate on unique and delicious recipes.
https://mixiecooking.com
GNU Affero General Public License v3.0
1 stars 0 forks source link

🧾 Grocery lists #48

Open jacobsamo opened 1 year ago

jacobsamo commented 1 year ago

Add to the Grocery list

Have a button where users can easily add the ingredients on the recipe to their grocery list with a dialog opening to show where they could add them giving them a list of supported partners

Having multiple recipes be added to the shopping list

So let's say you have 3 recipes and you want to add them to a shopping list, you will want to search for that recipe and then add it, this will then add all the ingredients from the 3 lists.

This would auto around to the closest value so for example you have one recipe with half of a capsicum and another that uses a whole it would around to 2 capsicum's.

Implementation this might look like this: a dialog (this is a shared component) will open, and this will have the base ingredients if any are passed. under that will have image

TODO: