Skip to content

Commit

Permalink
Merge pull request #26687 from guardian/ds/add-user-fewatures-feature…
Browse files Browse the repository at this point in the history
…Switch

add feature switch for user-features
  • Loading branch information
dskamiotis authored Nov 14, 2023
2 parents 6c2f94b + 75f8866 commit 8749a2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/app/conf/switches/FeatureSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -532,4 +532,14 @@ trait FeatureSwitches {
sellByDate = Some(LocalDate.of(2024, 6, 5)),
exposeClientSide = false,
)

val UserFeaturesDcr = Switch(
SwitchGroup.Feature,
"user-features-dcr",
"If this switch is on, we will load user-features from dcr",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 1, 15)),
exposeClientSide = true,
)
}

0 comments on commit 8749a2f

Please sign in to comment.