Block a user
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…
As a user, clicking the EuchreCamp wordmark when logged in should take me to my homepage
E2E Tests Reveal Implementation Gaps
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…
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:
- Schedule Tab Infrastructure
- Added tab navigation to tournament…
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…
As a club admin, I want a dashboard with club-wide statistics
feat: Implement tournament schedule tab and fix E2E tests
feat: Implement tournament schedule tab and fix E2E tests