Commit Graph

5 Commits

Author SHA1 Message Date
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 6b406a63ca Update nutrient calculation for IngredientAmount 2021-01-22 22:31:59 -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
Christopher C. Wells ab10dd0342 Use slugs for recipe and food routes 2021-01-01 20:34:55 -08:00