Commit Graph

11 Commits

Author SHA1 Message Date
felixfoertsch 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
felixfoertsch 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
felixfoertsch e619a5f1a9 add ESC 2026 country lineup data
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 11:10:02 +01:00
felixfoertsch 0cd1d9d2f6 fix TanStack Router basepath for production subpath deployment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:09:51 +01:00
felixfoertsch 993efa9de8 fix deploy script: correct bun path, .htaccess api exclusion, U8 backend syntax
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:08:40 +01:00
felixfoertsch a109cfb3c1 add deploy script, fix production paths, use port 3006
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:01:59 +01:00
felixfoertsch 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
felixfoertsch cd993e032d add .gitignore with worktrees exclusion 2026-03-11 12:15:25 +01:00
felixfoertsch f03c7193f6 tighten spec: bingo grid ordering, jury rounding, prediction constraints
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 11:27:44 +01:00
felixfoertsch 6dcdea41be address spec review feedback: fill gaps, fix ambiguities
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 11:26:45 +01:00
felixfoertsch 1d9fc62bf3 add esc party app design spec
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 11:23:08 +01:00