-
-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Describe the bug
when game ends Scores are only visible on the game page (/games/:id), not on individual player pages (/games/:id/players/:player_id). Players cannot see scores (their own or others') from their personal view.
Expected behavior
Scores (individual + total, possibly leaderboard/ranking) should be shown on player-specific pages so each player can view results without leaving their view.
Video Demo
2026-03-06.16-01-02.mp4
2026-03-06.16-16-33.mp4
Desktop
- OS: any
- Browser: any
- Version: any
Additional context
The game ends with finished_at set and scores calculated (card majority + highest card bonus), but they're hidden from player routes. This limits visibility during/after play — players must know/use the top-level game URL to see results, which feels inconsistent for a multi-player experience. Adding score display (at least own score) to player LiveView would improve usability.