Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
provide details for updating existing test results while importing (#69)
Browse files Browse the repository at this point in the history
see also https://github.com/corona-warn-app/cwa-security/issues/15

Co-authored-by: Daniel Eder <[email protected]>
Co-authored-by: Julien Hagestedt <[email protected]>
Co-authored-by: Maximilian Laue <[email protected]>
Co-authored-by: dfischer <[email protected]>
  • Loading branch information
5 people authored Jul 16, 2020
1 parent ea1d3d5 commit a0bf116
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/architecture-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ The endpoint can receive several test results in one call.

Steps:
1. lab provides 1..n test results
2. test result server inserts test results into its DB
2. test result server inserts or updates test results into its DB

The implementation is able to update existing test results, this a rare but real case for test results.

### Use Case retrieve test result
It is important to note, that only one Registration Token will be generated for a specific GUID or teleTAN. The use case generates Registration Tokens from hashed GUIDs xor teleTANs. This is a measure to increase data privacy.
Expand Down

0 comments on commit a0bf116

Please sign in to comment.