Skip to content

Implement `vsa_standalone_settings_page` for the project scope

Alex Pennells requested to merge 442675-vsa-project-create-page into master

What does this MR do and why?

Implements the standalone Value stream analytics New/Edit page for the project scope, behind the vsa_standalone_settings_page FF. It shares the same app as the already implemented group scope, so this MR is mostly just adding the necessary endpoints to support the project scope.

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.

Before After
Screenshot_2024-10-09_at_1.36.19_PM Screenshot_2024-10-09_at_1.34.49_PM
Screenshot_2024-10-09_at_1.36.39_PM Screenshot_2024-10-09_at_1.35.13_PM

How to set up and validate locally

  1. Enable the vsa_standalone_settings_page feature
  2. Visit Value stream analytics for any project (ex. http://gdk.test:3000/flightjs/Flight/-/value_stream_analytics)
  3. When creating a new Value stream, the page should redirect instead of popping up the old form dialog
  4. When editing an existing Value stream, the page should redirect instead of popping up the old form dialog

Related to #442675 (closed)

Merge request reports

Loading