brackt/app/components/scoring
Chris Parsons 1089022c09 feat: Implement Qualifying Points Standings component and related logic
- Added `QualifyingPointsStandings` component to display standings based on qualifying points.
- Introduced scoring rules and projected points calculation for participants.
- Implemented tie handling for rankings and displayed appropriate UI elements based on finalization status.
- Created tests for qualifying points configuration, accumulation logic, ranking logic, and scoring workflow.
- Developed scoring calculator tests to validate fantasy points conversion from qualifying points.
- Established qualifying points management functions including initialization, retrieval, updating, and resetting of points.
2025-11-11 10:08:25 -08:00
..
QualifyingPointsStandings.tsx feat: Implement Qualifying Points Standings component and related logic 2025-11-11 10:08:25 -08:00
ScoringRulesEditor.tsx feat: Add scoring rules editor to league settings and creation pages 2025-10-29 00:04:27 -07:00