• Joined on 2024-06-17
david pushed to main at david/euchre_camp 2026-04-27 02:13:48 +00:00
470e6a03e3 fix: replace waitForLoadState('networkidle') with domcontentloaded in all E2E tests
david commented on issue david/euchre_camp#7 2026-04-27 02:06:01 +00:00
As a tournament admin, I want a Schedule tab to view round matchups

PR #27 Implementation Update

This issue was partially implemented in PR #27 (bb6be24).

✅ What was completed:

  1. Schedule Tab Infrastructure
    • Added tab navigation to tournament…
david commented on issue david/euchre_camp#11 2026-04-27 02:05:37 +00:00
As a club admin, I want a dashboard with club-wide statistics

✅ Implemented and Closed

This issue has been fully implemented in PR #27 (bb6be24).

Implementation Summary

What was built:

  • Club Admin Dashboard at /admin
  • Activity Feed…
david closed issue david/euchre_camp#11 2026-04-27 02:05:19 +00:00
As a club admin, I want a dashboard with club-wide statistics
david deleted branch feature/7-schedule-tab from david/euchre_camp 2026-04-27 01:59:19 +00:00
david pushed to main at david/euchre_camp 2026-04-27 01:59:18 +00:00
bb6be245b7 feat: Implement tournament schedule tab and fix E2E tests (#27)
david merged pull request david/euchre_camp#27 2026-04-27 01:59:17 +00:00
feat: Implement tournament schedule tab and fix E2E tests
david pushed to feature/7-schedule-tab at david/euchre_camp 2026-04-27 01:01:56 +00:00
07397974d0 fix: improve test script to ensure server is ready and properly cleaned up
david pushed to feature/7-schedule-tab at david/euchre_camp 2026-04-27 00:18:01 +00:00
31fc26478d feat: implement club admin dashboard with activity feed and settings
david pushed to feature/7-schedule-tab at david/euchre_camp 2026-04-26 23:44:57 +00:00
2658dc07cb chore: remove .env.production from repository and add to .gitignore
6cfd5d325a chore: add new route pages and environment configuration
9589bb8718 test: update test files and documentation
d436b1f66e fix: update authentication and navigation components
d69bd7a0ba fix: update Prisma client configuration and cleanup script
Compare 52 commits »
david pushed to feature/7-schedule-tab at david/euchre_camp 2026-04-26 23:43:20 +00:00
b2fcf0fae7 chore: remove .env.production from repository and add to .gitignore
david created pull request david/euchre_camp#27 2026-04-26 23:39:45 +00:00
feat: Implement tournament schedule tab and fix E2E tests
david pushed to feature/7-schedule-tab at david/euchre_camp 2026-04-26 23:39:24 +00:00
0f53f8a08f chore: add new route pages and environment configuration
36e273e2a1 test: update test files and documentation
e61e020d9d fix: update authentication and navigation components
4120cc9a8e fix: update Prisma client configuration and cleanup script
c4e88d3658 ci: add E2E test job to PR workflow and update test scripts
Compare 21 commits »
david deleted branch feature/gherkin-e2e-tests from david/euchre_camp 2026-04-26 04:27:45 +00:00
david pushed to main at david/euchre_camp 2026-04-26 04:27:44 +00:00
5dc24db277 fix: update Cucumber config and hooks to properly load test infrastructure
a77870b894 feat: add feature summary documentation
8bf34640e6 docs: update README with feature files and issue tracking
a0909c82a0 feat: add tournament schedule feature test (issue #7)
4e2fcf9d28 feat: add player schedule feature test (issue #9)
Compare 9 commits »
david merged pull request david/euchre_camp#26 2026-04-26 04:27:43 +00:00
feature/gherkin-e2e-tests
david pushed to feature/gherkin-e2e-tests at david/euchre_camp 2026-04-26 04:26:00 +00:00
5dc24db277 fix: update Cucumber config and hooks to properly load test infrastructure
a77870b894 feat: add feature summary documentation
8bf34640e6 docs: update README with feature files and issue tracking
a0909c82a0 feat: add tournament schedule feature test (issue #7)
4e2fcf9d28 feat: add player schedule feature test (issue #9)
Compare 10 commits »
david created pull request david/euchre_camp#26 2026-04-26 04:25:20 +00:00
feature/gherkin-e2e-tests
david pushed to feature/gherkin-e2e-tests at david/euchre_camp 2026-04-26 04:24:19 +00:00
1ec51f9c6a fix: update Cucumber config and hooks to properly load test infrastructure
david opened issue david/euchre_camp#25 2026-04-26 04:24:07 +00:00
E2E Tests Reveal Implementation Gaps