โ– humdrum codex / sportsball
license AGPL-3.0

โ† issues

TASK-021 Team stat bars + quarter linescore for stick-and-ball sports

๐ŸŸฆ Backlog feature priority: medium

created 2026-06-17 23:47 ยท updated 2026-06-18 01:17

Description

Extend the soccer team-stat bars (TASK-011) to NBA/WNBA (and likely NHL/NFL). ESPN's basketball summary boxscore.teams[].statistics is a FLAT name/displayValue/label list (FG, FG%, 3PT, FT, rebounds, assists, steals, blocks, turnovers) โ€” same shape soccer uses, so mapTeamStats just needs a per-sport curated key list instead of the hardcoded soccer set. Also add a quarter/period linescore strip from competitors[].linescores (e.g. away [18,11,...] / home [14,13,...]). NOTE: team fouls/timeouts are NOT in the summary stats โ€” treat as unavailable. Baseball stays nested (batting/pitching) and keeps the per-player box only.

Acceptance Criteria