Skip to content

Add boolean flags for VSA feature checks

Adam Hegyi requested to merge 382496-add-feature-data-attributes-to-vsa into master

What does this MR do and why?

We're planning to share the group-level Value Stream Analytics frontend with the project-level routes. To do that, the FE needs to be able to disable various features within Value Stream Analytics depending on the license or on the context (project-level or group-level). This MR adds 2 boolean flags (as data attributes) to control two features:

  • project dropdown: group-level only
  • customizable stages: licensed groups or projects

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 #382496 (closed)

Merge request reports