Project overview is a plugin designed to bring better project visibility for teams that deal with multiple projects on a daily basis. It is useful for teams with multiple projects each in different stages.
The plugin contains some simple mechanisms to help configure the plugin to match your teams style of management.
- Stale enabled
-
Whether to enable or disable stale project classifcations.
- Number stale days
-
The number of days that a project goes without activity before being considered stale.
- Exclude projects
-
Excludes these projects entirely from being disabled on the project overview page.
- Number inactive days
-
The number of days before a team member is considered inactive.
Navigate to your {REDMINE_ROOT}/plugins and git clone git://github.com/mbasset/project_overview.git
After the repo is cloned run the following tasks on your {REDMINE_ROOT}:
-
bundle install
-
bundle exec rake redmine:plugins NAME=project_overview RAILS_ENV=production
Restart your redmine and navigate to Administration > Plugins for configuration options
All feedback and contributions are welcome. Simply issue a pull request or create a new issue.
“Project Overview” is maintained by Matthew Basset through the support and time of Soft Gravity, Inc.
Project overview is released under the MIT License agreement.