Skip to content

Resolve "Repose | Add REPOSE study symptom checks"

Noel Simmel requested to merge 553-repose-add-repose-study-symptom-checks into main

Closes #553 (closed)

This looks like a lot of changes, but that's just because of the many Questions and Symptom Checks (you don't need to look at those).

It's probably best to go through this commit by commit.

  1. Rename the example SC store in /examples accordingly
  2. Clean up repose/repose-questions/ReposeQuestionStore which contains all REPOSE questions (can be ignored as I did more refactoring later anyways)
  3. Delete that store because I decided to split it up into 2 directories
  4. Create ReposePeriodicSymptomCheckStore. This contains the periodic symptom check, i.e. the 7 ePROM questions. This is a normal SC store, same as the example from step 1
  5. Create ReposeSporadicSymptomCheckStore. This contains the questions from step 2. This store is a bit more complex, because we need to set the symptom checks' start dates to the day the user opens the app for the first time.
  6. Fix a bug in the slider card template

Merge request reports

Loading