brackt/plans
Chris Parsons dfe4b7b643 Add bracket seeding tests and implement tournament-style seeding for 16 and 32-team brackets
- Introduced `generateStandardSeeding()` function to create proper tournament matchups (e.g., 1v16, 8v9).
- Added comprehensive tests for 4, 8, 16, and 32-team brackets to ensure correct seeding and balance.
- Updated testing instructions to reflect new features and improvements in bracket generation.
- Fixed issues with sequential seeding and ensured all matchups sum to n+1 for balance.
- Implemented batch winner selection and duplicate participant prevention for improved user experience.
- Enhanced fantasy points display on event pages for better visibility of participant results.
2025-11-04 22:09:44 -08:00
..
bracket-expansion.md feat: Implement bracket expansion plan to support various tournament structures 2025-11-03 09:36:16 -08:00
draft-room-implementation.md feat: add draft API routes and implement draft room pick controls 2025-10-18 14:55:26 -07:00
draft-room-redesign.md feat: Implement draft room redesign with collapsible sidebar and tabbed content 2025-10-25 03:23:41 -07:00
e2e-testing-setup.md docs: add E2E testing setup plan with Cypress authentication and test database configuration 2025-10-21 12:49:17 -07:00
omni-league-draft-rules-IMPLEMENTATION-SUMMARY.md Implement Omni League Draft Eligibility Rules 2025-10-24 21:12:07 -07:00
omni-league-draft-rules.md Implement Omni League Draft Eligibility Rules 2025-10-24 21:12:07 -07:00
phase-2.7-testing-instructions.md Add bracket seeding tests and implement tournament-style seeding for 16 and 32-team brackets 2025-11-04 22:09:44 -08:00
phase-3-server-js-changes.md feat: plan Socket.IO server setup and client hook for real-time draft updates 2025-10-16 17:19:32 -07:00
phase-3-socket-implementation-plan.md feat: plan Socket.IO server setup and client hook for real-time draft updates 2025-10-16 17:19:32 -07:00
phase-3-socket-implementation-summary.md feat: plan Socket.IO server setup and client hook for real-time draft updates 2025-10-16 17:19:32 -07:00
phase-3-verification.md feat: integrate Socket.IO server with HTTP server and draft room functionality 2025-10-16 18:15:04 -07:00
phase-4-socket-test-instructions.md feat: add socket test route and echo event handler for debugging 2025-10-17 12:15:07 -07:00
phase2-bugs-review.md feat: Implement bracket expansion plan to support various tournament structures 2025-11-03 09:36:16 -08:00
scoring-system.md Add bracket seeding tests and implement tournament-style seeding for 16 and 32-team brackets 2025-11-04 22:09:44 -08:00
server-typescript-conversion-compiled.md refactor: migrate server code from JavaScript to TypeScript with build pipeline 2025-10-18 22:16:04 -07:00
server-typescript-conversion.md refactor: migrate server code from JavaScript to TypeScript with build pipeline 2025-10-18 22:16:04 -07:00
testing-implementation.md ci: add test job to GitHub workflow and setup testing dependencies 2025-10-21 12:47:11 -07:00