stable

Clone or download

Read-only

story #7992: Implement GET kanban_item/:id

Change-Id: Iad553905a7090f42cfacce4ff24249bc5e02eb0b

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanItemDao.class.php +66 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/KanbanItemManager.class.php +60 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanArchiveRepresentation.php +5 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanBacklogRepresentation.php +6 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnRepresentation.php +4 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemCollectionRepresentation.php +5 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemRepresentation.php +11 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +85 −4 Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −2 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +14 −1 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +2 −0 Go to diff View file