NullSquad / peer-2-pong

0 stars 0 forks source link

Matches History #13

Open eralonso opened 1 week ago

eralonso commented 1 week ago

As a player, I want to view a comprehensive matches history so that I can track past game results and performance.

Acceptance Criteria

  1. Given that a player is logged into their account, when they navigate to the "Match History" section, then they should see a list of their recent matches.

  2. Given that the match history is displayed, when a player views the list, then each match entry should show:

    • Date of match
    • Teams/participants involved
    • Final score
    • Match result (win/loss/draw)
    • Competition/tournament name
  3. Given that the match history feature is implemented, when a player completes a new match, then it should appear in their match history.

  4. Given that a player has more than 20 matches in their history, when they scroll to the bottom of the list, then the system should load more matches (pagination or infinite scroll).

  5. Given that a player is viewing their match history, when they use filter options, then they should be able to sort and filter matches by date, game mode, and result.