stable

Clone or download

Read-only

Move swimlane state in a dedicated submodule

This will helps us to keep the store to a manageable size. This contribution is only a technical refectoring no functional changes are expected. Some tests have been extended. Part of story #13640: See minimal card display Change-Id: I189cca8fd0864d5afa38eda9bc35a0c2b1a6f277

Modified Files

Name
M plugins/taskboard/scripts/taskboard/index.ts +1 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardBody.test.ts +22 −20 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardBody.vue +6 −4 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/store/error/error-actions.test.ts +63 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/store/error/error-actions.ts +34 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/error/module.ts +2 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/index.ts +5 −7 Go to diff View file
R plugins/taskboard/scripts/taskboard/src/store/actions.test.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/store/actions.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/store/mutations.test.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/store/mutations.ts Go to diff View file
A plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-state.ts +37 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/type.d.ts +0 −7 Go to diff View file