Skip to content

Change Application analytics to Analytics dashboards in project nav

What does this MR do and why?

As per the approval in Value Streams Dashboard - Add Analyze -> Analyt... (gitlab-org/manage/foundations/team-tasks#276 - closed) we are renaming the group and project level nav items from Application analytics to Analytics dashboards to better reflect the contents of these pages.

This MR changes the project level. The group level has been added by groupoptimize in Value Streams Dashboard GA - Add "Analytics Das... (#411572 - closed).

Note: This work is behind the :combined_analytics_dashboards feature flag and as such, doesn't need a changelog.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Enable the nav item: echo "Feature.enable(:combined_analytics_dashboards)" | gdk rails c
  2. View the nav item in the sidebar and confirm the name has changed and goes to <GROUP>/<PROJECT>/-/analytics/dashboards/
    • Note: Unless you have product analytics set up, you won't see any dashboards (other analytics dashboards will be added to here in future), but that's fine for testing the nav item specifically.

MR acceptance checklist

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

Related to #417271 (closed)

Edited by Robert Hunt

Merge request reports