vault backup: 2026-04-16 11:50:07

This commit is contained in:
Vadym Samoilenko 2026-04-16 11:50:07 +01:00
parent 4d2695d292
commit d7852e7e89
2 changed files with 8 additions and 0 deletions

View file

@ -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 |

View file

@ -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.