Loading
Add Vue 3 rollout flag for boards pages
What does this MR do and why?
This MR adds the vue3_migrate_boards feature flag and a vue3_migration.yml for three boards page entrypoints. This opts them into the Vue 3 migration with Option 1.
Entrypoints
pages.projects.boardspages.groups.epic_boardspages.groups.boards
References
Screenshots or screen recordings
There are three routes to verify:
- Group boards (eg.
http://gdk.test:3000/groups/twitter/-/boards/5)
Console:
- Project boards (eg.
http://gdk.test:3000/twitter/Typeahead.Js/-/boards)
Console:
- Epic boards (eg.
http://gdk.test:3000/groups/twitter/-/epic_boards)
Console:
How to set up and validate locally
- Enable the feature flag
vue3_migrate_boards - Confirm the board loads in vue 3 mode for all three pages above by (The browser console should show something like
Using Vue.js 3 for BoardAppRoot) - Confirm the browser console stays free of any Vue 3 specific errors
- Please pay special attention to card reording, moving, dragging, and dropping. This needs explicit manual QA
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 #608115 (closed)
Edited by Joanna Niemczyk





