summaryrefslogtreecommitdiffstats
path: root/app/templates/shopping_list.html
AgeCommit message (Collapse)AuthorFilesLines
2026-05-25Add per-user meal plans and household sharingKen D'Ambrosio1-1/+10
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 <noreply@anthropic.com>
2026-05-25Initial commit — menu.jots.org Flask/SQLite meal plannerKen D'Ambrosio1-0/+167
Full-featured weekly menu planner with: - Recipe library with ratings, comments, cuisine/nationality, added-by attribution - AI recipe assistant (Claude) with URL fetching and file upload - Weekly meal plan grid with shopping list generation - Sort by name, prep/cook time, or rating - Print and copy-link support - Deployed on LXC container (192.168.10.51) behind Apache reverse proxy Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>