diff --git a/01 Projects/video-accessibility/Video Accessibility Platform.md b/01 Projects/video-accessibility/Video Accessibility Platform.md index b80a6a5..291f8f5 100644 --- a/01 Projects/video-accessibility/Video Accessibility Platform.md +++ b/01 Projects/video-accessibility/Video Accessibility Platform.md @@ -81,6 +81,10 @@ Pipeline phases: | 2026-03-03 | Add download assets panel + VTT file upload to QC review | ## Sessions +### 2026-04-16 – Create a user management system allowing +**Asked:** Create a user management system allowing admin to create local login users (non-SSO) with linguist role for outsourced linguists. +**Done:** Implemented user management system with local authentication, admin-only user creation, and linguist role support; committed to main and identified missing migration step in deploy script. + ### 2026-04-16 – Create a user management system allowing **Asked:** Create a user management system allowing admins to create login/password-based users with linguist role for external contractors. **Done:** Implemented user management backend with linguist role, default admin seeding, and MongoDB schema migration. @@ -96,6 +100,7 @@ Pipeline phases: ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-16 | User management system | User creation, local auth, linguist role, migration setup | backend user models, migration files, full-deploy.sh | | 2026-04-16 | User management system | Added linguist role enum, MongoDB migration, admin seeding, sidebar link | models/user.py, migrations/add_linguist_role.py, core/seed.py, main.py | | 2026-04-16 | User Management System | User creation, authentication, linguist roles, admin controls | User.tsx, UserManagement.tsx, AuthService.ts, Sidebar.tsx | | 2026-03-27 | Fix ♪ encoding in VTT | Add charset=utf-8 to content-type | backend | diff --git a/99 Daily/2026-04-16.md b/99 Daily/2026-04-16.md index d96c2cd..58d7240 100644 --- a/99 Daily/2026-04-16.md +++ b/99 Daily/2026-04-16.md @@ -53,3 +53,6 @@ tags: [daily] - 11:46 | `video-accessibility` - **Asked:** Create a user management system allowing admins to create login/password-based users with linguist role for external contractors. - **Done:** Implemented user management backend with linguist role, default admin seeding, and MongoDB schema migration. +- 11:49 | `video-accessibility` + - **Asked:** Create a user management system allowing admin to create local login users (non-SSO) with linguist role for outsourced linguists. + - **Done:** Implemented user management system with local authentication, admin-only user creation, and linguist role support; committed to main and identified missing migration step in deploy script.