Skip to content

Remove Vuex from switching to/from swimlanes

What does this MR do and why?

Removes VueX usage to switch to/from swimlanes on issue boards

This is part of Apollo boards migration &9026 (closed)

This impacts boards/swimlanes even without :apollo_boards feature flag as it does not require VueX to switch to/from swimlanes.

  • Without :apollo_boards, no user facing changes, this is a refactor.
  • With :apollo_boards, it is expected that swimlanes don't load as it will be done in future iterations.

Screenshots or screen recordings

With :apollo_boards feature flag.

Development

How to set up and validate locally

  1. Without any feature flag, verify that issue boards switch properly from/to swimlanes and that it loads properly.
  2. With :apollo_boards feature flag, verify that the switch works, swimlanes shouldn't load. (see recording above).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #381030 (closed)

Edited by Florie Guibert

Merge request reports