As a player, I want to see my upcoming matches in my schedule #9

Closed
opened 2026-04-01 00:10:02 +00:00 by david · 0 comments
Owner

Acceptance Criteria

  • Player schedule page queries upcoming matches
  • Shows matches where player is participant
  • Displays match date, opponent, tournament
  • Links to match result entry (if applicable)
  • Shows calendar view option

Technical Details

  • Update src/app/players/[id]/schedule/page.tsx
  • Query matches by player ID (team1P1, team1P2, team2P1, team2P2)
  • Filter by future dates
  • Display in list and calendar views

Related

  • Currently shows 'No upcoming matches' (stubbed)
  • Part of Player Schedule View (UI_DESIGN.md)
## Acceptance Criteria - [ ] Player schedule page queries upcoming matches - [ ] Shows matches where player is participant - [ ] Displays match date, opponent, tournament - [ ] Links to match result entry (if applicable) - [ ] Shows calendar view option ## Technical Details - Update src/app/players/[id]/schedule/page.tsx - Query matches by player ID (team1P1, team1P2, team2P1, team2P2) - Filter by future dates - Display in list and calendar views ## Related - Currently shows 'No upcoming matches' (stubbed) - Part of Player Schedule View (UI_DESIGN.md)
david added the epic:player-featuresfeatureui labels 2026-04-01 00:10:51 +00:00
david closed this issue 2026-05-02 01:26:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: david/euchre_camp#9