DP-3T / dp3t-sdk-backend

The backend implementation for DP3T
Mozilla Public License 2.0
199 stars 87 forks source link

[WIP] International/controller logic #247

Closed ubamrein closed 3 years ago

ubamrein commented 4 years ago

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.

martinalig commented 3 years ago

Outdated.