antono / redmine_charts forked from mszczytowski/redmine_charts
- Source
- Commits
- Network (15)
- Downloads (1)
- Graphs
-
Branch:
master
Antono Vasiljev (author)
Mon Sep 28 02:34:08 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jan 15 10:01:07 -0800 2009 | |
| |
README.markdown | Sat Sep 12 06:20:34 -0700 2009 | |
| |
app/ | ||
| |
assets/ | Wed Sep 02 06:54:37 -0700 2009 | |
| |
config/ | Sat Sep 12 06:20:34 -0700 2009 | |
| |
init.rb | Wed Sep 02 12:03:08 -0700 2009 | |
| |
lang/ | Sat Sep 12 06:20:34 -0700 2009 | |
| |
lib/ | Mon Jun 29 11:53:51 -0700 2009 | |
| |
routes.rb | Thu Jan 15 09:59:40 -0800 2009 | |
| |
test/ | Mon Jun 29 11:53:51 -0700 2009 |
README.markdown
Redmine Charts
Plugin for Redmine which integrates some nice project charts.
Instalation
Download the sources and put them to your vendor/plugins folder.
$ cd {REDMINE_ROOT}
$ git clone git://github.com/mszczytowski/redmine_charts.git vendor/plugins/redmine_charts
Install OpenFlashChart plugin.
$ ./script/plugin install git://github.com/pullmonkey/open_flash_chart.git
Run Redmine and have a fun!
Translations
- ja by indication
- pt-br by enderson
- nl by onno-schuit
- en by myself and trappist
- ru by Vadim Kruchkov
- es by Rafael Lorenzo
- pl by myself
- fr by Yannick Quenec'hdu
Thanks for contribution.
Changelog
0.0.14
- new translations (fr)
0.0.13
- bug fixes (#13, #15)
- saving charts as images (#14)
0.0.12
- many bug fixes (#6, #7, #8, #9, #10)
- new conditions (trackers, priorities, versions)
- pages on deviations chart (#5)
- hours logged for project and not estimated issues on deviations chart
Charts
Burndown
Timeline with estimated, logged and remaining hours.

Logged hours ratio
Number of hours were logged proportional to total total, grouped and filtered by users, issues, activities, categories, version, priorities or trackers.

Logged hours timeline
Timeline with logged hours, grouped and filtered by users, issues, activities, categories, version, priorities and trackers.

Logged hours deviations
Ratio of logged and remaining hours to estimated hours for each estimated issue.


