nerdware/apps/server/src/game/modes/quiz
AyoubBenziza b91d09b7e7 feat: category filter in lobby settings
- settings carry `categories` (empty = all); quiz/image pool filters by category
  (DB + in-code bank), threaded through prepareQuizForRoom/loadGroup/loadQuizPool
- public GET /api/categories lists available categories
- lobby: category chips (Toutes + each), shown when quiz/images is active
- shared: RoomSettings.categories + UpdateSettingsPayload

Verified e2e: /api/categories returns the list; filtering by ["Pokémon"] serves
only Pokémon questions.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-11 15:37:33 +02:00
..
index.ts feat(quiz): quiz game mode end-to-end (server mode + playable client UI) 2026-06-08 15:43:17 +02:00
pool.ts feat: category filter in lobby settings 2026-06-11 15:37:33 +02:00
questions.ts feat(quiz): image_reveal format (progressive blur) end-to-end 2026-06-10 21:41:34 +02:00
quiz-round.test.ts feat: mixed games by default, free-text quiz, mode-aware transitions 2026-06-10 13:41:29 +02:00
quiz-round.ts feat: round recap shows each player's answer 2026-06-11 01:00:50 +02:00