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