How to make service order preserved while making new routes

Hi All,

Greeting for today!!!
I am trying to build a system where services can be added/remove dynamically. These services will be served by a vehicle.
Suppose for a particular vehicle on a day, he/she has to serve ServiceA, ServiceB, ServiceC, ServiceD, ServiceE and ServiceF. While vehicle is serving ServiceC, ServiceD make an reschedule for next day.
Already we have recieved new services like ServiceG,ServiceH and ServiceI.
As ServiceD is need to remove and also needs to add ServiceG, ServiceH and ServiceI in the next route. I want jsprit to create a route with maintaining its route order. i.e. ServiceA, ServiceB and ServiceC and next items in the routes. How can proceed with this?

use initial routes.

1 Like