Skip to content

Add "seats in use" table to billings page

Andrei Stoicescu requested to merge astoicescu-seats-table-01 into master

What does this MR do?

Adds a paginated table that lists the users occupying the seats in use for a group. This table is displayed in the billings page, underneath the subscriptions table.

  • under feature flag api_billable_member_list

This is the implementation MR for this issue: #216899 (closed)

Screenshots

The setup for this screenshot has 7 users per page. In production, there'll be 20 users per page.

Screenshot_2020-10-16_at_12.01.01

Video

The setup for this video has 7 users per page. In production, there'll be 20 users per page.

Screen_Recording_2020-10-16_at_12.01.31

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 Andrei Stoicescu

Merge request reports