• Joined on 2024-06-17
david commented on issue david/euchre_camp#24 2026-04-27 02:56:39 +00:00
As a user, clicking the EuchreCamp wordmark when logged in should take me to my homepage

Closed - Fully Implemented

The wordmark navigation feature is fully implemented:

  • src/app/wordmark-redirect/route.ts - Server-side redirect based on user role
  • `src/components/Navigati…
david closed issue david/euchre_camp#24 2026-04-27 02:56:37 +00:00
As a user, clicking the EuchreCamp wordmark when logged in should take me to my homepage
david pushed to main at david/euchre_camp 2026-04-27 02:39:16 +00:00
36339d7914 test: remove migrated Playwright tests (epic3-rankings, home-page)
david pushed to main at david/euchre_camp 2026-04-27 02:35:37 +00:00
efd1c0e975 test: migrate rankings and home-page tests from Playwright to Cucumber
david closed issue david/euchre_camp#25 2026-04-27 02:13:58 +00:00
E2E Tests Reveal Implementation Gaps
david commented on issue david/euchre_camp#25 2026-04-27 02:13:54 +00:00
E2E Tests Reveal Implementation Gaps

Root Cause Analysis & Resolution

Issue Found

The E2E tests were using waitForLoadState('networkidle') which is unreliable with Next.js 14+ due to HMR websockets and other persistent…

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