Plugins Directory » Workload
|
Author: | Jost Baron |
---|---|---|
Website: | http://www.sevenstax.de | |
Code repository: | https://github.com/JostBaron/redmine_workload | |
Registered on: | 2013-08-29 (almost 9 years ago) | |
Current version: | 1.0.2 | |
Compatible with: | Redmine 2.3.x | |
User ratings: |
This plugin calculates the workload of team members based on the issues assigned to them. Its development was powered by Sevenstax GmbH, based on the DNOiSE WorkLoad Plugin. It has has been almost completely rewritten since then - the main advantages over the original plugin are clean(er) code and improved performance.
It is tested with redmine 2.3, but will probably run with other versions (at least 2.0) too. If not, please drop me a note or fix the problem and create a pull request.
Its purpose is to show the workload of project members, making it easy to identify overloaded project members. It only uses default redmine data, so users don't have to fill in any new fields. In order to use the plugin in a useful way, the following fields should be filled in for issues:
- Start time
- End time (deadline)
- Estimated number of hours.
The plugin allows to choose a set of users to show the workload for. For each of these users, the workload is shown in total, per project and per issue. Click the arrow on the left hand side to open the more detailed views.
Please refer to the Readme.rst on github for more details.
Installation notes
- Clone the github-repo into your plugins-directory and restart redmine (no database migrations needed).
- Go into the adminstration area and adapt the plugin settings. They heavily influence display and calculation of the workload.
Changelog
1.0.2 (2013-09-08)
Compatible with Redmine 2.3.x.
Maintainance release. Changes:
- Opening workload info works now if user.name returns spaces or special characters.
- Improvements to slides.js (Thanks to Daniel Felix).
- Improvements of italian localization (Thanks to Carlo Troiano).
- Hours from overdue issues are now summed up if today is a holiday.
1.0.1 (2013-08-30)
Compatible with Redmine 2.3.x.
- Added italian localization. Thanks go to Carlo Troiano!
- Bugfix: Truncate the number of hours from overdue issues of a project to 2 decimal places.
1.0.0 (2013-08-29)
Compatible with Redmine 2.3.x.