major-domo-database/app
Cal Corum 926b03971b
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m28s
fix: calculate lob_2outs and rbipercent in SeasonPitchingStats (#28)
Both fields were hardcoded to 0.0 in the INSERT. Added SQL expressions
to the pitching_stats CTE to calculate them from stratplay data, using
the same logic as the batting stats endpoint.

- lob_2outs: count of runners stranded when pitcher recorded the 3rd out
- rbipercent: RBI allowed (excluding HR) per runner opportunity

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 09:34:49 -05:00
..
routers_v3 fix: raise HTTPException in recalculate_standings on failure (#23) 2026-03-03 03:44:52 +00:00
services docs: Add subdirectory CLAUDE.md files for routers, stratplay, and services 2026-02-17 17:32:25 -06:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
db_engine.py fix: Sort games chronologically in standings recalculation for accurate streaks 2026-02-10 14:44:58 -06:00
dependencies.py fix: calculate lob_2outs and rbipercent in SeasonPitchingStats (#28) 2026-03-08 09:34:49 -05:00
main.py Added HelpCommands 2025-10-17 16:36:40 -05:00