Drivers
A Driver is a person who drives one or more cars. Drivers are account-scoped (not per-event), so the same row is referenced across the season.
What's stored
| Field | Notes |
|---|---|
firstName / lastName | |
nickname | Optional |
nationality | ISO country code |
fiaCategory | Bronze / Silver / Gold / Platinum |
dob | Date of birth |
parameters | JSONB — Driver-scoped Definition data |
Where it shows in the app
- Admin → Drivers (
/admin/drivers) — DataGrid with FIA rating chips and nationality flags
What you can do today
- Full CRUD via
/driversand the admin screen - Custom parameters via a Driver Definition
What's coming
- Driver ↔ Car assignment per session (today it's a parameter)
- Driver pace stats roll-up
- Photo + bio fields
- Helmet livery preview