stable

Clone or download

Read-only

Cumulative flow diagram

This is part of story #9463: see cumulative flow diagram How to test: - run 'bower install && npm run build' in the kanban folder - When you click on the "Show reports" button, you should see a cumulative flow diagram detailing how many kanban items were in each column for the last week Change-Id: Ib51cde67571910e781e68e6618baf16c588adea5

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/bower.json +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/build.config.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +12 −188 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +11 −6 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-config.js +12 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/_reports-modal.scss +10 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/reports-modal/d3-factory.js +15 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/reports-modal/diagram-rest-service.js +43 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/reports-modal/diagram-rest-service.spec.js +67 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal-controller.js +134 −10 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal-controller.spec.js +116 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal.tpl.html +3 −5 Go to diff View file