Skip to content

Convert "Group" -> "Members" list view from HAML to Vue - table component

What does this MR do?

Behind the vue_group_members_list feature flag. To enable:

  1. bin/rails console
  2. Feature.enable(:vue_group_members_list)

As part of the effort to convert the group members view from HAML to Vue this MR adds a members_table.vue component. The table is currently just the column headers and does not have anything in it. To keep MRs small the rest of the table will come in a series of other MRs.

Screenshots

Screen_Shot_2020-09-21_at_11.10.08_AM Screen_Shot_2020-09-21_at_11.10.17_AM Screen_Shot_2020-09-21_at_11.10.25_AM Screen_Shot_2020-09-21_at_11.10.34_AM

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 Peter Hegman

Merge request reports