Commit Graph

191 Commits

Author SHA1 Message Date
david f0073d1e23 docs: update CasaOS deployment guide with correct database username 2026-03-31 04:05:57 -07:00
david a1a380f410 chore: update database username to euchre_camp and hostname to postgresql 2026-03-31 04:05:14 -07:00
david 5b19e44062 docs: update TODO with CasaOS deployment work 2026-03-31 03:58:01 -07:00
david d79aa19393 chore: add CasaOS setup script 2026-03-31 03:57:07 -07:00
david 4c432f0971 chore: add CasaOS deployment configuration and documentation 2026-03-31 03:56:50 -07:00
david f49d0f02d9 fix: move Lynn, Emily, and Amelia 10px further outward 2026-03-31 03:52:48 -07:00
david 6c29eeceaf fix: fine-tune player positions in match diagram 2026-03-31 03:51:29 -07:00
david 2fa606d0e0 fix: increase player name padding in match diagram 2026-03-31 03:49:15 -07:00
david 63956e8087 fix: increase match diagram size and improve player visibility 2026-03-31 03:47:22 -07:00
david ce1b01b44d fix: correct match diagram player positions 2026-03-31 03:44:23 -07:00
david 81c8bdf821 chore: add openskill and glicko2 dependencies 2026-03-31 03:39:48 -07:00
david b8a3c3a7be fix: update test setup to use PrismaPg adapter 2026-03-31 03:39:35 -07:00
david 26d6bf8aa5 feat: add OpenSkill and Glicko2 rating models to schema 2026-03-31 03:39:30 -07:00
david 87f54811e4 chore: remove old migration files after rename 2026-03-31 03:39:27 -07:00
david fa851a4143 feat: display all rating systems on player profile page 2026-03-31 03:38:55 -07:00
david 8defabbf71 docs: update TODO with recent completed features 2026-03-31 03:38:50 -07:00
david e19c292cfb feat: add tabbed rankings page for Elo, OpenSkill, and Glicko2 2026-03-31 03:38:47 -07:00
david 2f9e2f0dc5 feat: add database migration for rating system tables 2026-03-31 03:38:43 -07:00
david ef5d8404c2 feat: update recalculate-elo API to support multiple rating systems 2026-03-31 03:38:39 -07:00
david e3f9935d68 feat: auto-create tournament when uploading matches without selection 2026-03-31 03:38:34 -07:00
david d051afba82 fix: update admin scripts to use PostgreSQL adapter and dotenv 2026-03-31 03:38:25 -07:00
david af20a5d9ec feat: update match API to calculate all rating systems 2026-03-31 03:38:19 -07:00
david e3137085c8 feat: add Glicko2 rating system support 2026-03-31 03:38:16 -07:00
david cfd36d375c feat: add OpenSkill rating system support 2026-03-31 03:38:12 -07:00
david 2932d40ff7 fix: rename migrations to ensure init runs first 2026-03-31 03:38:07 -07:00
david 141ca7c93e feat: add manual match entry form and match detail pages with diagram 2026-03-31 02:01:35 -07:00
david e0d159ad8d fix: remove logging from prisma client and fix users API routes 2026-03-31 01:15:57 -07:00
david 492a18aa1b fix: remove duplicate win/loss increment in partnership stats calculation 2026-03-31 01:08:53 -07:00
david 5be7022382 docs: update TODO with Next.js 16 breaking change fixes and root cause analysis 2026-03-31 01:01:16 -07:00
david 1729dacdec test: add Next.js 16 params Promise handling regression tests 2026-03-31 00:52:04 -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 42217e182e test: add regression tests for ID validation with Prisma v7 2026-03-31 00:24:28 -07:00
david a1fb0e25a7 fix: validate ID parsing in API routes and player pages for Prisma v7 2026-03-31 00:21:02 -07:00
david 0f66815ed4 fix: validate tournament ID parsing for Prisma v7 strict type checking 2026-03-31 00:16:22 -07:00
david 3465082816 fix(prisma): use PostgreSQL adapter for Prisma v7 client connection 2026-03-31 00:10:47 -07:00
david e1034adfcf fix(prisma): add datasourceUrl to PrismaClient constructor for v7 compatibility 2026-03-31 00:04:16 -07:00
david 77de648200 test: update mocks for Prisma v7 stricter type checking 2026-03-31 00:00:50 -07:00
david 9649c62c28 fix(prisma): update schema for Prisma v7 datasource URL changes 2026-03-31 00:00:29 -07:00
david 15b579b919 chore(deps): upgrade React 18→19, Next.js 14→16, Prisma 6→7 2026-03-31 00:00:07 -07:00
david b0aaffbecf chore: fix linting errors in tests and api routes 2026-03-30 22:58:33 -07:00
david 6f83080fca feat: update POST /api/matches to handle eventId and tournament match stats 2026-03-30 22:58:25 -07:00
david 9c8f1bc57d feat: update MatchEditor to use tournament-specific scoring rules 2026-03-30 22:58:17 -07:00
david ab41ede160 feat: add variant scoring controls to EditTournamentForm 2026-03-30 22:58:09 -07:00
david d6a53f8912 feat: add targetScore and allowTies fields to tournament API routes 2026-03-30 22:58:01 -07:00
david 5d1755f082 chore: add variant scoring fields, fix tie handling, and fix test files for normalizedName 2026-03-30 22:48:31 -07:00
david fb04a6c3f1 fix: delete elo snapshots before deleting duplicate players during merge 2026-03-30 22:20:18 -07:00
david a7d94e9fee fix: add tournament update API endpoint and consolidate delete into main tournaments API 2026-03-30 22:17:44 -07:00
david 4d9cbc9259 fix: add site_admin support to tournament permissions and fix session cache issues 2026-03-30 22:09:50 -07:00
david fa7a422ce3 feat: add player merge functionality with automatic Elo recalculation 2026-03-30 22:04:31 -07:00
david 6001eda9aa feat: add admin panel links to navigation header 2026-03-30 22:01:18 -07:00