Championships
A Championship is the top of the entity hierarchy. It groups a season's worth of events under a single name (e.g. 2026 IMSA SportsCar, 2026 ELMS).
Find them in the app under the Championship ribbon tab, or filter the context strip's first dropdown.
What's stored
| Field | Notes |
|---|---|
id | UUID |
accountId | Owner account |
name | Human-readable name |
season | Year or season label |
series | Series code (IMSA / WEC / ELMS / …) |
parameters | JSONB — driven by an optional Championship-scoped Definition |
What you can do today
- Admin screen at Admin → Championships (
/admin/championships) — full CRUD with create / edit / delete, sorted by season then name. - List, get, create, patch, delete via
/championships(see API Endpoints). - Pick a championship in the context strip to scope every other view to its events.
- Attach custom parameters via a Championship Definition.
What's coming
- Calendar view rolling up all events — now live at
/calendar. - Cross-event analysis (season-long pace, tyre trends).