fix/standings-streak-sort-order #10

Merged
cal merged 1 commits from fix/standings-streak-sort-order into main 2026-02-10 21:05:42 +00:00
Owner
No description provided.
cal added 2 commits 2026-02-10 20:39:03 +00:00
The standings recalculate function was processing games in arbitrary database
order, causing win/loss streaks to be calculated incorrectly. Added explicit
ordering by week and game_num (ascending) to ensure games are processed
chronologically.

This fixes inconsistent streak values that were reported due to the streak
logic depending on processing games in the correct temporal sequence.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Update VERSION
Some checks failed
Build Docker Image / build (pull_request) Failing after 20s
2c1e198f0e
cal added 1 commit 2026-02-10 20:40:14 +00:00
Update VERSION
All checks were successful
Build Docker Image / build (pull_request) Successful in 3m27s
90624d09b8
cal force-pushed fix/standings-streak-sort-order from 90624d09b8 to 126ce53951 2026-02-10 20:45:06 +00:00 Compare
cal merged commit e7ec6c94ff into main 2026-02-10 21:05:42 +00:00
cal deleted branch fix/standings-streak-sort-order 2026-02-10 21:05:42 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/major-domo-database#10
No description provided.