Paper Dynasty Database - PostgreSQL database service
Implement update_season_stats(game_id) in app/services/season_stats.py. Aggregates StratPlay batting/pitching stats and Decision win/loss/save data into PlayerSeasonStats with idempotency guard and dual-backend upsert (PostgreSQL EXCLUDED increments, SQLite read-modify-write). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .gitea/workflows | ||
| app | ||
| docs | ||
| migrations | ||
| scripts | ||
| storage/templates | ||
| tests | ||
| .dockerignore | ||
| .env | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| compose.production.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| pyproject.toml | ||
| requirements.txt | ||
| ruff.toml | ||
| VERSION | ||