Create runner form: Add the second step submission
What does this MR do and why?
This MR is a next step of a Create runner form: Add the second step with op... (!189298 - merged) • Jules Miocene • 18.1. This MR adds a submission feature.
References
Feature issue: #396544
FF rollout issue: #533827
UX Paper Cuts planning issue: #513102 (closed)
Screenshots or screen recordings
CleanShot_2025-06-16_at_13.55.54
How to set up and validate locally
- In rails console enable the feature flag
Feature.enable(: runner_create_wizard_admin) - Go to http://gdk.test:3000/admin/runners/new
- Write a any text in the tag field
- Click [Next step]
- Click [Next step]
- If you see the third step, your runned has been created
- You can go back to http://gdk.test:3000/admin/runners and see your new runner in the list
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