GPS and the driver phone
How a driver goes live with a drv_ key and why an offer hides the address at first.
The driver does not sign in to the panel. They open one address on the phone and that is enough. That address is the company’s secret, not the customer’s.
How a driver goes live
- On the driver card, copy the
drv_…key. - The driver opens that address in the phone browser (or in the Kierowca app you paste to them). The path looks like
/k/drv_…. - Until the first ping, the fleet in the panel shows “Waiting for GPS”.
- The first ping is a milestone. From then on the map knows where that person is.
Concept: driver GPS. Rotating the key invalidates the old phone. Do not give drv_… to the customer — the customer has the /o/… link.
sequenceDiagram participant Panel participant Phone participant Fleet Panel->>Phone: drv_ key on /k/ Phone->>Fleet: first ping Fleet-->>Panel: live
The phone talks only to the Delieta server. The driver does not paste a panel password and does not see other people’s jobs.
Offer without an address
Before the driver accepts a job, the phone shows an offer without the street and without the customer’s phone. Address and number come out after accept. Rejecting leaves them where they were — in the kitchen.
This is not a punishment. It is the same boundary as on the tracking page: whoever did not take the job does not get the address book.
When the driver themselves reports a problem from the phone (stop, delay, ask to call), the panel gets an alert, not a silent status on the pin.


