Skip to content

Roadmap refactoring : refactor local settings and remove Vuex

Natalia Tepluhina requested to merge roadmap-refactoring-local-settings into master

What does this MR do and why?

This MR is a part of refactoring roadmaps to use VueApollo effort. Here, we are moving the logic for the local settings from Vuex to Apollo cache, and removing Vuex from the application completely.

This MR seems to be big but the logic of moving properties is rather trivial so I decided not to split it

MRs for Roadmaps refactoring

Title Link
Move non-reactive properties from Vuex to injected !148520 (merged)
Move fetching child epics logic to epic_item.vue !148826 (merged)
Move fetching milestones logic !149082 (merged)
Move fetching group epics logic !149246 (merged)
Move filter params to root component property !149684 (merged)
👉 Move local settings to Apollo cache !150132 (merged)

MR acceptance checklist

Please 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 Natalia Tepluhina

Merge request reports