Skip to content

Str 112 generate individual bingo game questions - #116

Merged
lnqminh3003 merged 7 commits into
backendfrom
STR-112-Generate-Individual-Bingo-Game-questions
Apr 30, 2026
Merged

Str 112 generate individual bingo game questions#116
lnqminh3003 merged 7 commits into
backendfrom
STR-112-Generate-Individual-Bingo-Game-questions

Conversation

@rodolfo-gp

Copy link
Copy Markdown
Collaborator

Created API Route to generate individual bingo game questions. Added to documentation as well.

rxmox and others added 7 commits April 30, 2026 10:57
Implement GET /api/events/:eventId/leaderboard and PUT /api/events/:eventId/leaderboard/score
endpoints for the web organizer dashboard. Leaderboard shows participant name, profile photo,
connections count (computed from ParticipantConnection records), lines completed, and completion
status. Scores update via Pusher leaderboard-updated event for live refresh.

- Add linesCompleted and completed fields to Participant model
- Create leaderboard controller with getLeaderboard and updateScore
- Trigger leaderboard-updated Pusher event on score changes and connection create/delete
- Update API reference, database schema, and real-time events documentation
…the bingo routes

Co-authored-by: Copilot <copilot@github.com>
@lnqminh3003
lnqminh3003 merged commit cf96309 into backend Apr 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants