Resolve "Initial SymptomChecks"
For review
Note: This only works on the PAT side of the app
- Please review #1128 (closed) first
- Add
MockStaticRccPublicRuntimeConfigModule
as an import on base-features.module.ts ofPAT
- Use this base64 string
eyJwcmVDb25maWd1cmVkU3ltcHRvbUNoZWNrIjoibmFtZV9vZl9hX3ByZWNvbmZpZ3VyZWRfc3ltcHRvbV9jaGVjayJ9
as params (/data?d=
). // This base64 contains the object:
{ "preConfiguredSymptomCheck": "name_of_a_preconfigured_symptom_check"}
- A modal should pop up saying that questions were received (Like when sending a SC via QR code)
Closes #1162 (closed)
Edited by Hanhoan Truong