Dashboards Customization
## Problem to solve > Goal: Empower users to tailor dashboards to their unique workflows. As part of https://gitlab.com/groups/gitlab-org/-/epics/18072+ we want to create a shared dashboard customization framework that's built on top of the dashboard layout framework. Users should be able to easily CRUD, search and manage dashboards outside of the group → project hierarchy. ```glql display: table fields: title, assignees, labels query: type = Epic and group = "gitlab-org" and label = "dashboard::customization" title: Child epics ``` ## References - [Dashboard foundations roadmap epic](https://gitlab.com/groups/gitlab-org/-/epics/18072) - [Architectural design document](https://handbook.gitlab.com/handbook/engineering/architecture/design-documents/dashboard_customization_framework/)
epic