Change the table content of Exec dashboards
What does this MR do and why?
Related issue: #378304 (closed)
Updates the table content for the analytics exec dashboard. Converts the column names and updates the data loaded to reflect the new designs. This removes the Change % from the UI, but I kept the utils helper around since we'll still need it for the next iteration.
Screenshots or screen recordings
Before | After |
---|---|
![]() |
![]() |
How to set up and validate locally
- Enable the Exec dashboard
Feature.enable(:group_analytics_dashboards_page)
- Visit the exec dashboard:
http://gdk.test:3000/groups/${YOUR_GROUP}/-/analytics/dashboards
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.