docs(19-03): complete global item tag filtering and COALESCE merge plan

This commit is contained in:
2026-04-06 00:27:14 +02:00
parent 0a233c754d
commit 1b7b005c83
4 changed files with 118 additions and 17 deletions

View File

@@ -55,7 +55,7 @@
- [ ] **Phase 16: Multi-User Data Model** — Add user ownership to all entities with cross-user data isolation
- [ ] **Phase 17: Object Storage** — Move images from local filesystem to MinIO (S3-compatible)
- [x] **Phase 18: Global Items & Public Profiles** — Global item catalog, user profiles, and public setup sharing (completed 2026-04-05)
- [ ] **Phase 19: Reference Item Model & Tags Schema** — Collection items as references to global catalog, tag system for discovery
- [x] **Phase 19: Reference Item Model & Tags Schema** — Collection items as references to global catalog, tag system for discovery (completed 2026-04-05)
- [ ] **Phase 20: FAB & Full-Screen Catalog Search** — Global FAB with mini menu, full-screen catalog search with tag filtering
- [ ] **Phase 21: Add-from-Catalog & Thread Integration** — Add catalog items to collection and threads, resolution creates reference items
- [ ] **Phase 22: Manual Entry Fallback** — Manual add for items not in catalog, non-functional submission prompt
@@ -184,11 +184,11 @@ Plans:
2. Global items can have multiple tags, searchable via API
3. Thread candidates can link to a global item via globalItemId
4. Resolving a thread with a catalog-linked candidate creates a reference item with auto-link
**Plans:** 2/3 plans executed
**Plans:** 3/3 plans complete
Plans:
- [x] 19-01-PLAN.md — Schema, migration, Zod schemas, types, seed script
- [x] 19-02-PLAN.md — Item service COALESCE merge, thread resolution, route cleanup
- [ ] 19-03-PLAN.md — Global item tag filtering, secondary service merge propagation
- [x] 19-03-PLAN.md — Global item tag filtering, secondary service merge propagation
### Phase 20: FAB & Full-Screen Catalog Search
**Goal**: Users discover and add gear through a catalog-first search experience with tag filtering
@@ -247,7 +247,7 @@ Plans:
| 16. Multi-User Data Model | v2.0 | 0/? | Not started | - |
| 17. Object Storage | v2.0 | 0/? | Not started | - |
| 18. Global Items & Public Profiles | v2.0 | 4/5 | Complete | 2026-04-05 |
| 19. Reference Item Model & Tags Schema | v2.0 | 2/3 | In Progress| |
| 19. Reference Item Model & Tags Schema | v2.0 | 3/3 | Complete | 2026-04-05 |
| 20. FAB & Full-Screen Catalog Search | v2.0 | 0/? | Not started | - |
| 21. Add-from-Catalog & Thread Integration | v2.0 | 0/? | Not started | - |
| 22. Manual Entry Fallback | v2.0 | 0/? | Not started | - |