Mark task 14.1 as complete in tasks.md.

Task 14.1: Update FastAPI service to read X-User-ID header from incoming requests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marko Djordjevic 2026-02-20 13:44:06 +01:00
parent 399e760fa5
commit 9f76d7eb62

View file

@ -81,7 +81,7 @@
## 14. ML Service User Scoping ## 14. ML Service User Scoping
- [ ] 14.1 `[haiku]` Update FastAPI service to read `X-User-ID` header from incoming requests - [x] 14.1 `[haiku]` Update FastAPI service to read `X-User-ID` header from incoming requests
- [ ] 14.2 `[haiku]` Scope MLflow experiment names to include user ID (e.g., `user_{uuid}_training`) - [ ] 14.2 `[haiku]` Scope MLflow experiment names to include user ID (e.g., `user_{uuid}_training`)
- [ ] 14.3 `[sonnet]` Scope training run queries in FastAPI to filter by user ID - [ ] 14.3 `[sonnet]` Scope training run queries in FastAPI to filter by user ID