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,233 bytes · 8 sheets · 60 formula cells · SHA-256 0075da1a7720e33e…

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
AuditEight integrity checks, each returning a count of violations
ReadinessThe gate — a formula, never a typed word
TestLogSix test cases for a human to run, with columns to record what happened
ListsSource lists behind the dropdowns

The readiness gate

The Audit sheet runs seven blocking checks and one advisory check 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.