Skip to content

Add verify email notification alert AB test

Created by: erzhtor

Closes https://github.com/sourcegraph/sourcegraph/issues/34603

Description

This PR:

  • Adds email verification global alert experiment
    • All non-verified emails for the current user will show up on the global alert place (on top), which stays there on all web pages

Screenshots

Description Screenshot
single non-verified email image
multiple non-verified emails image

Event logs

  • ab-email-verification-alert=true|false event/user property
  • ViewUserSettingsEmails event. Sent whenever user visits email settings page
  • UserEmailAddressVerificationResent event. Sent whenever user clicks "resend verification email" on email settings page

Test plan

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading