Skip to content

Set up trial reassurances experiment & add simple version of sidebar [RUN ALL RSPEC] [RUN AS-IF-FOSS]

What does this MR do?

Adds an experiment (and corresponding feature flag) for showing some simple reassurances to the user that they’re making a good choice by registering for GitLab & starting a trial. In the control experience, the page remains exactly as it was. In the candidate experience, the content area is divided into two columns on large and larger viewport widths. The left column houses the reassurance sidebar, and the right column contains the registration form as it already existed. On narrower viewport widths, only the registration form is shown (just as it is in the control experience).

For this MR, the sidebar is pretty much all text based. In the next iteration, it will feature a nice SVG illustration and actual company logos (also SVGs).

Screenshots

Before After
image image

Testing locally

To test this out locally, you will need to enable the corresponding feature flag:

Feature.enable(:trial_registration_with_reassurance)

You may also need to enable billing plans & trials:

ApplicationSetting.first.update(check_namespace_plan: true)

Then make sure you are logged out and navigate to the trial registration page: http://localhost:3000/-/trial_registrations/new

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • [-] 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

Related to #281027 (closed)

Edited by Dallas Reedy

Merge request reports