Search for locations close to the route
Search for locations close to a route
Create a new function in the system, in addition to the bpower2 system as an external microservice
1) We have a transport order that has a start and end location.
2. we need to search in the database of orders for other orders that:
- can be picked up by leaving the route so as not to exceed the travel time to the first order
- If the delivery is before the target delivery, it must also be done before the delivery already on the list
3. the client on the basis of these suggestions will choose one and change the route from the list
It should be assumed that the route from point one to point three will already contain more points because steps 2 and 3 can be repeated
Database, locations will be in the system Bpower2 available through the API