Skip to content

Show project that invited group users on usage quota > seats page

Ammar Alakkad requested to merge 351954-show-invited-group-on-seats-page into master

What does this MR do and why?

We are currently only showing the direct membership of seats in the Usage Quotas > Seats page.

With this MR we'll shows the indirect membership (invited group) for seats invited via group or project as well.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
Screenshot_2024-05-07_at_11.20.41 Screenshot_2024-05-07_at_11.20.25

How to set up and validate locally

  1. Create a top level group (where we'll be adding the seats), e.g. Group A
  2. Create a project inside Group A
  3. Create another 2 top level groups, e.g. Group B, Group C
  4. Invite a user to Group B (http://gdk.test:3000/group-b/-/group_members)
  5. Invite another user to Group C (http://gdk.test:3000/group-c/-/group_members)
  6. Invite Group B to a project inside Group A
  7. Invite Group C to group Group A
  8. Navigate to Group A's Usage quotas > Seats page
  9. In the seats page you should see a direct membership for the first user, then 2 indirect memberships, one by a project-invite and one by a group-invite

Related to #351954 (closed)

Edited by Ammar Alakkad

Merge request reports