feat(meal-plan) dish amount description on card; use recipe default amount on add #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "meal-plan-dish-amount"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
recipeAmountDescriptionis now shown left of the +/− step control on each dish card in the list view. Flows throughMealPlanDayDishDto→MealPlanDayDishModel→ mapper →MealPlanDishCard. Hidden when absent. Also shown in read-only view. Backend field exposed via recipe-backend MR #5.CompactRecipeModel.amount(falling back to 1 when absent).amountDescriptionis also mapped through for future use. Backend fields exposed via recipe-backend MR #6.Test plan
Generated with Claude Code
In read only view the amount description in the recipe is now shown. But there is still some default amount shown as well. In read only, i'd prefer for the amount description of the recipe being shown right of the amount.
in edit mode, it must remain left of the amount controls. Otherwise the gui will seem to be unaligned.
