stable
Clone or download
Read-only
Part of: story #13865 Display effort, avatar and progress on cards How to test: -Assign a card to one or more people --> Their avatars should be dispayed on the card in the taskboard --> Their display_name is displayed when the avatar is hovered Change-Id: I7483354bdddf27b6e15875aca78c479b3dffcb7d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/include/REST/v1/CardRepresentation.php | +11 | −1 | Go to diff View file |
M | plugins/taskboard/include/REST/v1/CardRepresentationBuilder.php | +18 | −1 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/CardAssignees.test.ts | +43 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/CardAssignees.vue | +44 | −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__/CardAssignees.test.ts.snap | +24 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/__snapshots__/ParentCard.test.ts.snap | +4 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/type.d.ts | +7 | −0 | Go to diff View file |
M | plugins/taskboard/themes/includes/_cards.scss | +9 | −0 | Go to diff View file |