-
Notifications
You must be signed in to change notification settings - Fork 1k
SenseOfProtection experiment: Cohort survey param #5889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SenseOfProtection experiment: Cohort survey param #5889
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
a75ac5d
to
2cff60a
Compare
2cff60a
to
cb2d266
Compare
df7c527
to
0736cf4
Compare
66eb683
into
feature/mike/sense-of-protection-test/add-test-framework
) : SurveyParameterPlugin { | ||
override val surveyParamKey: String = "senseProtectionCohort" | ||
|
||
override suspend fun evaluate(): String = senseOfProtectionToggles.senseOfProtectionNewUserExperimentApr25().getCohort()?.name.orEmpty() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nalcalag shouldn't we checking that experiment is active?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we check if the experiment is active, a cohort will be assigned and we don't want that. We created a new survey for the experiment, so as soon as the experiment is disabled, we should also disable the survey or remove this survey param if they want to keep it.
Task/Issue URL: https://app.asana.com/0/1202552961248957/1209874180233369/f Added a temporary survey param for experiment cohort - N/A --------- Co-authored-by: Mike Scamell <[email protected]>
Task/Issue URL: https://app.asana.com/0/1202552961248957/1209874180233369/f Added a temporary survey param for experiment cohort - N/A --------- Co-authored-by: Mike Scamell <[email protected]>
Task/Issue URL: https://app.asana.com/0/1202552961248957/1209874180233369/f Added a temporary survey param for experiment cohort - N/A --------- Co-authored-by: Mike Scamell <[email protected]>
Task/Issue URL: https://app.asana.com/0/1202552961248957/1209874180233369/f Added a temporary survey param for experiment cohort - N/A --------- Co-authored-by: Mike Scamell <[email protected]>
Task/Issue URL: https://app.asana.com/0/1202552961248957/1209874180233369/f Added a temporary survey param for experiment cohort - N/A --------- Co-authored-by: Mike Scamell <[email protected]>
Task/Issue URL: https://app.asana.com/0/1202552961248957/1209874180233369/f Added a temporary survey param for experiment cohort - N/A --------- Co-authored-by: Mike Scamell <[email protected]>
Task/Issue URL: https://app.asana.com/0/1202552961248957/1209874180233369/f Added a temporary survey param for experiment cohort - N/A --------- Co-authored-by: Mike Scamell <[email protected]>
Task/Issue URL: https://app.asana.com/0/1202552961248957/1209874180233369/f
Description
Added a temporary survey param for experiment cohort
Steps to test this PR
No UI changes