Skip to content

Commit

Permalink
polish doc
Browse files Browse the repository at this point in the history
  • Loading branch information
coren committed Nov 19, 2014
1 parent a57fcb7 commit 4baaa04
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
redmine_advanced_roadmap_v2
Redmine PLugin: Advanced Roadmap v2
===========================

This plugin is a fork of Redmine Plugin: [advanced roadmap](https://redmine.ociotec.com/projects/advanced-roadmap)

ScreenShot
==========

![ScreenShot](screenshot.png)


Features
========

The Advanced Roadmap v2 plugin for Redmine is a plugin that allows to:
1. Show more information into the Roadmap view:
* A total for the roadmap is displayed, so you can easily check the whole project status.
* Each version has more info about the completion and due times, being these pourcentage values calculated not with the default count of issues, but with the issues duration and completion pourcentages.
* The issues of the versions are shown as a table instead as a list, with more information about the time (completed and due) with real status calculated based on the duration, the current completion pourcentage and the consequent estimation of the due time. These issues are printed with color (red: the task is over due, orange: over due but not so bad as red, black: normal, green: the issue is been solved faster than the estimation).
2. You can define milestones for a project, and attach versions to the milestones (from this or other projects):
* Milestones are edited on the project Settings tab (create, edit (associate versions to them) and delete).
* Milestone information is shown into the Roadmap view, above the Version list, into a Milestone list. When a milestone view is clicked a view similar to Roadmap is shown, but instead of showing the project versions list, a list of the milestone versions list is shown.

Installation
============

Expand All @@ -12,6 +30,7 @@ Steps:
2. Unzip in your Redmine folder /plugins
3. Rename the folder to advanced_roadmap
4. Into the Redmine root folder migrate plugins: `rake redmine:plugins:migrate`
5. Restart you Redmine.
4. Ensure required dependency: `apt-get install ruby-rmagick`
5. Restart your Redmine.


Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4baaa04

Please sign in to comment.