As a tournament admin, I want to configure team creation options for round robin tournaments #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Requirements
Team Configuration Options
For round robin tournaments, the teams tab should offer configuration options:
Team Durability
Variable Team Options (when teams are not permanent)
Team Generation Algorithm
Acceptance Criteria
Technical Details
Related
✅ Closed - Fully Implemented
Team configuration options for round robin tournaments are fully implemented:
src/app/admin/tournaments/new/page.tsx- Tournament creation form with:teamDurabilityoptions: permanent, variable, per_roundpartnerRotationoptions: none, minimize_repeat, maximize_even, elo_basedprisma/schema.prisma- Tournament model hasteamDurability,partnerRotation,teamConfigurationfieldssrc/lib/team-generator.ts- Team generation logic supporting all configurationsMerged via PR #27 (
bb6be24).