This adds a new function to InsertManager, which also takes a list of visited countries. The function from v1 is wrapped to always call the this new function with a hard coded list with one entry (OriginCountry, for now set to Switzerland).
Further it adds the logic to the controller, currently missing the new DataService stuff, which will be PRed into this branch.
This adds a new function to
InsertManager
, which also takes a list of visited countries. The function from v1 is wrapped to always call the this new function with a hard coded list with one entry (OriginCountry, for now set to Switzerland).Further it adds the logic to the controller, currently missing the new DataService stuff, which will be PRed into this branch.