Skip to content

Add container for group-level exec dashboard

Adam Hegyi requested to merge 373007-container-for-exec-dashboard into master

What does this MR do and why?

This PR adds an empty group-level container for the upcoming executive dashboard feature. The UI part will be implemented in a separate MR (frontend). Related issue: #373007 (closed)

The page is behind a feature flag: group_analytics_dashboards_page

Screenshots or screen recordings

image

How to set up and validate locally

  1. Enable the invite modal
    Feature.enable(:group_analytics_dashboards_page)
  2. Ensure you're on the ultimate plan
  3. Visit any 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.

Related to #373007 (closed)

Edited by Adam Hegyi

Merge request reports