• Joined on 2024-06-17
david commented on pull request david/euchre_camp#31 2026-05-02 11:26:12 +00:00
test: enable player schedule tests with match data setup

Superseded - changes were merged directly to main. Closing.

david commented on pull request david/euchre_camp#32 2026-05-02 11:26:11 +00:00
test: add tournament schedule step definitions

Superseded - changes were merged directly to main. Closing.

david pushed to main at david/euchre_camp 2026-05-02 11:19:58 +00:00
c796b89fb6 test: mark bye rounds scenario as @wip pending schedule generator fix
Compare 2 commits »
david closed issue david/euchre_camp#33 2026-05-02 11:14:47 +00:00
Issue #7 follow-up: Schedule generation timing tests need investigation
david pushed to main at david/euchre_camp 2026-05-02 11:14:40 +00:00
5673ec14aa fix: resolve schedule test timing issues (#33)
Compare 2 commits »
david pushed to main at david/euchre_camp 2026-05-02 11:10:03 +00:00
28fecdfaad refactor: remove all SQLite code, standardize on PostgreSQL
Compare 2 commits »
david closed issue david/euchre_camp#8 2026-05-02 10:16:13 +00:00
As a tournament admin, I want bracket visualization for elimination tournaments
david pushed to main at david/euchre_camp 2026-05-02 10:15:55 +00:00
9bfb890143 feat: add bracket visualization for tournament schedule (#8)
Compare 2 commits »
david closed issue david/euchre_camp#15 2026-05-02 09:37:44 +00:00
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
david pushed to main at david/euchre_camp 2026-05-02 09:37:32 +00:00
e3895d30b4 feat: add view-as-role feature for site admins (#15)
Compare 2 commits »
david closed issue david/euchre_camp#10 2026-05-02 01:26:16 +00:00
As a user, I want to reset my password if I forget it
david closed issue david/euchre_camp#7 2026-05-02 01:26:15 +00:00
As a tournament admin, I want a Schedule tab to view round matchups
david closed issue david/euchre_camp#9 2026-05-02 01:26:15 +00:00
As a player, I want to see my upcoming matches in my schedule
david pushed to main at david/euchre_camp 2026-05-02 01:26:09 +00:00
14fbfacf9f Merge branch 'bugfix/7-tournament-schedule-tests': Schedule generation, clickable matchups, and test fixes
9dc3fdb0e0 Merge branch 'bugfix/9-player-schedule-tests': Player schedule clickable matches
edb05711ac Merge branch 'bugfix/10-password-reset-tests': Password reset API and form wiring
b2498decf8 fix: resolve schedule generation tests - round display, clickable links, and team count
877a38d744 fix: rename variable to avoid shadowing expectedRounds function
Compare 16 commits »
david commented on pull request david/euchre_camp#32 2026-05-02 00:45:46 +00:00
test: add tournament schedule step definitions

Issue #7 Tests Now Passing

All 4 scenarios for issue #7 now pass:

david pushed to bugfix/7-tournament-schedule-tests at david/euchre_camp 2026-05-02 00:45:43 +00:00
b2498decf8 fix: resolve schedule generation tests - round display, clickable links, and team count
david opened issue david/euchre_camp#33 2026-05-02 00:35:54 +00:00
Issue #7 follow-up: Schedule generation timing tests need investigation
david pushed to bugfix/7-tournament-schedule-tests at david/euchre_camp 2026-05-02 00:01:23 +00:00
877a38d744 fix: rename variable to avoid shadowing expectedRounds function
david commented on pull request david/euchre_camp#31 2026-05-01 23:53:50 +00:00
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…
david commented on pull request david/euchre_camp#30 2026-05-01 23:53:50 +00:00
test: enable password reset page test and add navigation step

PR Update - Commits Pushed

This PR received additional commits:

  1. feat: implement password reset API endpoint and wire up form
    • Created POST /api/auth/password-reset endpoint -…