major-domo-database/tests
Cal Corum 86f8495284
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m32s
feat: Add group_by=sbaplayer to batting, pitching, and fielding endpoints
Enables career-total aggregation by real-world player identity (SbaPlayer)
across all seasons. JOINs StratPlay → Player to access Player.sbaplayer FK,
groups by that FK, and excludes players with null sbaplayer. Also refactors
stratplay router from single file into package and adds integration tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 17:42:14 -06:00
..
integration feat: Add group_by=sbaplayer to batting, pitching, and fielding endpoints 2026-02-17 17:42:14 -06:00
unit fix: Complete dependency injection refactor and restore caching 2026-02-04 01:13:46 -06:00
__init__.py refactor: Add dependency injection for testability 2026-02-03 15:59:04 +00:00