-
Notifications
You must be signed in to change notification settings - Fork 0
Open
0 / 10 of 1 issue completedLabels
EnhancementImprovement to an existing feature or functionality.Improvement to an existing feature or functionality.
Description
User Story
As a player, I want to see a link or badge for tournaments which a match result are linked to.
Functional Requirements
- If a match result was checked in via a tournament, an icon/badge/logo should be visible.
- Clicking on the badge should take the user to the tournament page, match results tab.
Implementation Details
Under-the-hood, this is already enabled via the tournamentId prop on a MatchResult. However, an entire Tournament should likely not be deepened and attached otherwise fetching a list of match results for a tournament will be a very large request.
Sub-issues
Metadata
Metadata
Assignees
Labels
EnhancementImprovement to an existing feature or functionality.Improvement to an existing feature or functionality.
Projects
Status
To-Do