summaryrefslogtreecommitdiffstats
path: root/app/templates
AgeCommit message (Collapse)AuthorFilesLines
2026-05-25Add per-user meal plans and household sharingKen D'Ambrosio3-1/+121
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-25Add recipe overview page linked from dashboard stat cardKen D'Ambrosio2-4/+87
Clicking "Active Recipes" on the dashboard goes to /recipes/overview, which shows favorites and the 12 most recently added recipes as cards. Favorites are highlighted with a red border. Stat card has a hover lift. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25Initial commit — menu.jots.org Flask/SQLite meal plannerKen D'Ambrosio9-0/+1554
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>