Commit Graph

12 Commits

Author SHA1 Message Date
david 420a9ff645 refactor(schema): update Match model to use player fields instead of team fields 2026-04-26 16:44:47 -07:00
david 3beaa52335 feat: add team configuration fields to Event model
Add fields for team durability, partner rotation, and configuration:
- teamDurability: permanent, variable, or per_round
- partnerRotation: none, minimize_repeat, maximize_even, elo_based
- allowByes: handle odd participant counts
- teamConfiguration: JSON for additional options
- maxRosterChanges: limit roster changes per player
- requireAdminVerify: for match score verification

Refs #22
2026-04-26 16:44:47 -07:00
david 1bbca1f5c1 fix: add cascade delete rules for tournament matches and related data 2026-03-31 14:40:22 -07:00
david 26d6bf8aa5 feat: add OpenSkill and Glicko2 rating models to schema 2026-03-31 03:39:30 -07:00
david 9649c62c28 fix(prisma): update schema for Prisma v7 datasource URL changes 2026-03-31 00:00:29 -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 07804b5f8f feat: add site_admin role, casual match support, and tournament deletion 2026-03-30 21:49:43 -07:00
david 3a78f354ad feat: add recalculateAllElo function for idempotent ELO recalculation 2026-03-30 21:28:09 -07:00
david ac29b38175 fix: update database switching to modify schema file directly 2026-03-29 20:47:31 -07:00
david 803f936e2f feat: add PostgreSQL database adapter support 2026-03-29 20:08:53 -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