stable

Clone or download

Read-only

Plugin BotMattermost AgileDashboard - bots configuration

Part of story #9184 Choose and configure bots to send stand-up summary Add configuration form in section admin of AgileDashboard plugin in a new Notification pane. You can managed list of bot and save modification in the database. Change-Id: Idcaae8ad1d53d013f14ec75b78282facbcc991e2

Modified Files

Name
A .gitignore +3 −0 Go to diff View file
A build-manifest.json +23 −0 Go to diff View file
A db/install.sql +10 −0 Go to diff View file
A db/uninstall.sql +4 −0 Go to diff View file
A include/BotMattermostAgileDashboard/BotAgileDashboard/BotAgileDashboard.php +78 −0 Go to diff View file
A include/BotMattermostAgileDashboard/BotAgileDashboard/BotAgileDashboardDao.php +104 −0 Go to diff View file
A include/BotMattermostAgileDashboard/BotAgileDashboard/BotAgileDashboardFactory.php +79 −0 Go to diff View file
A include/BotMattermostAgileDashboard/Controller.php +167 −0 Go to diff View file
A include/BotMattermostAgileDashboard/Presenter/AdminNotificationPresenter.php +104 −0 Go to diff View file
M include/autoload.php +8 −3 Go to diff View file
M include/botmattermost_agiledashboardPlugin.class.php +44 −3 Go to diff View file
M site-content/en_US/botmattermost_agiledashboard.tab +11 −0 Go to diff View file
M site-content/fr_FR/botmattermost_agiledashboard.tab +12 −1 Go to diff View file
A template/adminConfiguration.mustache +80 −0 Go to diff View file
D template/index.mustache +0 −1 Go to diff View file
M www/index.php +2 −2 Go to diff View file
A www/scripts/timepicker.js +29 −0 Go to diff View file
A www/themes/FlamingParrot/css/style.scss +69 −0 Go to diff View file
A www/themes/default/css/style.scss +26 −0 Go to diff View file