stable
Clone or download
Read-only
Part of: story #13865 Display effort, avatar and progress on cards How to test: - If no initial effort semantic defined for the card --> No badge is displayed - If initial effort is defined --> A badge is displayed --> Assignees avatars are wrapped if there is more than one Change-Id: Ie439f88e2a2d5c2ede01075d6c9d310e9756449f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/include/REST/v1/CardRepresentation.php | +8 | −1 | Go to diff View file |
M | plugins/taskboard/include/REST/v1/CardRepresentationBuilder.php | +35 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/po/fr_FR.po | +4 | −1 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/CardInitialEffort.test.ts | +49 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/CardInitialEffort.vue | +54 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/ParentCard.test.ts | +8 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/ParentCard.vue | +6 | −1 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/__snapshots__/CardInitialEffort.test.ts.snap | +15 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/__snapshots__/ParentCard.test.ts.snap | +11 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/type.d.ts | +1 | −0 | Go to diff View file |
M | plugins/taskboard/tests/rest/TaskboardTest.php | +7 | −0 | Go to diff View file |
M | plugins/taskboard/tests/rest/_fixtures/taskboard/project.xml | +25 | −0 | Go to diff View file |
M | plugins/taskboard/themes/includes/_cards.scss | +12 | −0 | Go to diff View file |