Add trend indicators to the Exec dashboard comparative table
What does this MR do and why?
Issue: #378316 (closed)
Adds metric trend indicators to the analytics Exec dashboard. In order to determine the trend for two months prior, we need to send an additional request which doesn't appear in the output table.
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.

