Treat Recipes as Foods dynamically #3301
PeterAttardo
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
that would actually be pretty cool. Sadly also a bit complicated, I am already struggeling a bit with the dependency tree after updating a food/recipe with properties. What I definitely need to do is include sub recipes in the property calculation, there I could also include calculation for ingredients that are recipes, that would solve this issue as well. Maybe I should also disable putting properties on foods that have a recipe linked. All of these are topics for after #2976 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently when you create a recipe, you can check the
create food
option to create a food entry so that you can include that recipe as an ingredient in other recipes. This appears to be a static creation however; simply creating a new entry in the food table and auto-populating some values. It would be nice if they were tied together in a more dynamic way, where the resulting food carries over the properties of the recipe, and updates those values if and when the recipe is altered. Because all recipes are quantized in servings, theProperties Food Amount
andProperties Food Unit
could default to1 Serving
, and conversions fromServing
to weight/volumetric measurements could be added on a per-recipe basis.Beta Was this translation helpful? Give feedback.
All reactions