Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Contact tracer creates an access code which can be used by the SafePlaces mobile app to upload points of concern. At the time of writing there is no UI design for initiating access code creation manually, so for now the web UI will create and display an access code automatically after creating the case. The token code is generated according to SPL Token Exchange, and only exists for 1 hour. The contact tracer communicates this code to the user verbally over the phone.

...

The SafePlaces frontend application will be polling GET /points (

Status
colourRed
titleNEEDS SPEC
), which should return the list of uploaded points for the given access tokencode. If the user declined the ToS, an appropriate error status code is returned. Once the upload process has concluded the endpoint will return the points of concern that were uploaded from the SafePaths app. Once points are returned, the upload is assumed to be completed.

...