Static QR-Code | General Questions
Background
We have started the background organization and implementation of the general questions in a few issues in av and #1162 (closed). We want to begin real implementation of the first mvp version of an actual question set for users.
What to do
-
Add questions into the datastore from ePROs: -
rcc-curated-starter-questions-0001-daily-0 -
rcc-curated-starter-questions-0002-daily-0 -
rcc-curated-starter-questions-0003-daily-0 -
Make questions part of a template in the runtime config -
Include default Daily Notes question in the template
More details
-
For task one, we need to create a custom store, similar to CuratedExtendedQuestionStoreServiceModule. -
This store needs to be configured for PAT as well, so that the import can work. -
We need to add more verification related to the runtime config, for example that the field questions can't be empty or nonexistent. See for more details: https://git.recoverycat.de/recoverycat/rcc-knowledge-base/-/blob/main/projects/static-qr-code/static-qr-code.md -
Update the runtime configs for all stages. Every one should be on different merge requests. -
Dev -
QA -
Prod
-
-
Add more unit tests to StaticQrCodeService related to the data validation and the internal objects being wrapped into link objects. -
Add initial E2E test -
successful path -
integration into the pipeline: problem as the initial url with the param is needed.
-
Edited by Carlos Sanchez