paper-dynasty-database/app
Cal Corum 507037f5b9 feat: add GET /api/v2/cards/featured/card-of-the-week endpoint
Exposes the highest-rated card from the past 7 days (configurable via
?days=) as a Discord-embed-ready payload.  AI teams are excluded by
default (?include_ai=true lifts the filter).  Deterministic tiebreak:
rating desc, pack open_time desc, card id desc.

Roadmap: Phase 2.6c — lowest-friction entry into the automated content
pipeline.  Single-call response includes player name, team, rarity,
rating, card image URL, and cardset name.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 10:31:48 -05:00
..
models refactor: split PlayerSeasonStats into BattingSeasonStats and PitchingSeasonStats 2026-03-17 09:43:22 -05:00
routers_v2 feat: add GET /api/v2/cards/featured/card-of-the-week endpoint 2026-04-10 10:31:48 -05:00
seed refactor: rename evolution system to refractor 2026-03-23 13:31:55 -05:00
services feat: S3 upload pipeline for APNG animated cards (#198) 2026-04-08 10:04:21 -05:00
__init__.py Initial Commit with /current 2023-09-13 14:44:26 -05:00
card_creation.py Update card_creation.py 2024-02-24 21:36:44 -06:00
db_engine.py feat: add REFRACTOR_START_SEASON floor to evaluator queries (#195) 2026-04-08 08:03:07 -05:00
db_helpers.py Fix PostgreSQL upsert column names and CSV null handling 2026-01-30 17:28:40 -06:00
dependencies.py fix: use constant-time comparison for bearer token validation (#8) 2026-03-05 03:43:59 +00:00
main.py feat: add GET /api/v2/cards/featured/card-of-the-week endpoint 2026-04-10 10:31:48 -05:00
player_scouting.py Update player_scouting.py 2023-09-24 19:00:21 -05:00