docs: mark Step 7.3 as complete in PLAN.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-29 21:19:09 +00:00
parent e9804cdac8
commit 3ce694b15d

16
PLAN.md
View File

@@ -270,14 +270,14 @@ Check off items as completed. Each phase builds on the previous.
- [x] Write tests: healthz returns 200/503, static cache headers - [x] Write tests: healthz returns 200/503, static cache headers
- [x] **Commit checkpoint** (6cdf48f) - [x] **Commit checkpoint** (6cdf48f)
### Step 7.3: Egg Quick Capture ### Step 7.3: Egg Quick Capture
- [ ] Create `web/routes/eggs.py`: - [x] Create `web/routes/eggs.py`:
- [ ] GET / - Egg Quick Capture form - [x] GET / - Egg Quick Capture form
- [ ] POST /actions/product-collected - [x] POST /actions/product-collected
- [ ] Create `web/templates/eggs.py` with form - [x] Create `web/templates/eggs.py` with form
- [ ] Implement UX defaults (integer only, min=1, location sticks, qty clears) - [x] Implement UX defaults (integer only, min=1, location sticks, qty clears)
- [ ] Write tests: form renders, POST creates event, validation errors (422) - [x] Write tests: form renders, POST creates event, validation errors (422)
- [ ] **Commit checkpoint** - [x] **Commit checkpoint** (e9804cd)
### Step 7.4: Feed Quick Capture ### Step 7.4: Feed Quick Capture
- [ ] Create `web/routes/feed.py`: - [ ] Create `web/routes/feed.py`: