Skip to content
Snippets Groups Projects
Unverified Commit 3db92539 authored by Fabian-K's avatar Fabian-K Committed by GitHub
Browse files

[EXPOSUREAPP-2314] Include test result retrieval in playbook for initial registration (#1073)


For plausible deniability, the test result retrieval after the initial registration (via QR or TeleTAN) needs to be part of the same playbook and not two playbooks executed sequentially. For this, this commit:
- updates the initial registration playbook to fetch the test result instead of a dummy request and returns the registration token as well as the test result
- adds an argument "skipInitialTestResultRefresh" to the SubmissionTestResultFragment to optionally skip the initial test result refresh
- includes the argument "skipInitialTestResultRefresh" when navigating from the QR Code scan or the TeleTAN input screen to the SubmissionTestResultFragment
- adds "updateTestResult" to the SubmissionRepository to be able to set the test result without having to refresh it every time from the server
- updates the SubmissionService to set the test result coming from the initial registration playbook

Co-authored-by: default avatarJakob Möller <jakob.moeller@sap.com>
parent 821d4112
No related branches found
No related tags found
No related merge requests found
Showing
with 145 additions and 49 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment