From 254466827ccc2104673490910631812c284fd468 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Tue, 30 Dec 2025 14:33:10 +0000 Subject: [PATCH] docs: mark Step 7.5 as complete in PLAN.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- PLAN.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/PLAN.md b/PLAN.md index bcfcc53..34073b1 100644 --- a/PLAN.md +++ b/PLAN.md @@ -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) ---