docs(23-01): complete manual entry fallback plan

- ManualEntryForm component with CategoryPicker, ImageUpload, price-to-cents conversion
- CatalogSearchOverlay wired with Add Manually entry points, inline form, success card
- STATE.md updated with position, decisions, metrics
- ROADMAP.md phase 23 marked complete
- CATFLOW-07, CATFLOW-08 requirements marked complete
This commit is contained in:
2026-04-06 17:57:58 +02:00
parent f0e1cf4b9b
commit 724ae96011
3 changed files with 136 additions and 18 deletions

View File

@@ -59,7 +59,7 @@
- [x] **Phase 20: FAB & Full-Screen Catalog Search** — Global FAB with mini menu, full-screen catalog search with tag filtering (completed 2026-04-06)
- [x] **Phase 21: Item & Catalog Detail Pages** — Full detail pages for collection items and catalog entries, replacing slide-out panels (completed 2026-04-06)
- [x] **Phase 22: Add-from-Catalog & Thread Integration** — Add catalog items to collection and threads, resolution creates reference items (completed 2026-04-06)
- [ ] **Phase 23: Manual Entry Fallback** — Manual add for items not in catalog, non-functional submission prompt
- [x] **Phase 23: Manual Entry Fallback** — Manual add for items not in catalog, non-functional submission prompt (completed 2026-04-06)
## Phase Details
@@ -242,9 +242,9 @@ Plans:
1. User can fall back to manual entry from catalog search via "Add Manually" link
2. Manual entry saves a standalone collection item (no globalItemId)
3. "Submit to catalog?" prompt appears after manual save but takes no backend action
**Plans:** 1 plan
**Plans:** 1/1 plans complete
Plans:
- [ ] 23-01-PLAN.md -- ManualEntryForm + CatalogSearchOverlay wiring
- [x] 23-01-PLAN.md -- ManualEntryForm + CatalogSearchOverlay wiring
**UI hint**: yes
## Progress
@@ -273,4 +273,4 @@ Plans:
| 20. FAB & Full-Screen Catalog Search | v2.0 | 2/2 | Complete | 2026-04-06 |
| 21. Item & Catalog Detail Pages | v2.0 | 1/1 | Complete | 2026-04-06 |
| 22. Add-from-Catalog & Thread Integration | v2.0 | 2/2 | Complete | 2026-04-06 |
| 23. Manual Entry Fallback | v2.0 | 0/? | Not started | - |
| 23. Manual Entry Fallback | v2.0 | 1/1 | Complete | 2026-04-06 |