video-accessibility/backend/app/api/v1
michael 150a3e27bd fix: include client_id in JobResponse for user filter
The Created By filter dropdown was empty because client_id was not
being returned by the API. Added client_id to JobResponse schema
and included it in the list_jobs response.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 07:28:05 -06:00
..
__pycache__ more fixes for refresh token - this time maintaining the username and role properly across refresh 2025-10-08 23:09:29 -05:00
routes_admin.py added production user role and made it default for new MSAL users - production can access everything EXCEPT user management - that's only for admin 2025-10-10 10:07:30 -05:00
routes_auth.py added production user role and made it default for new MSAL users - production can access everything EXCEPT user management - that's only for admin 2025-10-10 10:07:30 -05:00
routes_files.py initial commit 2025-08-24 16:28:33 -05:00
routes_jobs.py fix: include client_id in JobResponse for user filter 2025-12-27 07:28:05 -06:00
routes_review_notes.py feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
routes_tts.py feat: add TTS settings panel with model, speed, and style options 2025-12-22 15:22:14 -06:00
routes_websockets.py wrote docker files and deployment instructions 2025-10-08 16:00:12 -05:00