video-accessibility/frontend/src
Vadym Samoilenko fe608401be feat(w-12): brief workflow UI — list, create, detail, NewJob pre-fill
- BriefsList.tsx: table with status badge, submitted badge count
- NewBrief.tsx: form with title, description, outputs, language picker,
  deadline, project selector; calls POST /briefs
- BriefDetail.tsx: status actions — Submit (DRAFT), Approve (SUBMITTED,
  admin/PM), Create Job link (?brief_id=) for APPROVED briefs
- NewJob.tsx: reads ?brief_id, fetches brief via useBrief, pre-fills
  languages/outputs/deadline/project_id; sends brief_id in FormData
- Sidebar: Briefs link (client/production/admin/PM) with submitted-count
  badge from useBriefs()
- JobCreateRequest type: brief_id optional field
- briefs API methods: listBriefs, createBrief, getBrief, submitBrief,
  approveBrief; hooks: useBriefs, useBrief, useCreateBrief,
  useSubmitBrief, useApproveBrief

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-29 20:41:49 +01:00
..
__tests__ initial commit 2025-08-24 16:28:33 -05:00
assets initial commit 2025-08-24 16:28:33 -05:00
components feat(w-12): brief workflow UI — list, create, detail, NewJob pre-fill 2026-04-29 20:41:49 +01:00
contexts bug fixes for frontend when trying to npm run build 2025-10-08 16:47:14 -05:00
hooks feat(w-12): brief workflow UI — list, create, detail, NewJob pre-fill 2026-04-29 20:41:49 +01:00
lib feat(w-12): brief workflow UI — list, create, detail, NewJob pre-fill 2026-04-29 20:41:49 +01:00
routes feat(w-12): brief workflow UI — list, create, detail, NewJob pre-fill 2026-04-29 20:41:49 +01:00
styles initial commit 2025-08-24 16:28:33 -05:00
test bug fixes for frontend when trying to npm run build 2025-10-08 16:47:14 -05:00
types feat(w-12): brief workflow UI — list, create, detail, NewJob pre-fill 2026-04-29 20:41:49 +01:00
utils feat(pr4+pr5): hotkeys, unified status labels, upload size constant 2026-04-29 18:42:03 +01:00
App.css initial commit 2025-08-24 16:28:33 -05:00
App.tsx feat(w-12): brief workflow UI — list, create, detail, NewJob pre-fill 2026-04-29 20:41:49 +01:00
index.css initial commit 2025-08-24 16:28:33 -05:00
main.tsx added MSAL microsoft authentication 2025-10-10 09:19:39 -05:00
vite-env.d.ts initial commit 2025-08-24 16:28:33 -05:00