Commit Graph

5 Commits

Author SHA1 Message Date
Christopher C. Wells cdec6b7421 Add support for recipe recipe ingredients 2021-01-23 10:07:03 -08:00
Christopher C. Wells 461796fe21 Remove remaining FoodAmount references 2021-01-22 23:57:41 -08:00
Christopher C. Wells 63d074a723 Refactor Recipe to support IngredientAmount (WIP)
Only Food IngredientAmounts are supported currently.
2021-01-22 23:47:54 -08:00
Christopher C. Wells 99129e3c76 Create IngredientAmount class
This class will replace FoodAmount when it has proper support for
calculating nutrients for FoodAmount and Recipe combinations.
2021-01-22 22:02:20 -08:00
Christopher C. Wells ffd635a750 Add initial Recipe support to ingredient picker (WIP)
A new class it likely needed here -- IngredientAmount -- to support either a
Food or a Recipe.
2021-01-22 21:12:10 -08:00