Skip to content

Add badges to member avatars

What does this MR do?

See #235601 (closed)

Part of &4233 (closed)

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 badges to the user avatar. To keep MRs small the rest of the table will come in a series of subsequent MRs.

Review app

https://gitlab-review-235601-con-egkkbs.gitlab-review.app/groups/gitlab-instance-03c3c157/-/group_members

Screenshots

It is unlikely that a user will have all the badges at once, but here is what it looks like...

Desktop

Screen_Shot_2020-09-29_at_1.53.35_PM

Mobile

Screen_Shot_2020-09-29_at_1.55.10_PM

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