Scribble assignment - Venky#135
Open
kamlekar wants to merge 19 commits into
Open
Conversation
…and guessing/scoring/game-end
- US1: Host creates room with hostId, host badge in lobby - US2: Inline name validation on join/create forms - US3: Auto-polling lobby with 2s interval - US4: Host starts game with word assignment and role selection - Fix API_BASE_URL default value - Update all tasks to [x]
…uickstart, tasks - Create research.md with 7 resolved design decisions - Create data-model.md with role-aware word visibility model - Create contracts/api.md with role-filtered endpoint docs - Create quickstart.md with 6 validation scenarios - Create tasks.md with 16 tasks across 3 user stories - Update spec.md with 5 clarification answers - Update plan.md with accurate source structure - Update research.md drawer-disconnect to match spec
- T001: Add pollError state to roomStore, display on LobbyPage - T002: Consolidate GamePage mount useEffect, add finished-state redirect - T003: Build verification passes
- Q1: Canvas lifecycle → per-round auto-clear - Q2: Stroke identity → client-generated UUID - Q3: Stroke completion → mouse-up trigger - Q4: Poll failure UX → subtle non-blocking indicator - Q5: Drawing data retention → end-of-round discard
… API, Canvas component, stroke sync, clear action)
… game actions in try/catch
Move specs/bugs/001-found-bugs.md into specs/005-fix-game-view/checklists/ and update plan.md and tasks.md to reference the bug fixes. Remove specs/bugs/ directory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR completes the full Scribble game loop across multiple feature increments. It adds lobby/host management (US1-US4), game rounds, a drawing canvas, and guessing/scoring with game end logic. A series of bug fixes and spec artifacts accompany the implementation.
Commits
Files Changed
122 files changed with ~13,000 additions and 77 deletions.
Backend:
Frontend:
Spec/Specify artifacts:
Related Specs
Contributor