Project

General

Profile

PluginSchedules » History » Version 2

Eric Davis, 2009-02-26 02:39
Adding screenshots

1 1 Eric Davis
h1. Schedules Plugin
2
3
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
5
* If I'm assigned to many projects, which ones should I work on today?
6
* How many developer hours are committed to my project this Tuesday?
7
* I need another developer for my project tomorrow. Who's available?
8
* Are my project's developers logging their time appropriately?
9
10
h2. Features
11
12
For this first release, only basic scheduling is implemented. The git repository holds the latest developments, which are focusing user availability and user interface consistency.
13
14
If you would like to request a new feature or report a bug, you can do so at "Little Stream Software":https://projects.littlestreamsoftware.com/projects/redmine-schedules/issues/new.
15
16
h2. Screenshot
17
18 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
19
20 1 Eric Davis
21
h2. Install
22
23
# 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@
24
# Follow the Redmine [[Plugins|plugin installation]] steps.
25
# Setup the database using the migrations. @rake db:migrate_plugins@
26
# Login to your Redmine install as an Administrator
27
# Setup the permissions for your roles
28
# Add the "Schedules module" to the enabled modules for your project
29
30
h2. Usage
31
32
Navigate to the schedules page and use the "Edit" link to modify your times. Hopefully, the interface is sufficiently intuitive.
33
34
h2. Upgrade
35
36
h3. Zip file
37
38
# Download "the latest release file":https://projects.littlestreamsoftware.com/projects/list_files/redmine-schedules
39
# Unzip the file to your Redmine into vendor/plugins
40
# Restart your Redmine instance
41
42
h3. Git
43
44
# Open a shell to your Redmine's vendor/plugins/redmine_schedules folder
45
# Update your git copy with @git pull@
46
# Restart your Redmine instance
47
48
h2. License
49
50
This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.
51
52
h2. News
53
54
* 0.1.0 Release announcement (2009-02-13)