Create project: Add hash url for the first two steps
What does this MR do and why?
Add hash url for the first two steps to the new project creation form. It allows to show the right form visiting the direct URL or reloading the page
new_project_creation_form feature flag. They won't be available to users until all the work is done. See the plan here #514700 (closed)
Screenshots or screen recordings
CleanShot_2025-02-12_at_20.38.12
How to set up and validate locally
-
In rails console enable the experiment fully
Feature.enable(:new_project_creation_form) -
Choose one of the options
-
Click [Next step]
-
Reload the page
-
See the same form as you had before the reload
Links
Project creation plans: #514700 (closed)
Milestone planning issue: #499697 (closed)