stable
Clone or download
Read-only
This is part of story #20111 change features priority Note to reviewer: For the moment, with UI you can only reorganize feature that are already planned in PI. You can't add and organize the PI. How to test: - Have some features in PI - Go to service Program - Reorder feature in PI with drag'n'drop - Refresh Expected results: - Features keep their new place Change-Id: I9f941a6bf82a2f8cd0ea250e9cb196972a511553
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/Feature/feature-planner.test.ts | +39 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/Feature/feature-planner.ts | +33 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/add-to-top-backlog.ts | +1 | −21 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/feature-reordering.test.ts | +310 | −3 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/feature-reordering.ts | +69 | −5 | Go to diff View file |
A | plugins/program_management/scripts/program_management/src/helpers/order-position-for-patch-formatter.test.ts | +42 | −0 | Go to diff View file |
A | plugins/program_management/scripts/program_management/src/helpers/order-position-for-patch-formatter.ts | +40 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/actions.test.ts | +20 | −3 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/actions.ts | +18 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/getters.test.ts | +45 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/getters.ts | +16 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/mutations.test.ts | +85 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/mutations.ts | +60 | −2 | Go to diff View file |