vault backup: 2026-04-27 16:06:30
This commit is contained in:
parent
1b5de3ea80
commit
fab360b300
2 changed files with 9 additions and 1 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue