|
|
25f61d456c
|
add completedBingoCard schema, request_new_bingo_card WS message
|
2026-03-13 11:23:10 +01:00 |
|
|
|
4ada13ca9f
|
add quiz schemas to shared types: QuizQuestion, GameState fields, WS messages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-13 06:48:21 +01:00 |
|
|
|
44ea815f95
|
add submit_actual_results WS message type
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-12 22:12:52 +01:00 |
|
|
|
00e17d1f28
|
add actual results schema, prediction points to leaderboard and game state
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-12 22:12:41 +01:00 |
|
|
|
38a0c9f55a
|
fix host UX: revert act, inline open/close voting, larger bingo text, scoring explanation, simplify player list
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-12 21:22:35 +01:00 |
|
|
|
e48ee2ca35
|
add jury voting, bingo WS message types
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-12 19:45:35 +01:00 |
|
|
|
9ec0225e4b
|
add jury, bingo, leaderboard schemas to shared game types
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-12 19:45:32 +01:00 |
|
|
|
5a429eb798
|
remove dish WS messages, update prediction message to first/second/third/last
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-12 15:05:49 +01:00 |
|
|
|
2edffdd7f9
|
rewrite game types: entry model with flag/artist/song, ordered predictions, remove dishes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-12 15:05:25 +01:00 |
|
|
|
eed14f863c
|
update acts to pre-show/live-event/scoring, add ACT_LABELS, remove unused constants
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-12 15:03:17 +01:00 |
|
|
|
22bae2aa82
|
add WS message types for predictions, dishes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-12 11:10:52 +01:00 |
|
|
|
4ee2252dde
|
add shared game types for predictions, dishes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-12 11:10:24 +01:00 |
|
|
|
ff311b5fac
|
implement foundation + room system (Plan 1 of 5)
Bun workspace monorepo with shared, server, client packages.
Server: Hono + @hono/node-ws, Drizzle + PostgreSQL, in-memory room manager
with WebSocket broadcasting, HTTP room creation, DB persistence layer.
Client: React 19 + Vite + Tailwind v4 + shadcn/ui, TanStack Router with
landing/display/host/player routes, Zustand store, WebSocket connection hook.
20 tests passing (room manager unit + WS integration).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 12:52:32 +01:00 |
|