Hide custom analytics dashboard Edit button for VSDs
What does this MR do and why?
Adds new enable_vsd_visual_editor
feature flag to toggle the visibility of the Edit button for custom Value stream dashboards.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Feature off | Feature on |
---|---|
How to set up and validate locally
- Enable the FF
Feature.enable(:group_analytics_dashboard_dynamic_vsd)
- Create a custom Value stream dashboard (docs)
- View your newly created VSD
- Verify that the
Edit
button appears in the top-right whenenable_vsd_visual_editor
is enabled, but is hidden when disabled
Related to #452638 (closed)