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

feat: setup skip phone verification experiment #5256

Merged
merged 4 commits into from
Apr 16, 2024
Merged

feat: setup skip phone verification experiment #5256

merged 4 commits into from
Apr 16, 2024

Conversation

MuckT
Copy link
Collaborator

@MuckT MuckT commented Apr 16, 2024

Description

Moves skipVerification previously stored in app state to a Statsig Experiment; it appears this was originally put into app state so that it could be a/b tested. Now we're just using a different hook, getExperimentParams, instead of a useSelector.

Test plan

  • Tested locally on iOS using a Stable ID in Statsig.
  • E2E tests in CI.
  • Unit tests in CI.

Related issues

Backwards compatibility

Yes

Network scalability

N/A

Copy link

emerge-tools bot commented Apr 16, 2024

1 build increased size

Name Version Download Change Install Change Approval
⚠️ Celo (test)
org.celo.mobile.test
1.82.0 (147) 26.9 MB ⬆️ 2.4 MB (9.68%) 63.9 MB ⬆️ 2.7 MB (4.41%) N/A

Celo (test) 1.82.0 (147)
org.celo.mobile.test

⚖️ Compare build
📦 Install build
⏱️ Analyze build performance

Total install size change: ⬆️ 2.7 MB (4.41%)
Total download size change: ⬆️ 2.4 MB (9.68%)

Largest size changes

Item Install Size Change
📝 splashBackground@3x.jpg ⬆️ 600.2 kB
📝 background@3x.jpg ⬆️ 368.6 kB
📝 boost-rewards@3x.png ⬆️ 188.4 kB
📝 background@2x.jpg ⬆️ 176.1 kB
📝 boost-rewards@2x.png ⬆️ 90.1 kB
View Treemap

Image of diff


🛸 Powered by Emerge Tools

Copy link

codecov bot commented Apr 16, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 85.81%. Comparing base (5a4381c) to head (1bbf854).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5256   +/-   ##
=======================================
  Coverage   85.81%   85.81%           
=======================================
  Files         745      745           
  Lines       30420    30424    +4     
  Branches     5273     5273           
=======================================
+ Hits        26104    26108    +4     
  Misses       4079     4079           
  Partials      237      237           
Files Coverage Δ
src/app/reducers.ts 22.82% <ø> (ø)
src/app/saga.ts 73.16% <ø> (ø)
src/app/selectors.ts 94.54% <ø> (-0.10%) ⬇️
src/firebase/firebase.ts 38.49% <ø> (ø)
src/firebase/remoteConfigValuesDefaults.ts 100.00% <ø> (ø)
src/pincode/PincodeSet.tsx 94.69% <100.00%> (ø)
src/redux/migrations.ts 97.00% <100.00%> (+<0.01%) ⬆️
src/redux/store.ts 78.68% <ø> (ø)
src/statsig/constants.ts 100.00% <ø> (ø)
src/statsig/types.ts 100.00% <100.00%> (ø)
... and 2 more

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a4381c...1bbf854. Read the comment docs.

@MuckT MuckT marked this pull request as draft April 16, 2024 01:06
@MuckT MuckT marked this pull request as ready for review April 16, 2024 16:22
@MuckT MuckT added this pull request to the merge queue Apr 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 16, 2024
@MuckT MuckT added this pull request to the merge queue Apr 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 16, 2024
@MuckT MuckT added this pull request to the merge queue Apr 16, 2024
Merged via the queue into main with commit 7611678 Apr 16, 2024
17 checks passed
@MuckT MuckT deleted the tomm/act-1163 branch April 16, 2024 21:40
shottah pushed a commit to zed-io/kolektivo that referenced this pull request May 15, 2024
### Description

Moves `skipVerification` previously stored in app state to a Statsig
Experiment; it appears this was originally put into app state so that it
could be a/b tested. Now we're just using a different hook,
`getExperimentParams`, instead of a `useSelector`.

### Test plan

- Tested locally on iOS using a Stable ID in Statsig.
- E2E tests in CI.
- Unit tests in CI.

### Related issues

- Fixes ACT-1163

### Backwards compatibility

Yes

### Network scalability

N/A
github-merge-queue bot pushed a commit that referenced this pull request Jun 24, 2024
…5563)

### Description

Moves the onboarding experiment from #5256 to a feature gate and sets it
to default enabled.

### Test plan

- [x] Tested locally on iOS
- [x] Tested locally on Android
- [x] Unit tests updated

### Related issues

- Fixes ACT-1202

### Backwards compatibility

Yes

### Network scalability

N/A
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