Create project: Migrate "Import from Manifest" to Vue
What does this MR do and why?
Migrate the "Manifest file import" form to Vue
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)
References
Screenshots or screen recordings
| Before | After | |
|---|---|---|
| Upload form | ![]() |
![]() |
| Permission error | ![]() |
![]() |
| Invalid file error | ![]() |
![]() |
| Size validation error | ![]() |
![]() |
How to set up and validate locally
- In rails console enable the feature flag
Feature.enable(:new_project_creation_form) - Visit project creation page under
http://127.0.0.1:3000/mport/manifest/new
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.
Related to #526303 (closed)
Edited by Martin Wortschack







