-
Notifications
You must be signed in to change notification settings - Fork 35
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
experiment framework #1100
experiment framework #1100
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.
what a nice improvement to the architecture :) just a couple of minor comments, great job
Sources/BrowserServicesKit/FeatureFlagger/ExperimentCohortsManager.swift
Outdated
Show resolved
Hide resolved
Sources/BrowserServicesKit/FeatureFlagger/ExperimentCohortsManager.swift
Outdated
Show resolved
Hide resolved
@@ -18,6 +18,8 @@ | |||
|
|||
import Foundation | |||
|
|||
public protocol FlagCohort: RawRepresentable, CaseIterable where RawValue == CohortID {} |
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.
could it be possibly be named just "Cohort"?
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.
I was just concerned it might get confused with PrivacyConfigurationData.Cohort
Sources/BrowserServicesKit/FeatureFlagger/ExperimentCohortsManager.swift
Outdated
Show resolved
Hide resolved
Sources/BrowserServicesKit/FeatureFlagger/ExperimentCohortsManager.swift
Outdated
Show resolved
Hide resolved
Sources/BrowserServicesKit/PrivacyConfig/PrivacyConfiguration.swift
Outdated
Show resolved
Hide resolved
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.
👏 nice work
Please review the release process for BrowserServicesKit here.
Required:
Task/Issue URL: https://app.asana.com/0/1204186595873227/1208687542689225/f
iOS PR: duckduckgo/iOS#3636
macOS PR: duckduckgo/macos-browser#3606
What kind of version bump will this require?: Major
Optional:
Tech Design URL: https://app.asana.com/0/1204186595873227/1208823859841917/f
CC:
Description: Implements the new A/B/N experiment framework
Steps to test this PR:
OS Testing:
Internal references:
Software Engineering Expectations
Technical Design Template