PluginSchedules » History » Revision 1
Revision 1/5
| Next »
Eric Davis, 2009-02-26 02:25
Adding content from Brad Beattie
Schedules Plugin¶
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:
- If I'm assigned to many projects, which ones should I work on today?
- How many developer hours are committed to my project this Tuesday?
- I need another developer for my project tomorrow. Who's available?
- Are my project's developers logging their time appropriately?
Features¶
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.
If you would like to request a new feature or report a bug, you can do so at Little Stream Software.
Screenshot¶
SCREENSHOTS GOES HERE
Install¶
- 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
- Follow the Redmine plugin installation steps.
- Setup the database using the migrations.
rake db:migrate_plugins
- Login to your Redmine install as an Administrator
- Setup the permissions for your roles
- Add the "Schedules module" to the enabled modules for your project
Usage¶
Navigate to the schedules page and use the "Edit" link to modify your times. Hopefully, the interface is sufficiently intuitive.
Upgrade¶
Zip file¶
- Download the latest release file
- Unzip the file to your Redmine into vendor/plugins
- Restart your Redmine instance
Git¶
- Open a shell to your Redmine's vendor/plugins/redmine_schedules folder
- Update your git copy with
git pull
- Restart your Redmine instance
License¶
This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.
News¶
- 0.1.0 Release announcement (2009-02-13)
Updated by Eric Davis over 15 years ago · 1 revisions