-
- Tata steel finally started.
- 68,323 fans in attendance at warriors/spurs last night. NBA record.
- 49ers advance to divisional round over seahawks.
- Abstracted the aquarium maintenance doc to gsheets for the tabular portions. Easier to manage now. Also updated alive/dead status. Calculated totals: $1478 consumables, $9877 equipment, $5487 life (only $1839 still alive). $17k total so far.
- SBSC. Took over 10 hours to fix the postseason LB issues today. https://gitlab.com/bmahlstedt/supercontest/-/issues/171
- Fixed the data corruption for (after week 18, before season end).
- Made
season_start
and season_end
consistent for all (sept 1 and feb 1).
- Added proper preseason() and postseason() logic so we’re resilient to this in the future.
- TONS of logical changes in this one. Not repeating here. Just check ticket. Was a way bigger change than anticipated.
- I’ll actually copy one over. There’s a HUGE difference between these checks:
- Is it currently in an active week, or is it the offseason?
- Did the user request the active week, or a noncurrent (old) season/week?
- These two distinct cases were blended all over the place in the code. Had to separate and clean/rewrite a LOT.