Block a user
test: enable player schedule tests with match data setup
Superseded - changes were merged directly to main. Closing.
test: add tournament schedule step definitions
Superseded - changes were merged directly to main. Closing.
Issue #7 follow-up: Schedule generation timing tests need investigation
As a tournament admin, I want bracket visualization for elimination tournaments
as a site admin, i want to be able to temporarily view the site as a player or club admin so that i can improve the experience
As a user, I want to reset my password if I forget it
As a tournament admin, I want a Schedule tab to view round matchups
As a player, I want to see my upcoming matches in my schedule
test: add tournament schedule step definitions
✅ Issue #7 Tests Now Passing
All 4 scenarios for issue #7 now pass:
Issue #7 follow-up: Schedule generation timing tests need investigation
test: enable player schedule tests with match data setup
PR Update - Commits Pushed
This PR received commit: fix: make player schedule matches clickable links to match detail page
Changes:
- Player schedule match divs are now wrapped in…
test: enable password reset page test and add navigation step
PR Update - Commits Pushed
This PR received additional commits:
- feat: implement password reset API endpoint and wire up form
- Created
POST /api/auth/password-resetendpoint -…
- Created