Skip to content
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

Merged
merged 30 commits into from
Nov 29, 2024
Merged

experiment framework #1100

merged 30 commits into from
Nov 29, 2024

Conversation

SabrinaTardio
Copy link
Contributor

@SabrinaTardio SabrinaTardio commented Nov 27, 2024

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:

  1. All tests are green

OS Testing:

  • iOS 14
  • iOS 15
  • iOS 16
  • macOS 10.15
  • macOS 11
  • macOS 12

Internal references:

Software Engineering Expectations
Technical Design Template

@SabrinaTardio SabrinaTardio changed the title Sabrina/experiment framework experiment framework Nov 27, 2024
@SabrinaTardio SabrinaTardio marked this pull request as ready for review November 28, 2024 12:31
Copy link
Contributor

@jaceklyp jaceklyp left a 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

@@ -18,6 +18,8 @@

import Foundation

public protocol FlagCohort: RawRepresentable, CaseIterable where RawValue == CohortID {}
Copy link
Contributor

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"?

Copy link
Contributor Author

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

Copy link
Contributor

@jaceklyp jaceklyp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 nice work

@SabrinaTardio SabrinaTardio merged commit 9563e1e into main Nov 29, 2024
7 checks passed
@SabrinaTardio SabrinaTardio deleted the sabrina/experiment-framework branch November 29, 2024 12:58
samsymons added a commit that referenced this pull request Nov 29, 2024
* main:
  Add Privacy Stats module for collecting stats about blocked trackers (#1097)
  experiment framework (#1100)
  Client displays correct subscription (#1088)
  Bump github.com/duckduckgo/privacy-dashboard from 7.2.0 to 7.2.1 (#1085)
samsymons added a commit that referenced this pull request Nov 30, 2024
* main:
  Add `locale` parameter to RMF survey builder (#1105)
  Add Privacy Stats module for collecting stats about blocked trackers (#1097)
  experiment framework (#1100)
  Client displays correct subscription (#1088)
  Bump github.com/duckduckgo/privacy-dashboard from 7.2.0 to 7.2.1 (#1085)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants