paper-dynasty-database/app
Cal Corum dc9269eeed fix: refractor card art post-merge fixes — cache bypass, template guards, dev server
- Skip PNG cache when ?tier= param is set to prevent serving stale T0 images
- Move {% if %} guard before diamond_colors dict in player_card.html
- Extract base #fullCard styles outside refractor conditional in tier_style.html
- Make run-local.sh DB host configurable, clean up Playwright check

Follow-up to PR #179

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 12:37:30 -05:00
..
models refactor: split PlayerSeasonStats into BattingSeasonStats and PitchingSeasonStats 2026-03-17 09:43:22 -05:00
routers_v2 fix: refractor card art post-merge fixes — cache bypass, template guards, dev server 2026-04-04 12:37:30 -05:00
seed refactor: rename evolution system to refractor 2026-03-23 13:31:55 -05:00
services fix: address PR #177 review — move import os to top-level, add audit idempotency guard 2026-03-30 13:16:27 -05:00
__init__.py
card_creation.py
db_engine.py style: remove redundant parentheses on boost_delta_json declaration 2026-03-30 11:07:19 -05:00
db_helpers.py
dependencies.py
main.py refactor: rename evolution system to refractor 2026-03-23 13:31:55 -05:00
player_scouting.py