Skip to content

Create runner form: Add new FF for new form

What does this MR do and why?

Adds a new FF runner_create_wizard_admin for the form changes. There will be a few steps for Admin, Group and Project.

References

Design issue: #396544

FF rollout issue: #533827

UX Paper Cuts planning issue: #512693 (closed)

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(: runner_create_wizard_admin)
  2. Go to http://gdk.test:3000/admin/runners/new
  3. You should see nothing but the title of the page

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 Julia Miocene

Merge request reports

Loading