Platform concept
A memory layer, not another driver application.
Delivery Memory is designed to sit beside the tools an operation already uses. Drivers should not be asked to learn another application, and platforms should not be asked to hand over their workflow.
Before the job
An authorised platform requests available last-metre information.
During the job
The driver receives only the information necessary to complete that job.
After the job
The driver confirms or corrects the record with minimal interaction.
Conceptual interfaces
Platform job-card component
PrototypeManchester → Castle Farm Workshops
Today · 10:30–11:00 · Medium van
Last-metre knowledge available · 1 conflict
Driver mobile component
PrototypeSecond gate after the stone wall
Blue workshop door beside Unit 4 · photograph available
Previously confirmed—not guaranteed current.
Recipient approval link
PrototypeSix items, each approved for future deliveries, approved until a date, restricted to one delivery, rejected or corrected.
Change-history record
PrototypeWho supplied each item, who confirmed it, when, its permission state, whether it is disputed, and when it expires.
Conceptual API
The example below is illustrative only. No real address, API key or live endpoint is shown.
GET /v1/locations/{authorised-location-id}/delivery-memory
{
"location_id": "authorised-location-reference",
"access_point": {
"description": "Second gate after the stone wall",
"coordinates": "ordinary latitude and longitude"
},
"handover_point": "Blue workshop door beside Unit 4",
"vehicle_constraints": {
"medium_van": "access confirmed",
"larger_vehicle": "restricted turning space",
"state": "unresolved_conflict"
},
"evidence": [
{ "type": "photograph", "subject": "entrance", "supplied_by": "recipient" }
],
"provenance": [
{ "date": "12 July", "actor": "recipient", "action": "supplied" },
{ "date": "18 July", "actor": "driver", "action": "confirmed" }
],
"last_confirmed_at": "18 days ago",
"expires_at": "04 February",
"permission_scope": "authorised_future_deliveries",
"unresolved_conflicts": ["vehicle_turning_space"]
}Conceptual interface. No production API is currently offered.
Third-party location systems
Delivery Memory would store ordinary geographic coordinates as the underlying location. Human-readable systems such as three-word references could be displayed optionally where appropriately licensed and supported. No partnership or endorsement is implied.
