Project

General

Profile

PluginStuffToDo » History » Version 3

Eric Davis, 2009-01-13 20:52
Added release announcement url

1 1 Eric Davis
h1. Stuff To Do Plugin
2
3
4
The Stuff To Do plugin allows a user to order and prioritize the issues they are doing into a specific order. It will also allow other privileged users to reorder the user's workload.
5
6
h2. Features
7
8
* Sorting and prioritizing of cross-project To Do lists
9
* Easy to use drag and drop interface
10
* Editing other user lists for Administrators
11
* Filtering of issues based on user, priority, or status
12
* Notification emails based on low issue counts
13
14
h2. Screenshot:
15
16 2 Eric Davis
!stuff_to_do_thumb.png!:/attachments/1397/stuff_to_do.png
17
18
!stuff_to_do_dragging_thumb.png!:/attachments/1399/stuff_to_do_dragging.png
19 1 Eric Davis
20
h2. Getting the plugin
21
22
A copy of the plugin can be downloaded from "Little Stream Software":https://projects.littlestreamsoftware.com/projects/list_files/redmine-stuff-to-do or from "GitHub":http://github.com/edavis10/redmine-stuff-to-do/tree/master
23
24
h2. Installation and Setup
25
26
1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins  Make sure the plugin is installed to @vendor/plugins/stuff_to_do_plugin@
27
2. Run the plugin migrations @rake db:migrate_plugins@
28
3. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
29
4. Login and click the Stuff To Do link in the top left menu
30
31
h2. Usage
32
33
There are three panes that can be sorted:
34
35
h3. What I'm doing now
36
37
This pane lists the next 5 issues a user is supposed to be working on.  These issues should be the *most* important issues assigned to the user.  As the user closes an issue, the items lower in the list will rise up and fill in this pane.
38
39
h3. What's recommended to do next
40
41
This pane lists up to 10 extra tasks for the user.  These tasks are used as overflow for the What I'm doing now.
42
43
h3. What's available
44
45
This pane lists all the open issues that are assigned to the user.  They are the pool of issues that a user can draw on as they work on issues.
46
47
h3. Workflow
48
49
The standard workflow for this plugin is as follows:
50
51
# A user will drag issues from the What's Available pane to the What I'm doing now and What's recommended to do next
52
# Once 15 issues have been dragged (5 Now, 10 Next) the user would prioritize and sort the issues in order of importance
53
# The user would use the rest of Redmine and work on the #1 issue
54
# Once the #1 issue is complete (or blocked) the user would continue and work on the #2 issue
55
56
If the user is an Administrator, they have the permission to edit other users' lists.  This allows them to act as the system Project Manager.
57
58
h2. License
59
60
This plugin is licensed under the GNU GPL v2.  See COPYRIGHT.txt and GPL.txt for details.
61
62
h2. Project help
63
64
If you need help you can contact the maintainer at his email address (See CREDITS.txt) or create an issue in the Bug Tracker.  The bug tracker is located at  https://projects.littlestreamsoftware.com
65
66
h2. News
67
68 3 Eric Davis
"0.2.0 Release announcement":http://theadmin.org/articles/2009/1/13/redmine-stuff-to-do-plugin-released