PluginSchedules
Version 4 (Brad Beattie, 2009-04-29 22:04)
| 1 | 1 | Eric Davis | h1. Schedules Plugin |
|---|---|---|---|
| 2 | 1 | Eric Davis | |
| 3 | 1 | Eric Davis | This is a plugin for Redmine to manage users and assigned projects over time. The primary problems that it addresses (and aims to address) are questions like the following: |
| 4 | 1 | Eric Davis | |
| 5 | 1 | Eric Davis | * If I'm assigned to many projects, which ones should I work on today? |
| 6 | 1 | Eric Davis | * How many developer hours are committed to my project this Tuesday? |
| 7 | 1 | Eric Davis | * I need another developer for my project tomorrow. Who's available? |
| 8 | 1 | Eric Davis | * Are my project's developers logging their time appropriately? |
| 9 | 1 | Eric Davis | |
| 10 | 3 | Brad Beattie | h2. Bug reports and feature requests |
| 11 | 1 | Eric Davis | |
| 12 | 4 | Brad Beattie | It's possible that your concerns have already been addressed in the latest build, available from the "git repository":http://github.com/bradbeattie/redmine-schedules-plugin/tree/master. If you would still like to log an issue, please do so at "Little Stream Software":https://projects.littlestreamsoftware.com/projects/redmine-schedules/issues/new. |
| 13 | 1 | Eric Davis | |
| 14 | 1 | Eric Davis | h2. Screenshot |
| 15 | 1 | Eric Davis | |
| 16 | 2 | Eric Davis | !user-week_thumb.png!:/attachments/1585/user-week.png !project-view_thumb.png!:/attachments/1583/project-view.png !user-edit_thumb.png!:/attachments/1581/user-edit.png |
| 17 | 1 | Eric Davis | |
| 18 | 1 | Eric Davis | h2. Install |
| 19 | 1 | Eric Davis | |
| 20 | 1 | Eric Davis | # Download the archive file and extract it to your vendor/plugins folder. You can also download directly from GitHub using git: @git clone git://github.com/bradbeattie/redmine-schedules-plugin.git vendor/plugins/redmine_schedules@ |
| 21 | 1 | Eric Davis | # Follow the Redmine [[Plugins|plugin installation]] steps. |
| 22 | 1 | Eric Davis | # Setup the database using the migrations. @rake db:migrate_plugins@ |
| 23 | 1 | Eric Davis | # Login to your Redmine install as an Administrator |
| 24 | 1 | Eric Davis | # Setup the permissions for your roles |
| 25 | 1 | Eric Davis | # Add the "Schedules module" to the enabled modules for your project |
| 26 | 1 | Eric Davis | |
| 27 | 1 | Eric Davis | h2. Usage |
| 28 | 1 | Eric Davis | |
| 29 | 1 | Eric Davis | Navigate to the schedules page and use the "Edit" link to modify your times. Hopefully, the interface is sufficiently intuitive. |
| 30 | 1 | Eric Davis | |
| 31 | 1 | Eric Davis | h2. Upgrade |
| 32 | 1 | Eric Davis | |
| 33 | 1 | Eric Davis | h3. Zip file |
| 34 | 1 | Eric Davis | |
| 35 | 1 | Eric Davis | # Download "the latest release file":https://projects.littlestreamsoftware.com/projects/list_files/redmine-schedules |
| 36 | 1 | Eric Davis | # Unzip the file to your Redmine into vendor/plugins |
| 37 | 1 | Eric Davis | # Restart your Redmine instance |
| 38 | 1 | Eric Davis | |
| 39 | 1 | Eric Davis | h3. Git |
| 40 | 1 | Eric Davis | |
| 41 | 1 | Eric Davis | # Open a shell to your Redmine's vendor/plugins/redmine_schedules folder |
| 42 | 1 | Eric Davis | # Update your git copy with @git pull@ |
| 43 | 1 | Eric Davis | # Restart your Redmine instance |
| 44 | 1 | Eric Davis | |
| 45 | 1 | Eric Davis | h2. License |
| 46 | 1 | Eric Davis | |
| 47 | 1 | Eric Davis | This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details. |
| 48 | 1 | Eric Davis | |
| 49 | 1 | Eric Davis | h2. News |
| 50 | 1 | Eric Davis | |
| 51 | 3 | Brad Beattie | * 0.4.0 Release announcement (2009-04-28) |
| 52 | 3 | Brad Beattie | * 0.3.0 Release announcement (2009-03-24) |
| 53 | 3 | Brad Beattie | * 0.2.0 Release announcement (2009-02-27) |
| 54 | 1 | Eric Davis | * 0.1.0 Release announcement (2009-02-13) |