https://github.com/savoirfairelinux/redmine-subtask-overview-enhanced
Show time spent and estimated time of each tasks into the subtasks overview of a task page.
https://github.com/savoirfairelinux/redmine-subtask-overview-enhanced
information redmine tasks
Last synced: 4 months ago
JSON representation
Show time spent and estimated time of each tasks into the subtasks overview of a task page.
- Host: GitHub
- URL: https://github.com/savoirfairelinux/redmine-subtask-overview-enhanced
- Owner: savoirfairelinux
- License: gpl-3.0
- Created: 2016-11-25T16:00:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T18:16:29.000Z (over 8 years ago)
- Last Synced: 2024-12-26T18:21:55.145Z (6 months ago)
- Topics: information, redmine, tasks
- Language: Ruby
- Homepage: https://www.savoirfairelinux.com
- Size: 94.7 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Redmine Subtask Overview Enhanced
=================================Savoir-faire Linux
------------------Show time spent and estimated time of each tasks into the subtasks overview of a task page.
Compatible with Redmine Backlogs.

___
Minimum system requirements
---------------------------* GNU/Linux operating system
* Redmine ~3.2
* Ruby on Rails >= 4.2
* Ruby >= 1.9.3
* Git >= 2.1.4Installation procedure
----------------------We will show you how to install it on Debian family Linux distributions (such as Ubuntu), and Redmine installed with aptitude, but it can works on many other distros with similar procedure.
You may need to do those commands as root, depending on your particular case.
Feel free to replace the variable $REDMINE_PATH to your own Redmine instance path.
```bash
$REDMINE_PATH=/usr/share/redmine/cd $REDMINE_PATH/plugins/
git clone [email protected]:savoirfairelinux/redmine-subtask-overview-enhanced.git
mv redmine-subtask-overview-enhanced redmine_subtask_overview_enhanced
rake redmine:plugins:migrate RAILS_ENV=production
service apache2 reload # or depending on which HTTP server you use```
Configuration procedure
-----------------------If you want specially that the "Spent time" values appears in subtask overview, you must enable it in `Project -> Settings -> Modules`, once there, you can check the "spent hours in subtasks" checkbox then save. The reason why it is enabled per-project, is because for possible performances issues for huge loaded Redmine instances (database joins and summations for every subtasks showed).
After this, there's no special configuration to do, but you can customise a little.
For instance, you can choose to show the subtask overview header or hide it, it is disabled by default.
If you want to enable the header : `Administration -> Plugins -> Redmine Subtask Overview Enhanced -> Configuration`
When you're there, you have a single input to configure the plugin : A checkbox to whether disable or enable the table header.
This is what it does looks like with the header enabled :

Contributing to this plugin
---------------------------We absolutely appreciate patches, feel free to contribute directly on the GitHub project.
Repositories / Development website / Bug Tracker:
- https://github.com/savoirfairelinux/redmine-subtask-overview-enhancedDo not hesitate to join us and post comments, suggestions, questions and general feedback directly on the issues tracker.
**Author :** David Côté-Tremblay
**Website :** https://www.savoirfairelinux.com/