Skip to content

Onboarding issues invite teammates - frontend

Alex Buijs requested to merge onboarding-issues-invite-users into master

What does this MR do?

As part of including teammate invitations in the onboarding issues experiment (#232823 (closed)), this MR adds the Vue component for adding input fields.

The backend part of this feature is in this MR: !38169 (merged)

Design: https://gitlab.com/groups/gitlab-org/-/uploads/a4003debb6388f64676c40663b3afa73/Invite_during_sign_up.png

Screenshots

before after
Screen_Shot_2020-07-28_at_13.04.20 Screen_Shot_2020-07-28_at_13.03.57

These changes are behind a feature flag, hence no changelog.

In order to see these changes locally, enable the onboarding_issues experiment in the console by running:

Feature.enable_percentage_of_time(:onboarding_issues_experiment_percentage, 100)

Sign in and visit: http://localhost:3000/users/sign_up/groups/new

Edited by Alex Buijs

Merge request reports