feat: add ScheduleDisplay component and wire up schedule page with Generator

This commit is contained in:
2026-04-26 22:03:21 -07:00
parent 8f7ca1362a
commit 799f5e1c63
4 changed files with 138 additions and 13 deletions
@@ -11,7 +11,7 @@ Feature: Tournament Schedule
Then I should see "Schedule"
And I should see the "Generate Schedule" button
@happy-path @tournament @issue-7 @wip
@happy-path @tournament @issue-7
Scenario: Tournament admin generates round-robin schedule
Given I am logged in as a tournament admin
And a tournament exists with 4 teams
@@ -21,7 +21,7 @@ Feature: Tournament Schedule
And I should see round 1 matchups
And I should see round 2 matchups
@happy-path @tournament @issue-7 @wip
@happy-path @tournament @issue-7
Scenario: Tournament admin views schedule with bye rounds
Given I am logged in as a tournament admin
And a tournament exists with 5 teams
@@ -30,7 +30,7 @@ Feature: Tournament Schedule
Then I should see a bye round for one team
And each team should play every other team exactly once
@happy-path @tournament @issue-7 @wip
@happy-path @tournament @issue-7
Scenario: Tournament admin clicks on a matchup to enter results
Given I am logged in as a tournament admin
And a tournament has a generated schedule