docs: mark Step 7.5 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-30 14:33:10 +00:00
parent ff4fa86beb
commit 254466827c

16
PLAN.md
View File

@@ -291,14 +291,14 @@ Check off items as completed. Each phase builds on the previous.
- [x] **Commit checkpoint** (68e1a59)
### Step 7.5: Move Animals
- [ ] Create `web/routes/move.py`:
- [ ] GET /move - Move Animals form
- [ ] POST /actions/animal-move
- [ ] Create `web/templates/move.py` with selection UI
- [ ] Implement mismatch confirmation flow
- [ ] Write tests: form renders, move validation, mismatch (409)
- [ ] Write test: E2E test #8 (optimistic lock)
- [ ] **Commit checkpoint**
- [x] Create `web/routes/move.py`:
- [x] GET /move - Move Animals form
- [x] POST /actions/animal-move
- [x] Create `web/templates/move.py` with selection UI
- [x] Implement mismatch confirmation flow
- [x] Write tests: form renders, move validation, mismatch (409)
- [x] Write test: E2E test #8 (optimistic lock)
- [x] **Commit checkpoint** (ff4fa86)
---