Resolve "Repose | Add a reminder popup for the Full Assessment"
Closes #570 (closed)
For the sake of simplicity I triggered this alert whenever a sporadic symptom check is active, since the short and full assessments will be the only sporadic symptom checks in the app for now.
You can test by importing ReposeSymptomCheckStoreModule
from examples
. You just have to adjust the defaultSchedule
of the first symptom check to trigger it, e.g.:
defaultSchedule: {
startDate: '2023-09-18', // today's date
interval: [0] // trigger on day 0 (today)
},
Edited by Noel Simmel