Complete React live and Race Hub views

This commit is contained in:
2026-05-25 02:56:06 -04:00
parent 5eb0983ffb
commit e410a01db1
23 changed files with 1243 additions and 12 deletions

View File

@@ -48,8 +48,8 @@ function CliCommandLine({ cmd }: { cmd: string }) {
export function ingestYearCommands(year: number): Command[] {
return [
{ comment: '# Ingest all meetings for a season', cmd: `box-box --ingest-year ${year}` },
{ comment: '# Preview without downloading', cmd: `box-box --ingest-year ${year} --dry-run` },
{ comment: '# Discover season meetings and sessions', cmd: `box-box --ingest-year ${year}` },
{ comment: '# Preview season discovery only', cmd: `box-box --ingest-year ${year} --dry-run` },
]
}