Skip to content

Commit

Permalink
add ab test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii committed May 30, 2024
1 parent f2c54a6 commit e4acb07
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import java.time.LocalDate
object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] =
Set(
UseSourcepointPropertyId,
DarkModeWeb,
UpdatedHeaderDesign,
MastheadWithHighlights,
Expand All @@ -19,6 +20,15 @@ object ActiveExperiments extends ExperimentsDefinition {
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
}

object UseSourcepointPropertyId
extends Experiment(
name = "use-sourcepoint-property-id",
description = "Use Sourcepoint propertyId instead of propertyHref",
owners = Seq(Owner.withGithub("[email protected]")),
sellByDate = LocalDate.of(2024, 7, 30),
participationGroup = Perc0A,
)

object UpdatedHeaderDesign
extends Experiment(
name = "updated-header-design",
Expand Down

0 comments on commit e4acb07

Please sign in to comment.