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: add notifications onboarding wizard #9263

Merged
merged 40 commits into from
Apr 23, 2024

Conversation

Jonathansoufer
Copy link
Contributor

@Jonathansoufer Jonathansoufer commented Apr 16, 2024

Description

This PR implements a new step on the onboarding wizard to teach users about notifications feature.

Related issues

N/A

Manual testing steps

Install a fresh app and accept the tour at beginning.

Screenshots/Recordings

Screen.Recording.2024-04-17.at.23.24.42.mov

After

Screenshot 2024-04-16 at 17 37 21

Pre-merge author checklist

  • I’ve followed MetaMask Coding Standards.
  • I've completed the PR template to the best of my ability
  • I’ve included tests if applicable
  • I’ve documented my code using JSDoc format if applicable
  • I’ve applied the right labels on the PR (see labeling guidelines). Not required for external contributors.

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

@Jonathansoufer Jonathansoufer self-assigned this Apr 16, 2024
Copy link
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@Jonathansoufer Jonathansoufer marked this pull request as ready for review April 16, 2024 13:41
@Jonathansoufer Jonathansoufer requested a review from a team as a code owner April 16, 2024 13:41
@metamaskbot metamaskbot added the INVALID-PR-TEMPLATE PR's body doesn't match template label Apr 16, 2024
@Jonathansoufer Jonathansoufer changed the title feat: notifications onboarding wizard feat: add notifications onboarding wizard Apr 16, 2024
@Jonathansoufer Jonathansoufer added Run Smoke E2E Triggers smoke e2e on Bitrise and removed INVALID-PR-TEMPLATE PR's body doesn't match template labels Apr 16, 2024
@metamaskbot metamaskbot added the INVALID-PR-TEMPLATE PR's body doesn't match template label Apr 16, 2024
Copy link
Contributor

github-actions bot commented Apr 16, 2024

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: cbd9181
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/0a1c341e-b4ac-4397-b718-3462100c6dfb

Note

  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

Copy link
Contributor

@Cal-L Cal-L left a comment

Choose a reason for hiding this comment

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

Thanks for the screenshot. Could you also provide a video of you going through the entire onboarding wizard? Let's also resolve the invalid PR template as well as E2E test failures

@Jonathansoufer
Copy link
Contributor Author

Thanks for the screenshot. Could you also provide a video of you going through the entire onboarding wizard? Let's also resolve the invalid PR template as well as E2E test failures

added

@Jonathansoufer Jonathansoufer added Run Smoke E2E Triggers smoke e2e on Bitrise and removed Run Smoke E2E Triggers smoke e2e on Bitrise labels Apr 19, 2024
Copy link
Contributor

github-actions bot commented Apr 19, 2024

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: 403c952
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/71534c8a-87a4-4267-b0e2-c261475315e1

Note

  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

@Cal-L Cal-L added Run Smoke E2E Triggers smoke e2e on Bitrise and removed Run Smoke E2E Triggers smoke e2e on Bitrise labels Apr 19, 2024
Copy link
Contributor

github-actions bot commented Apr 19, 2024

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: 6a598a3
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/077061cb-ca0d-4990-8fbd-38e4409635a5

Note

  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

@Jonathansoufer Jonathansoufer added Run Smoke E2E Triggers smoke e2e on Bitrise and removed Run Smoke E2E Triggers smoke e2e on Bitrise labels Apr 19, 2024
Copy link
Contributor

github-actions bot commented Apr 19, 2024

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: 4b3084f
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/a063154d-fb03-41a4-a75c-51a70fe777ac

Note

  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

@Jonathansoufer Jonathansoufer added Run Smoke E2E Triggers smoke e2e on Bitrise and removed Run Smoke E2E Triggers smoke e2e on Bitrise labels Apr 20, 2024
Copy link
Contributor

@georgewrmarshall georgewrmarshall left a comment

Choose a reason for hiding this comment

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

Can approve after @Cal-L and @MetaMask/mobile-devs approval 👍

@Jonathansoufer
Copy link
Contributor Author

Can approve after @Cal-L and @MetaMask/mobile-devs approval 👍

@Cal-L is OoO. @sethkfman Could you take a look on this PR, please?

Copy link

sonarcloud bot commented Apr 23, 2024

@Jonathansoufer Jonathansoufer merged commit eb74bd0 into main Apr 23, 2024
30 of 31 checks passed
@Jonathansoufer Jonathansoufer deleted the feat/notifications-onboarding-wizard branch April 23, 2024 16:40
@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 2024
@Jonathansoufer Jonathansoufer restored the feat/notifications-onboarding-wizard branch April 24, 2024 20:03
@gauthierpetetin gauthierpetetin added release-7.22.0 Issue or pull request that will be included in release 7.22.0 and removed release-7.28.0 labels Apr 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release-7.22.0 Issue or pull request that will be included in release 7.22.0 Run Smoke E2E Triggers smoke e2e on Bitrise team-mobile-platform team-notifications Notifications team
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

6 participants