Create runner form: Add the second step with optional fields
What does this MR do and why?
This adds the second step of the Create Runner form. This step consists of optional fields. If none of them are filled in / checked, there will be no error.
This step doesn't create a new runner. Runner creation will be done in another MR to keep MRs easier to review.
References
Feature issue: #396544
FF rollout issue: #533827
UX Paper Cuts planning issue: #512693 (closed), #512695 (closed)
Screenshots or screen recordings
How to set up and validate locally
-
In rails console enable the feature flag
Feature.enable(: runner_create_wizard_admin) -
Write a any text in the tag field
-
Click [Next step]
-
Now you should see the second step of the form
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Jules Miocene
