Playoff box scores
Choose season, bracket series, round, and the two teams. Rosters load from season_roster. Enter stats for each game and save to playoff_games and playoff_player_box_scores.
file:///
Run a local server (e.g. npx --yes serve -p 5500) and open this page from http://localhost:5500/playoff-box-score-admin.html so Supabase requests work.
1. Series & teams
series_id is assigned automatically: it reuses the ID from playoff_results or saved box scores when this matchup already exists, otherwise the next number for the season. round_code uses bracket abbreviations (shown in parentheses in the dropdown).
Seeds are for Team 1 and Team 2 (not home/away). Each saved game stores them on that game’s home/away columns based on who hosts that game. Changing season or either team clears seeds and refreshes the auto series_id.
Use Open series from DB to jump into a series you already saved (fills team 1/team 2 and round from playoff_games, then loads every game). Or pick teams and Load rosters as before.