docs: add Phase 21 (Item & Catalog Detail Pages), renumber 21→22, 22→23
Some checks failed
CI / ci (push) Failing after 13s
CI / e2e (push) Has been skipped

This commit is contained in:
2026-04-06 14:38:27 +02:00
parent 4b8dec6252
commit 2d71ce15af
2 changed files with 44 additions and 16 deletions

View File

@@ -58,6 +58,14 @@ Requirements for this milestone. Each maps to roadmap phases.
- [ ] **CATFLOW-07**: Manual entry fallback when item not in catalog
- [ ] **CATFLOW-08**: Non-functional "Submit to catalog?" prompt shown after manual save
### Item & Catalog Detail Pages
- [ ] **DETAIL-01**: Clicking a collection item navigates to a full detail page (`/items/:id`) showing all item data
- [ ] **DETAIL-02**: Clicking a catalog search result navigates to a public detail page (`/global-items/:id`) with "Add to Collection" button
- [ ] **DETAIL-03**: Item detail page has edit mode toggle for modifying personal fields (notes, category, quantity, purchase price)
- [ ] **DETAIL-04**: Thread candidates navigate to detail pages instead of opening slide-out panels
- [ ] **DETAIL-05**: Slide-out panels for items and candidates are removed from the application
### Tags
- [x] **TAG-01**: Tags table seeded with curated tag set for outdoor/adventure gear
@@ -165,18 +173,23 @@ Which phases cover which requirements. Updated during roadmap creation.
| CATFLOW-01 | Phase 20 | Complete |
| CATFLOW-02 | Phase 20 | Complete |
| CATFLOW-03 | Phase 19, 21 | Pending |
| CATFLOW-03 | Phase 19, 22 | Pending |
| CATFLOW-04 | Phase 19 | Complete |
| CATFLOW-05 | Phase 19, 21 | Pending |
| CATFLOW-06 | Phase 19, 21 | Pending |
| CATFLOW-07 | Phase 22 | Pending |
| CATFLOW-08 | Phase 22 | Pending |
| CATFLOW-05 | Phase 19, 22 | Pending |
| CATFLOW-06 | Phase 19, 22 | Pending |
| CATFLOW-07 | Phase 23 | Pending |
| CATFLOW-08 | Phase 23 | Pending |
| TAG-01 | Phase 19 | Complete |
| TAG-02 | Phase 19 | Complete |
| DETAIL-01 | Phase 21 | Pending |
| DETAIL-02 | Phase 21 | Pending |
| DETAIL-03 | Phase 21 | Pending |
| DETAIL-04 | Phase 21 | Pending |
| DETAIL-05 | Phase 21 | Pending |
**Coverage:**
- v2.0 requirements: 40 total
- Mapped to phases: 40
- v2.0 requirements: 45 total
- Mapped to phases: 45
- Unmapped: 0
---