Skip to content

Commit 9968ea1

Browse files
author
sagarwal
committed
Add feature flag Screening
1 parent d6e0b70 commit 9968ea1

File tree

1 file changed

+2
-1
lines changed
  • app/src/main/java/org/simple/clinic/feature

1 file changed

+2
-1
lines changed

app/src/main/java/org/simple/clinic/feature/Feature.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ enum class Feature(
2525
PatientReassignment(false, "patient_reassignment_v0"),
2626
PatientStatinNudge(false, "patient_statin_nudge_v0"),
2727
NonLabBasedStatinNudge(false, "non_lab_based_statin_nudge"),
28-
LabBasedStatinNudge(false, "lab_based_statin_nudge")
28+
LabBasedStatinNudge(false, "lab_based_statin_nudge"),
29+
Screening(false, "screening_feature_v0")
2930
}

0 commit comments

Comments
 (0)