2 x 40ft ex Swanson Dock East to Truganina
Paul Miller (test)
Proof of concept — not a production system. Do not enrol a real driver, or treat any result here as evidence.
Jobs held pending an identity check. A driver is never left without a way forward, so both release paths are always here.
2 x 40ft ex Swanson Dock East to Truganina
Paul Miller (test)
These drivers texted STOP and receive nothing. They cannot put themselves back on — texting START does nothing. Reinstate only after the driver has phoned the office, and name yourself: it goes into the audit record.
Nobody has opted out.
Edited here and applied on the next job acceptance — no deploy, per PRD §6.3. Paste a partial JSON override; anything omitted keeps the default. An invalid edit is ignored rather than applied, so a typo cannot stop drivers starting work.
{
"cadence": {
"enabled": true,
"mode": "per_shift",
"hours": 10
},
"deterministic": {
"gap_12h": {
"enabled": false,
"hours": 12
},
"new_device": {
"enabled": true
},
"recent_failure": {
"enabled": true,
"days": 30
},
"incident_flag": {
"enabled": true
}
},
"anomaly": {
"geo_distance": {
"enabled": true,
"metres": 250
},
"impossible_travel": {
"enabled": true,
"max_kmh": 130
},
"unusual_hour": {
"enabled": true,
"min_history": 5,
"tolerance_hours": 2
},
"new_vehicle": {
"enabled": true
}
},
"random": {
"enabled": true,
"percent": 15
}
}{
"cadence": {
"enabled": true,
"mode": "weekly",
"hours": 168
},
"deterministic": {
"gap_12h": {
"enabled": false,
"hours": 12
},
"new_device": {
"enabled": true
},
"recent_failure": {
"enabled": true,
"days": 30
},
"incident_flag": {
"enabled": true
}
},
"anomaly": {
"geo_distance": {
"enabled": true,
"metres": 500
},
"impossible_travel": {
"enabled": true,
"max_kmh": 130
},
"unusual_hour": {
"enabled": true,
"min_history": 5,
"tolerance_hours": 2
},
"new_vehicle": {
"enabled": true
}
},
"random": {
"enabled": true,
"percent": 4
}
}{
"cadence": {
"enabled": true,
"mode": "weekly",
"hours": 168
},
"deterministic": {
"gap_12h": {
"enabled": false,
"hours": 12
},
"new_device": {
"enabled": true
},
"recent_failure": {
"enabled": true,
"days": 30
},
"incident_flag": {
"enabled": true
}
},
"anomaly": {
"geo_distance": {
"enabled": true,
"metres": 500
},
"impossible_travel": {
"enabled": true,
"max_kmh": 130
},
"unusual_hour": {
"enabled": true,
"min_history": 5,
"tolerance_hours": 2
},
"new_vehicle": {
"enabled": true
}
},
"random": {
"enabled": true,
"percent": 4
}
}