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

Add csv list of partial release users #58433

Merged
merged 2 commits into from
May 7, 2024
Merged

Conversation

dju90
Copy link
Contributor

@dju90 dju90 commented May 6, 2024

To use with bin/oneoff/add_progress_v2_closed_beta_users.rb

Generation method:

  1. Downloaded list of all teacher users who had used the progress view within the last 30 days
  2. Filtered to users where the detected language was English (feature is not yet fully translated)
  3. Randomly sampled 6000 rows (~20% of progress users) - used Excel's RAND() function to assign a random number to each row in the list, then sorted by the random number column, then deleted all rows past the first 6K

Geographic distribution of partial release is as follows:

  • United States: 84.33%
  • Canada: 7.47%
  • United Kingdom: 3.60%
  • Australia: 2.65%
  • Pakistan: 0.52%
  • Egypt: 0.43%
  • Philippines: 0.35%
  • Spain: 0.19%
  • Qatar: 0.13%
  • Puerto Rico: 0.13%
  • Portugal: 0.11%
  • Brazil: 0.09%

@dju90 dju90 requested review from a team, lfryemason and kobryan0619 and removed request for a team May 6, 2024 23:41
@dju90 dju90 merged commit 819ed10 into staging May 7, 2024
2 checks passed
@dju90 dju90 deleted the progress-partial-release branch May 7, 2024 17:33
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.

None yet

2 participants