Skip to content

Experiment: add area of focus question to invite modal

What does this MR do?

  • Adds the UI pieces for the areas of focus experiment.

How to validate locally(GDK)

  1. Enable the invite modal
    Feature.enable(:invite_members_group_modal)
  2. In rails console enable the experiment fully
    Feature.enable(:member_areas_of_focus)
  3. Visit any group or project member pages such as http://127.0.0.1:3000/groups/flightjs/-/group_members
  4. Click invite members button.

Screenshots (strongly suggested)

before after
Screen_Shot_2021-07-27_at_1.27.05_PM Screen_Shot_2021-07-27_at_1.28.04_PM

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 #333449

Edited by Doug Stull

Merge request reports