docs(16-02): complete service layer userId scoping plan

- SUMMARY.md documents 7 service files updated with userId parameter
- STATE.md advanced to plan 2 of 4 in phase 16
- ROADMAP.md updated with plan progress
- Requirements MULTI-01, MULTI-02, MULTI-03, MULTI-06 marked complete
This commit is contained in:
2026-04-05 10:45:30 +02:00
parent 242cacea7c
commit 884bec0b35
4 changed files with 171 additions and 20 deletions

View File

@@ -26,8 +26,8 @@ Requirements for this milestone. Each maps to roadmap phases.
### Multi-User Data Model
- [x] **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)
- [ ] **MULTI-03**: Categories use composite unique constraint (userId + name)
- [x] **MULTI-02**: User can only see and modify their own data (cross-user isolation)
- [x] **MULTI-03**: Categories use composite unique constraint (userId + name)
- [x] **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-06**: Settings are per-user rather than global
@@ -127,8 +127,8 @@ Which phases cover which requirements. Updated during roadmap creation.
| AUTH-04 | Phase 15 | Pending |
| AUTH-05 | Phase 15 | Pending |
| MULTI-01 | Phase 16 | Complete |
| MULTI-02 | Phase 16 | Pending |
| MULTI-03 | Phase 16 | Pending |
| MULTI-02 | Phase 16 | Complete |
| MULTI-03 | Phase 16 | Complete |
| MULTI-04 | Phase 16 | Complete |
| MULTI-05 | Phase 16 | Pending |
| MULTI-06 | Phase 16 | Complete |