Skip to content

Export last activity details - seat usage quotas page

sameer shaik requested to merge usage-quotas-export into master

What does this MR do and why?

Related Issue: #362751 (closed)

This MR adds additional attributes (last_active_at, last_sign_in_at) to the exported CSV file in the seat usage quotas page.

Screenshots or screen recordings

Before:

Screenshot_2023-09-26_at_10.53.05_AM After:

Screenshot_2023-09-26_at_10.51.53_AM

How to set up and validate locally

  1. Checkout the feature branch
  2. Navigate to any group's usage quotas page(example: http://localhost:3000/groups/twitter/-/usage_quotas#seats-quota-tab)
  3. Select the Export list option and review the downloaded csv file - includes additional attributes (last_active_at, last_sign_in_at)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by sameer shaik

Merge request reports