Skip to content

Commit 72fb83e

Browse files
authored
Merge pull request #560 from uwscope/develop-notifications
Enable Daily Email Reminders of Due Items
2 parents d24b021 + b05a173 commit 72fb83e

File tree

14 files changed

+1285
-81
lines changed

14 files changed

+1285
-81
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# Python caches
1111
**/__pycache__/
12+
13+
# Batch file for locally executing reminders
14+
/reminders.bat

scope_shared/scope/populate/data/validate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def _validate_patient_collection_documents(
175175
"assessment",
176176
"caseReview",
177177
"moodLog",
178+
"reviewMark",
178179
"scheduledActivity",
179180
"scheduledAssessment",
180181
"session",

0 commit comments

Comments
 (0)