diff --git a/README.md b/README.md index 4f954c9..d19a614 100644 --- a/README.md +++ b/README.md @@ -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 ============ @@ -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. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..3c74762 Binary files /dev/null and b/screenshot.png differ