Visual Dashboard for qdPM
This is a visual dashboard created for qdPM. It contains charts showing status of projects and tasks in qdPM to complement existing dashboard already provided by qdPM. The charts are created using Highcharts with data supplied from qdPM database.
Follow these steps to setup qdashboard:
- Install qdPM.
- Modify CodeIgniter's database.php config file in application/config/ to suit your qdPM database configuration.
- Change the 'qdpm_url' config item in application/config/qdpm_dashboard.php to suit your qdPM URL configuration.
- Off you go!
Frameworks and libraries used for development:
- qdPM (of course) 8.3
- Highcharts 5.0.6
- jQuery 1.11.2
- CodeIgniter 2.2.2
Project Dashboard: shows (left chart) the work/time progress of ongoing tasks per project and (right chart) the amount of projects per project type.
Employee Dashboard: shows (left chart) the work/time progress of ongoing tasks per employee and (right chart) the amount of ongoing tasks per employee separated by progress.