Skip to content

Implementing Signup Intent on Step 1 of Registration Experiment

Ross Byrne requested to merge 441494-implement-signup-intent-experiment into master

What does this MR do and why?

Resolves #441494 (closed)

Implements signup_intent_step_one experiment on /-/trial_registration/new page.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-03-12_at_17.03.24 Screenshot_2024-03-12_at_17.02.27

How to set up and validate locally

  1. Setup to simulate SaaS and restart GDK
  2. Turn on feature flag with echo "Feature.enable :signup_intent_step_one" | gdk rails c
  3. Signout if you are logged in
  4. Navigate to /-/trial_registration/new
  5. See new signup intent select

Related to #441494 (closed)

Edited by Ross Byrne

Merge request reports