• Joined on 2024-06-17
david created branch feature/gherkin-e2e-tests in david/euchre_camp 2026-04-26 04:17:16 +00:00
david pushed to feature/gherkin-e2e-tests at david/euchre_camp 2026-04-26 04:17:16 +00:00
b2876d1e49 feat: add feature summary documentation
a24782f4bb docs: update README with feature files and issue tracking
1bece10df2 feat: add tournament schedule feature test (issue #7)
b96932270b feat: add player schedule feature test (issue #9)
58857af5ca feat: add password reset feature test (issue #10)
Compare 8 commits »
david pushed to main at david/euchre_camp 2026-04-26 04:01:21 +00:00
3d87f3e1dc ci: fix deployment directory path in release workflow
david opened issue david/euchre_camp#24 2026-04-19 04:26:08 +00:00
As a user, clicking the EuchreCamp wordmark when logged in should take me to my homepage
david pushed to feature/7-schedule-tab at david/euchre_camp 2026-04-04 07:32:06 +00:00
8f0d5c4cf5 fix: update Match interface in entry page to use correct player property names
david pushed to feature/7-schedule-tab at david/euchre_camp 2026-04-04 07:30:35 +00:00
15661356d2 fix: update AdminMatchesPage to use correct player property names (player1P1, player1P2, etc.)
david opened issue david/euchre_camp#23 2026-04-04 07:30:04 +00:00
the app has a bad habit of letting content that should be visible run off the right side of the screen without enabling scroll in the container
david pushed to feature/7-schedule-tab at david/euchre_camp 2026-04-04 07:25:21 +00:00
603cc238fa feat: implement variable team matchups with partner rotation
david pushed to feature/7-schedule-tab at david/euchre_camp 2026-04-04 05:00:08 +00:00
63ef1d124c refactor(tests): update remaining test files for ephemeral team model
david pushed to feature/7-schedule-tab at david/euchre_camp 2026-04-04 04:04:16 +00:00
c222e55a52 refactor(tests): update test files to use new player field names
e0c986f594 refactor(ui): update components to use new player field names
1f7d589698 refactor(api): update all API routes to use new player field names
e5f679e54c refactor(lib): update rating utilities to use new player field names
803b79f03c refactor(lib): update schedule and team generators to use player pairings
Compare 20 commits »
david opened issue david/euchre_camp#22 2026-04-04 02:13:28 +00:00
As a tournament admin, I want to configure team creation options for round robin tournaments
david pushed to feature/7-schedule-tab at david/euchre_camp 2026-04-04 00:45:52 +00:00
ab50ae0bdf fix: use bun.lock instead of bun.lockb in Dockerfile
90fb0f223e test: add acceptance tests for schedule tab
a49c8e01ac feat: convert tournament tabs to functional navigation links
19402be375 feat: add tournament schedule page with generator component
84afa88ca4 feat: add schedule API endpoints
Compare 7 commits »
david created branch feature/7-schedule-tab in david/euchre_camp 2026-04-04 00:45:51 +00:00
david deleted branch fix/prisma-build-error from david/euchre_camp 2026-04-04 00:42:44 +00:00
david deleted branch feat/bun-transition from david/euchre_camp 2026-04-04 00:42:33 +00:00
david commented on issue david/euchre_camp#7 2026-04-02 05:54:51 +00:00
As a tournament admin, I want a Schedule tab to view round matchups

Expanded Scope (working on this now)

Additional Acceptance Criteria

  • Round-robin schedule generator creates TournamentRound and BracketMatchup records from existing teams
  • …
david created branch feat/bun-transition in david/euchre_camp 2026-04-02 04:53:59 +00:00
david pushed to feat/bun-transition at david/euchre_camp 2026-04-02 04:53:59 +00:00
david deleted branch feat/bun-transition from david/euchre_camp 2026-04-02 04:51:23 +00:00
david pushed to main at david/euchre_camp 2026-04-02 04:51:22 +00:00
2cf832eeac ci: remove acceptance tests and add dev deployment
967bdc1b89 fix(tests): resolve password validation, csv upload, and admin auth issues
a3cd46e39a fix(ci): correct playwright config paths and add env example files
42902106e6 fix(ci): use existing PostgreSQL server at dhg.lol
1503420519 fix(ci): use PostgreSQL in acceptance-tests with dev credentials
Compare 24 commits »