Bug: Meal plan grocery list doesn't consolidate ingredients #9
Labels
No labels
bug
deferred
documentation
enhancement
feature
infra
integration
marketing
priority:high
priority:low
priority:medium
Pro
security
UX
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frank/cookslate#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
MealPlan::generateGroceryList() calls create() per ingredient, bypassing consolidation. Two recipes needing flour = two separate entries.\n\nFix: Add optional servingsMultiplier param to addFromRecipe(), rewrite generateGroceryList() to use it. Remove duplicate parseAmount/formatAmount from MealPlan.php (already extracted to UnitConverter).\n\nEstimate: 1.25 hr | Value: High\nFiles: api/models/MealPlan.php, api/models/GroceryItem.php\n\nRef: docs/roadmap.md