Versions Compared

Key

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

...

  • Private WebUI Service

  • Endpoint: GET POST /access-code (

    Status
    colourRed
    titleNEEDS SPEC
    )

  • Write to Ingest/Upload DB

...

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 token. 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.

  • Private WebUI Service

  • Read from Ingest/Upload DB

The frontend application then makes a call to POST /cases/points (

Status
colourRed
titleNEEDS SPEC
), providing both the uploaded points returned from the poll above and the caseId.

  • Private WebUI ServiceRead from Ingest/Upload DB

  • Write to Private DB

Displaying Points for the Case

...