Skip to content

Add optional "start a trial" in experimental free SaaS signup

What does this MR do?

An experiment to add optional "start a trial" in experimental free SaaS signup

  • Behind a feature flag to be rollout carefully

Related to #251230

Testing on GDK

On your GDK rails console enable the flags:

Feature.enable_percentage_of_time(:onboarding_issues_experiment_percentage, 100)
Feature.enable_percentage_of_time(:trial_during_signup_experiment_percentage, 100)

Screenshots

Form Trial Thanks
screenshot-2020-12-16-21-47-47 screenshot-2020-12-16-21-47-43 screenshot-2020-12-11-21-58-03

start-a-trial-in-free-signup-2020-12-11_21.56.28

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alper Akgun

Merge request reports