/Redmine-Monitoring-Controlling

Redmine Plugin that works with Highcharts to show tasks on project throught Charts.

Primary LanguageJavaScript

Monitoring & Controlling (M&C) - Redmine Plugin

M&C is a Redmine Plugin used as a chart tool to monitoring issues’ project

Website - Portuguese only

Features

Master Version (0.1.0) (Redmine +2.x required)

Task Management

  • Pie Chart of issues by statuses;

  • Pie Chart of manageable and unmanagleabe issues;

  • Chart with overdue tasks by project.

Time Management

  • Line chart with estimated hours and spent hours till due date of tasks.

  • Column chart with ammount of estimated and spent hours on project.

Human Resource Management

  • Column Bar charts issues by Assignee

  • Column Bar chart with issues by Status of each Assignee

v0.0.3 (Redmine 1.4.x)

Task Management

  • Pie Chart of issues by statuses;

  • Pie Chart of manageable and unmanagleabe issues;

  • Chart with overdue tasks by project.

Time Management

  • Line chart with estimated hours and spent hours till due date of tasks.

  • Column chart with ammount of estimated and spent hours on project.

Human Resource Management

  • Column Bar charts issues by Assignee

  • Column Bar chart with issues by Status of each Assignee

v0.0.2 (Redmine 1.4.x)

Task Management

  • Pie Chart of issues by statuses;

  • Pie Chart of manageable and unmanagleabe issues;

  • Chart with overdue tasks by project.

Time Management

  • Line chart with estimated hours and spent hours till due date of tasks.

  • Column chart with ammount of estimated and spent hours on project.

v0.0.1 (Redmine 1.4.x)

  • Pie Chart of issues by statuses;

  • Pie Chart of manageable and unmanagleabe issues;

  • Chart with overdue tasks by project.

How to install

Pre-requisit

  • Redmine trunk version;

Step-by-step

  • Copy or clone the app on Redmine plugin folder with the same name like: /vendor/plugins/redmine_monitoring_controlling

    cd /{redmineInstalationDir}/vendor/plugins
    git clone http://github.com/alexmonteiro/Redmine-Monitoring-Controlling.git redmine_monitoring_controlling
  • Run db:migrate_plugins to copy the assets.

  • Restart your redmine application.

  • Activate your M&C on projects modulues.

Credits

  • Highcharts: interactive javascript charts for your web projects;

  • Railscasts: learn how to use highcharts on your rails app in #223 episode.