stable

Clone or download

Read-only

Create a first configuration when admin activate scrum

Part of story #8263: ease kanban onboarding When admin activate scrum in agile dashboard administration, we create for her the first configuration, based on a default setup. This involves creation of Plannings and their associated trackers, unless: - there isn't any existing planning created - there is no conflict with existing trackers Current limitations: - The plannings and trackers are in english - They are not customizable by site admin Change-Id: I87da7c184d38ec8b4ff19f35cfab972d72bf742c

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php +4 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +19 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardScrumConfigurationUpdater.class.php +17 −6 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/FirstScrumCreator.php +90 −0 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
A plugins/agiledashboard/resources/scrum_dashboard_template.xml +1766 −0 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +5 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +5 −0 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum.mustache +4 −1 Go to diff View file
M plugins/agiledashboard/www/themes/default/css/style.less +3 −2 Go to diff View file