stable

Clone or download

Read-only

story #8477: Add Kanban card drag & drop in usage statistics

As a first step, we only had Kanban card drag & grop statistics. Others statistics will come in second steps. Change-Id: I89c62eea5cf7d487df82629a59fbabd1b884833e

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/AgileDashboardStatisticsAggregator.class.php +63 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +33 −3 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +11 −3 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/statistics/db/install.sql +10 −0 Go to diff View file
A plugins/statistics/db/mysql/updates/2015/201510131700_create_plugin_statistics_aggregation_table.php +55 −0 Go to diff View file
M plugins/statistics/db/uninstall.sql +1 −0 Go to diff View file
A plugins/statistics/include/StatisticsAggregatorDao.class.php +47 −0 Go to diff View file
M plugins/statistics/include/autoload.php +3 −2 Go to diff View file
M plugins/statistics/include/statisticsPlugin.class.php +21 −4 Go to diff View file