Sponsor · Acme Foods · Pilot Program A
Vehicle schedule
Every seeded van, its assigned driver, and the shift window — with conflict warnings for unassigned vans, drivers split across overlapping shifts, and head-counts above the group’s capacity.
- 01Pickups and shift ends are HH:mm local. Two windows overlap when neither has ended before the other begins.
- 02Conflicts are computed server-side and ship with the schedule envelope — the panel never recomputes.
- 03Edits written by the seed persist across refreshes — the route streams the live database every request.
schedule · live
loading…
total vans
drivers
vans with conflicts
unassigned drivers
Conflict shapes
- No drivervan has no driver assigned
- Driver overlapdriver on two vans with overlapping shift windows
- Over capacityheadcount above the group’s seeded capacity
FMCSA guardrails
Every van renders its driver’s current + next-upcoming shift against the three FMCSA hours-of-service rules. A warn flags a soft cap breach; a block flags a hard cap that would put the driver in violation.
- OKshift stays within the rule
- WARNsoft cap (e.g. > 10h driving)
- BLOCKhard cap (rest gap / on-duty span)