docs(16-04): complete test suite multi-user update plan

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-05 11:32:52 +02:00
parent 5085d8e3f7
commit f3ac9d1327
3 changed files with 131 additions and 16 deletions

View File

@@ -26,10 +26,10 @@ Requirements for this milestone. Each maps to roadmap phases.
### Multi-User Data Model
- [ ] **MULTI-01**: Every item, category, thread, and setup is owned by a specific user
- [ ] **MULTI-02**: User can only see and modify their own data (cross-user isolation)
- [x] **MULTI-02**: User can only see and modify their own data (cross-user isolation)
- [ ] **MULTI-03**: Categories use composite unique constraint (userId + name)
- [ ] **MULTI-04**: Existing data is assigned to the original user during migration
- [ ] **MULTI-05**: MCP tools operate within the authenticated user's scope
- [x] **MULTI-04**: Existing data is assigned to the original user during migration
- [x] **MULTI-05**: MCP tools operate within the authenticated user's scope
- [ ] **MULTI-06**: Settings are per-user rather than global
### Image Storage
@@ -127,10 +127,10 @@ Which phases cover which requirements. Updated during roadmap creation.
| AUTH-04 | Phase 15 | Pending |
| AUTH-05 | Phase 15 | Pending |
| MULTI-01 | Phase 16 | Pending |
| MULTI-02 | Phase 16 | Pending |
| MULTI-02 | Phase 16 | Complete |
| MULTI-03 | Phase 16 | Pending |
| MULTI-04 | Phase 16 | Pending |
| MULTI-05 | Phase 16 | Pending |
| MULTI-04 | Phase 16 | Complete |
| MULTI-05 | Phase 16 | Complete |
| MULTI-06 | Phase 16 | Pending |
| IMG-01 | Phase 17 | Pending |
| IMG-02 | Phase 17 | Pending |