brackt/app/routes/api
Chris Parsons b5a6741d45
feat: add public read-only draft state API endpoint (#52)
Adds GET /api/seasons/:seasonId/draft returning current pick number,
who's on the clock, and the full picks list with usernames and sport.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 00:35:23 -08:00
..
__tests__ fix: harden draft timer system with race-condition safety and DRY refactor (#34) 2026-02-23 23:23:24 -08:00
webhooks refactor: simplify user update logic in Clerk webhook handler to reuse findOrCreateUser 2025-10-14 21:50:07 -07:00
autodraft.update.ts Claude/redesign autodraft queue c4 kp r (#40) 2026-02-27 22:16:26 -08:00
draft.adjust-time-bank.ts Claude/fix pick timer ghll n (#29) 2026-02-22 19:29:29 -08:00
draft.force-autopick.ts Claude/fix pick timer ghll n (#29) 2026-02-22 19:29:29 -08:00
draft.force-manual-pick.ts fix: harden draft timer system with race-condition safety and DRY refactor (#34) 2026-02-23 23:23:24 -08:00
draft.make-pick.ts fix: harden draft timer system with race-condition safety and DRY refactor (#34) 2026-02-23 23:23:24 -08:00
draft.pause.ts Claude/fix pick timer ghll n (#29) 2026-02-22 19:29:29 -08:00
draft.replace-pick.ts Claude/fix pick timer ghll n (#29) 2026-02-22 19:29:29 -08:00
draft.resume.ts Claude/fix pick timer ghll n (#29) 2026-02-22 19:29:29 -08:00
draft.rollback.ts Claude/fix pick timer ghll n (#29) 2026-02-22 19:29:29 -08:00
draft.start.ts fix: harden draft timer system with race-condition safety and DRY refactor (#34) 2026-02-23 23:23:24 -08:00
queue.add.ts Claude/fix pick timer ghll n (#29) 2026-02-22 19:29:29 -08:00
queue.clear.ts Claude/fix pick timer ghll n (#29) 2026-02-22 19:29:29 -08:00
queue.remove.ts Claude/fix pick timer ghll n (#29) 2026-02-22 19:29:29 -08:00
queue.reorder.ts Claude/fix pick timer ghll n (#29) 2026-02-22 19:29:29 -08:00
seasons.$seasonId.draft.ts feat: add public read-only draft state API endpoint (#52) 2026-03-02 00:35:23 -08:00