Lap Markers
Lap markers are labels you can assign to laps to call out their character — FCY, Pit, Out lap, Yellow sector 3, Best of run, Personal best, etc. They drive colour-coded highlights in the run-sheet grid and the strategy view.
What's stored
| Field | Notes |
|---|---|
name | e.g. FCY, Pit, Best |
color | Hex string |
description | Optional |
order | Sort order in the picker |
Where it shows in the app
- Admin → Lap Markers (
/admin/lap-markers) — CRUD grid - Run Sheet Main tab — markers render as coloured chips next to the lap row
What you can do today
- Full CRUD via
/lap-markersand the admin screen - See four seeded markers (
FCY,Pit,Best,Out) - Assign a marker to a lap by PATCHing the lap with
lapMarkerId
What's coming
- Multiple markers per lap (today: one)
- Auto-marker rules ("any lap during a yellow flag → FCY") driven by the live timing feed
- Track-status markers (separate concept from lap markers, per HH-DM)