Skip to content

Add info popover to the Value stream dashboard - Usage overview panel

Alex Pennells requested to merge 435515-add-popover into master

What does this MR do and why?

Adds a popover to the panel title that provides supplementary information about the panel metrics

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-01-23_at_3.09.25_PM Screenshot_2024-01-23_at_3.09.08_PM

How to set up and validate locally

  1. Make sure you have an Ultimate license
  2. Feature.enable(:group_analytics_dashboard_dynamic_vsd)
  3. Invoke the seed script: FILTER=vsd_overview_counts bundle exec rake db:seed_fu
  4. Verify that count records are created in the console: Analytics::ValueStreamDashboard::Count.count
  5. Navigate to the VSD for the group of your choice: (ex. http://gdk.test:3000/groups/gitlab-org/-/analytics/dashboards/value_streams_dashboard)

Related to #435515 (closed)

Edited by Alex Pennells

Merge request reports