Tournament Operations Workbook

A self-auditing Excel workbook that tracks events, attempts and judged scores — and refuses to declare itself ready while any integrity check is failing.

Download the workbook (.xlsx)

17,431 bytes · 8 sheets · 61 formula cells · SHA-256 6aaeb32e64d5b810cb5a7e0a12b5b268850ddc439b9326e9b41b0f2a860443db

Sheets

SheetWhat it holds
READMEColour legend, which cells a human may edit, how the gate works
DashboardEight KPIs and a bar chart of best total by event
EventsOne row per event; attempts left and best total are formulas
SubmissionsOne row per attempt; validated status, event key and 0–10 axis scores
AuditSeven blocking checks and two advisory checks, each returning a count of violations
ReadinessThe gate — a formula, never a typed word
TestLogSix test cases, with the results recorded by the human who ran them
ListsSource lists behind the dropdowns

The readiness gate

The Audit sheet runs seven blocking checks and two advisory checks over the workbook’s own data. Readiness!B5 reads Submission Ready only when the blocking total is zero; otherwise it names the number of violations and turns red. Break any rule on Events or Submissions and the cell changes by itself.

Caching

The workbook is served from a versioned path under /files/ with Cache-Control: public, max-age=31536000, immutable. The HTML entry point uses max-age=300 so a new revision can be published without waiting out a long-lived cache.