video-accessibility/backend/app
Vadym Samoilenko bbd324e3c7 feat: add Project Manager role + client/team assignment panel in admin user editor
- Add project_manager to all role dropdowns (UserList filter, create modal, UserDetail edit form)
- Add indigo badge color for project_manager in user list table
- Expose pm_client_ids in UserResponse schema and all admin user endpoints
- Add pm_client_ids to frontend User type
- Add UserAssignmentsPanel to UserDetail sidebar: PM users see client toggle list; other roles see client → team membership picker
- Add flexible hooks (useTeamsForClient, useAssignPMAny, useRemovePMAny, useAddTeamMemberAny, useRemoveTeamMemberAny)
- Fix useClient guard against literal "undefined" string causing 404 requests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-27 15:58:55 +01:00
..
__pycache__ fixed middleware silent swallowing of exceptions FINALLY 2025-10-08 18:19:59 -05:00
api/v1 feat: add Project Manager role + client/team assignment panel in admin user editor 2026-04-27 15:58:55 +01:00
core feat: Client → Team → Project isolation system with Project Manager role 2026-04-27 15:11:13 +01:00
lib feat: DCMP compliance, descriptive transcript, new languages, QA bug fixes 2026-03-27 11:50:43 +00:00
middleware fixed overly aggressive security algorithm 2025-10-08 17:49:20 -05:00
migrations feat: add linguist role and user management navigation 2026-04-16 11:46:33 +01:00
models feat: Client → Team → Project isolation system with Project Manager role 2026-04-27 15:11:13 +01:00
prompts feat: DCMP compliance, descriptive transcript, new languages, QA bug fixes 2026-03-27 11:50:43 +00:00
schemas feat: add Project Manager role + client/team assignment panel in admin user editor 2026-04-27 15:58:55 +01:00
services fix: correct cost tracker API field names and endpoint path 2026-04-27 13:42:29 +00:00
tasks feat: replace SDK with direct HTTP integration to centralized cost tracker 2026-04-27 13:36:15 +01:00
telemetry initial commit 2025-08-24 16:28:33 -05:00
main.py feat: Client → Team → Project isolation system with Project Manager role 2026-04-27 15:11:13 +01:00