-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
For the moment, recipes referenced as ingredients are just added in the ingredients list as such. Those recipes being made themselves of ingredients, if one needs a full shopping list to make everything from scratch, there is a need for "expansion"
Some initial thoughts:
- Expansion should not be automatic. Say I have already made pizza dough waiting in the freezer, I would prefer having it referenced as an ingredient.
- The expansion level could potentially be configured (i.e. recursivity or not)
- One may want to expand only some of the recipes referenced as ingredients.
- There is a need for the parser to have access to the raw recipe string. This could be made generic by allowing a provider which could be a file reader, an API, etc.