stable

Clone or download

Read-only

Refacto - ProgramManagement/actions.ts will become a catchall file

This is part of story #20111 change features priority No expected changes. You can still move feature from backlog to PI, from PI to backlog, from PI to PI, and reorder features in backlog. This patch aims to decrease the responsibility of actions.ts and move some methods to helpers. Change-Id: Ibb9cf80318c310df87581ee6365648a3a099b35e

Modified Files

Name
M plugins/program_management/scripts/program_management/src/helpers/error-handler.test.ts +43 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/error-handler.ts +14 −0 Go to diff View file
A plugins/program_management/scripts/program_management/src/helpers/feature-moving.test.ts +363 −0 Go to diff View file
A plugins/program_management/scripts/program_management/src/helpers/feature-moving.ts +112 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/feature-reordering.test.ts +174 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/feature-reordering.ts +44 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/store/actions.test.ts +75 −431 Go to diff View file
M plugins/program_management/scripts/program_management/src/store/actions.ts +24 −168 Go to diff View file
M plugins/program_management/scripts/program_management/src/store/mutations.test.ts +120 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/store/mutations.ts +70 −1 Go to diff View file