From acfd92ed803e75bd02e291556bba48579add784d Mon Sep 17 00:00:00 2001 From: Ken D'Ambrosio Date: Mon, 25 May 2026 01:02:59 +0000 Subject: Add per-user meal plans and household sharing Each user now has their own meal plan and shopping list. Users can form a household (invite by username, owner can remove members) so that shopping list generation combines all household members' plans. DB migration preserves existing data assigned to user id=1. Co-Authored-By: Claude Sonnet 4.6 --- app/templates/base.html | 5 ++ app/templates/household.html | 106 +++++++++++++++++++++++++++++++++++++++ app/templates/shopping_list.html | 11 +++- 3 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 app/templates/household.html (limited to 'app/templates') diff --git a/app/templates/base.html b/app/templates/base.html index b58ef64..6702474 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -40,6 +40,11 @@ Shopping List +