Fix IndyCar standings: correct ESPN stat key, title, and finalized badge #82
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/indycar-standings-display"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Test plan
🤖 Generated with Claude Code
- IndyCar points were showing as 0 because ESPN uses 'championshipPts' not 'points' as the stat name; add it as primary key in the fallback chain - Rename season_standings card title from sportSeasonName to "${name} Standings" - Remove non-finalized subtext from SeasonStandings CardDescription - Restore finalized-season badge (season complete / top-8 points locked) which was dropped when removing the subtext; derive from sportsSeason.status at the component level instead of the loader so the dead seasonIsFinalized field is also removed from the loader return Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>