diff options
Diffstat (limited to '.agent/design.md')
| -rw-r--r-- | .agent/design.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.agent/design.md b/.agent/design.md index 47ff403..829f86f 100644 --- a/.agent/design.md +++ b/.agent/design.md @@ -351,15 +351,6 @@ Aggregated shopping lists from Trello + PlanToEat + user items. - Large touch targets
- Fixed bottom quick-add
-### Meals View (`/tabs/meals`)
-
-PlanToEat meal schedule for the next 7 days.
-
-**Features:**
-- Meals grouped by date + meal type (breakfast/lunch/dinner)
-- Multiple recipes for same slot combined with " + " separator
-- Sorted by date, then meal type order
-
### Conditions Page (`/conditions`)
**Public route** - no authentication required.
@@ -828,7 +819,6 @@ npx tailwindcss -i web/static/css/input.css -o web/static/css/output.css --watch | GET | `/tabs/timeline` | Timeline partial |
| GET | `/tabs/tasks` | Tasks partial |
| GET | `/tabs/planning` | Planning partial |
-| GET | `/tabs/meals` | Meals partial |
| GET | `/tabs/shopping` | Shopping partial |
| GET | `/conditions` | Live feeds page (public) |
| POST | `/complete-atom` | Complete task/card/bug |
@@ -838,7 +828,6 @@ npx tailwindcss -i web/static/css/input.css -o web/static/css/output.css --watch | POST | `/bugs` | Submit bug report |
| POST | `/shopping/add` | Add shopping item |
| GET | `/shopping/mode/{store}` | Shopping mode view |
-| POST | `/shopping/mode/{store}/toggle` | Toggle shopping item |
| POST | `/shopping/mode/{store}/complete` | Complete shopping item |
| GET | `/settings` | Settings page |
| POST | `/settings/features` | Create feature toggle |
|
