diff --git a/01 Projects/video-accessibility/Video Accessibility Platform.md b/01 Projects/video-accessibility/Video Accessibility Platform.md index 8fb4b02..0f5c0a6 100644 --- a/01 Projects/video-accessibility/Video Accessibility Platform.md +++ b/01 Projects/video-accessibility/Video Accessibility Platform.md @@ -10,7 +10,7 @@ server: TBD tags: [oliver, video, accessibility, ai, captions, audio-description, tts, celery, mongodb] created: 2026-04-14 last_commit: 2026-04-27 -commits: 223 +commits: 224 --- ## Overview @@ -82,6 +82,10 @@ Pipeline phases: | 2026-03-03 | Add download assets panel + VTT file upload to QC review | ## Sessions +### 2026-04-27 – Asked for PM role and client/team +**Asked:** Asked for PM role and client/team assignment functionality in user panel. +**Done:** Added migration step to full-deploy.sh and committed changes. + ### 2026-04-27 – Add PM role with ability to **Asked:** Add PM role with ability to assign users to clients and teams in the admin panel. **Done:** Added pm_client_ids field to backend UserResponse schema and frontend User interface, implemented PM assignment hooks. @@ -189,6 +193,7 @@ Pipeline phases: ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-27 | PM role & user assignments | Added migration step, implemented client/team assignment in user panel | full-deploy.sh, user panel components | | 2026-04-27 | PM role and user assignment | Added pm_client_ids to UserResponse and User interface, implemented useTeamsForClient and useAssignPMAny hooks | backend/app/schemas/auth.py, backend/app/api/v1/routes_admin.py, frontend/src/types/api.ts, frontend/src/hooks/useClients.ts | | 2026-04-27 | PM role & client assignment | Added pm_client_ids to UserResponse and User interface, created useTeamsForClient and useAssignPMAny hooks | backend/app/schemas/auth.py, backend/app/api/v1/routes_admin.py, frontend/src/types/api.ts, frontend/src/hooks/useClients.ts | | 2026-04-27 | User role and assignment management | UserResponse calls updated to support client and team assignment | UserResponse implementation files | diff --git a/99 Daily/2026-04-27.md b/99 Daily/2026-04-27.md index 1e2baa8..3f49052 100644 --- a/99 Daily/2026-04-27.md +++ b/99 Daily/2026-04-27.md @@ -242,3 +242,6 @@ tags: [daily] - 16:02 | `video-accessibility` - **Asked:** Add PM role with ability to assign users to clients and teams in the admin panel. - **Done:** Added pm_client_ids field to backend UserResponse schema and frontend User interface, implemented PM assignment hooks. +- 16:05 | `video-accessibility` + - **Asked:** Asked for PM role and client/team assignment functionality in user panel. + - **Done:** Added migration step to full-deploy.sh and committed changes.