[FE Offline Transfer] 1. Scaffold Vue App and basic route
What does this MR do and why?
Creates the route and basic app for /import/offline using feature flag offline_transfer_ui
The next ticket will include the other routes /export and /import, and controllers. As well as breadcrumbs, while implementing the Export flow
References
Screenshots or screen recordings
| Before | After |
|---|---|
|
How to set up and validate locally
- Navigate to /import/offline . Should result in 404
- In rails console Feature.enable(:offline_transfer_ui)
- Navigate to /import/offline
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 #586916 (closed)
Edited by Oiza Baiye
