Case
Deliveries: address import, zones, and routes for delivery assignment
An operations example for logistics: text import, geocoding, editable zones, manual moves for uncertain points, and map-based routes.
Task
Help a dispatcher break a delivery list into zones and couriers faster while keeping manual control over addresses that geocoding cannot place with confidence.
What was built
- Added text-list import for deliveries and address geocoding for initial point placement on the map.
- Built editable map zones so assignment rules can be refined without rewriting the process from scratch.
- Kept manual moves for uncertain points because some addresses need human verification.
- Implemented courier splitting and route ordering with a fallback path when external route calculation is unavailable.
- Displayed points, zones, and route order on a map so the dispatcher can inspect the result before using it in work.
Implemented result
A delivery list becomes a reviewable map with zones, couriers, and stop order. The dispatcher can correct uncertain places before using the route in operations.
Control conditions
Assignment accuracy depends on address quality; uncertain points remain visible for manual review and movement.