Skip to content

Improve create VSA error messaging

Alex Pennells requested to merge 415512-show-errors into master

What does this MR do and why?

Adds a inline alert to the VSA create form to inform of failed create submissions. This could be rendered in addition to inline form errors, or as a catch-all for edge cases that we don't handle

Screenshots or screen recordings

Screenshot_2023-10-11_at_2.00.00_PM

How to set up and validate locally

  1. Create a new group
  2. Visit VSA page: Analyze -> Value Stream Analytics
  3. Reduce NAME_MIN_LENGTH to 1 to easily trigger a server error
  4. Click New value stream
  5. Enter a Value Stream name < 3 characters

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

Merge request reports