Commit Graph

10 Commits

Author SHA1 Message Date
david 141ca7c93e feat: add manual match entry form and match detail pages with diagram 2026-03-31 02:01:35 -07:00
david b8d90897a4 fix: await params in Next.js 16 routes and pages for TypeScript compatibility 2026-03-31 00:50:56 -07:00
david 0f66815ed4 fix: validate tournament ID parsing for Prisma v7 strict type checking 2026-03-31 00:16:22 -07:00
david 9c8f1bc57d feat: update MatchEditor to use tournament-specific scoring rules 2026-03-30 22:58:17 -07:00
david 07804b5f8f feat: add site_admin role, casual match support, and tournament deletion 2026-03-30 21:49:43 -07:00
david 6feada4fd8 refactor: use permission system instead of direct session checks in admin pages 2026-03-30 21:30:50 -07:00
david 5748e416be fix: remove duplicate tournament variable definitions in admin pages 2026-03-30 21:30:41 -07:00
david 576dfda619 fix: resolve remaining TypeScript and linting errors
- Fixed unused variables in unit tests (elo.test.ts, permissions.test.ts)
- Fixed unused variables in E2E tests (account-acceptance.test.ts, elo-ratings.test.ts, epic1-auth-registration.test.ts, global.setup.ts)
- Fixed 'any' type usage in EditTournamentForm.test.tsx and auth-simple.test.ts
- Fixed unescaped quotes and apostrophes in React components
- Fixed TypeScript type errors in Navigation.tsx, test-api/page.tsx, and matches/upload/page.tsx
- Fixed missing useEffect dependency in tournaments/[id]/entry/page.tsx
- Updated eslint config to exclude test-api directory
- All tests now pass linting and build successfully
2026-03-29 21:20:20 -07:00
david 54fd6abb5e feat: add tournament creation wizard with participant management and bulk game entry 2026-03-29 19:58:15 -07:00
david 123df671f5 nextjs-rewrite (#5)
Reviewed-on: #5
Co-authored-by: David Gwilliam <dhgwilliam@gmail.com>
Co-committed-by: David Gwilliam <dhgwilliam@gmail.com>
2026-03-30 02:30:13 +00:00