Skip to content

Plugin for Redmine version 2.2.0. It is a fork from speedy32129/Workload-Toucan-Soft

Notifications You must be signed in to change notification settings

hshield/redmine_dnoise_workload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redmine_dnoise_workload

This is a a plugin for Redmine version 2.2.x.

Thanks to speedy for his internalization modification & dnoise for his original works.

Description

This plugin uses graphics to represent total workloads and also the workload involved in the following tasks:

  • Average time assigned to issues. The plugin shows the amount of hours per issues within a project

as well as the total of hours assigned to that project. Different colours are assigned to each issue.

  • This application also represents the % of hours used against the % of hours estimated for a issue. It

also indicates the amount of extra time used over the initial estimate. In addition to this, the plugin also advise if a project doesn’t have assigned and also beginning and end dates.

  • This plug-in determines the timing of an application, showing different status: on time, delayed, etc

  • This plugin is especially helpful in organisations with a high workload and/or an organisation with

scarce human resources

Requirements

  • Redmine 2.2.x

Installation

  • Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins

  • Cd to your redmine plugins/ dir

  • Git-clone the plugin from this repo into a folder in there (git clone git://github.com/hshield/redmine_dnoise_workload redmine_dnoise_workload)

  • Run the plugin migrations +rake redmine:plugins:migrate+

  • Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)

  • Login to your Redmine install as an Administrator

  • Setup the permissions for the Workload module for your roles

Notes

  • The Workload module in the Project’s page isn’t used. So, you can enable / disable it with no effects to the Workload page at all

Releases

version 2.1.2

  • Fix: When the issue name is longer than it should be, it will be displayed in 2 lines

version 2.1.1

  • Add option to Show Past Holidays

version 2.1

version 2.0.1

  • Fix: when chart’s header stays at the top, it pushes the data up

  • Hide the number zero when the total hour for the issue of that day is zero. This might happened for parent issue

version 2.0

  • Fix: issues in the chart aren’t showing if they are in the first week of the calendar

  • Change the page header to make it similar to other Redmine pages

  • The chart’s header will stay at the top when the scrolling the graph up/down. This way, it is easier to see the date

version 1.1

  • Change the default view to current user’s workload to speed up processing time

version 1.0

  • Modified for Redmine version 2.2.0

  • Add the +View Workload+ permission

About

Plugin for Redmine version 2.2.0. It is a fork from speedy32129/Workload-Toucan-Soft

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 52.4%
  • Ruby 41.8%
  • JavaScript 5.8%