PluginProjectScores » History » Version 2
Eric Davis, 2008-01-31 03:13
| 1 | 1 | Eric Davis | h1. Project Scores Plugin |
|---|---|---|---|
| 2 | |||
| 3 | A plugin that will let a user score a project on different criteria. |
||
| 4 | |||
| 5 | h2. Alpha Release |
||
| 6 | |||
| 7 | WARNING: This plugin is an Alpha release and *should not be used on a production system*. |
||
| 8 | |||
| 9 | h2. Features |
||
| 10 | |||
| 11 | * Projects can be scored based on user defined values |
||
| 12 | * Score groups can be setup to rank a project in different areas (e.g. Profitability, Fun) |
||
| 13 | * Total score for a project is calculated |
||
| 14 | |||
| 15 | 2 | Eric Davis | h2. Screenshot: |
| 16 | 1 | Eric Davis | |
| 17 | TODO |
||
| 18 | |||
| 19 | h2. Installation and Setup |
||
| 20 | |||
| 21 | There are three ways to download it: |
||
| 22 | # Download the plugin. There are three supported ways: |
||
| 23 | #* Downloading the latest archive file from "Little Stream Software projects":https://projects.littlestreamsoftware.com/projects/list_files/redmine-scores |
||
| 24 | #* Checkout the source from Subversion |
||
| 25 | @svn co svn://dev.littlestreamsoftware.com/redmine_project_scores_plugin/trunk redmine_project_scores_plugin@ |
||
| 26 | #* Install it using Rail's plugin installer |
||
| 27 | @script/plugin install svn://dev.littlestreamsoftware.com/redmine_project_scores_plugin/trunk@ |
||
| 28 | 2 | Eric Davis | # Install the plugin as described [[Plugins|here]] (this plugin *does* require migrations). |
| 29 | 1 | Eric Davis | # Login to your Redmine install as an Administrator. |
| 30 | # Enable the "Score Module" permissions for your Roles. |
||
| 31 | # Add the "Score module" to the enabled modules for your project. |
||
| 32 | # The link to the plugin should appear on that project's navigation. |
||
| 33 | |||
| 34 | |||
| 35 | h2. News |
||
| 36 | |||
| 37 | "0.0.1 Release announcement":http://theadmin.org/articles/2008/1/31/redmine-project-scores-plugin |