stable

Clone or download

Read-only

Create a first kanban when admin activate kanban

Part of story #8263: ease kanban onboarding When the administrator activate kanban in agile dashboard admininstration, we create for her a first kanban (+its tracker) in order to ease kanban onboarding, under the following conditions: - there isn't any existing kanban created - there is no conflict with existing tracker Current limitations: - The kanban and its tracker are in english - The tracker is not customizable by site admin Change-Id: I44d46fae8589d61e6f539ecb8b75f3167f2616cc

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +11 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardKanbanConfigurationUpdater.class.php +17 −6 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/FirstKanbanCreator.php +129 −0 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/constants.php +1 −0 Go to diff View file
A plugins/agiledashboard/resources/Tracker_kanbantask.xml +209 −0 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +4 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +4 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +8 −0 Go to diff View file