Skip to content

Add details table to seat usage table

Vitaly Slobodin requested to merge vs-billable-members-list-drilldown into master

What does this MR do?

Add a drilldown table for displaying details about a seat in use. This table show details about a particular member, memberships.

Closes #321560 (closed)

Screenshots (strongly suggested)

image

See it in action

seat_usage_details-2021-04-15_14.17.45

How to check it locally

  • Ensure you have enabled the Check feature availability on namespace plan in the admin settings under the Account and limit section.
  • Navigate to the Billings page of the desired namespace. NOTE: You must have running CustomersDot locally to access this page otherwise just edit the URL manually and change billing to seat_usage: http://localhost:3000/groups/group_with_ultimate_plan/-/billinng -> http://localhost:3000/groups/group_with_ultimate_plan/-/seat_usage

Now try to add some members to a namespace, subgroup or a project.

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 Vitaly Slobodin

Merge request reports