Project

General

Profile

PluginStuffToDo » History » Version 1

Eric Davis, 2009-01-13 20:25
Added basic content for the Stuff To Do plugin

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
!redmine-timesheet_thumb.png!:/attachments/993/redmine-timesheet.png
17
18
h2. Getting the plugin
19
20
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
21
22
h2. Installation and Setup
23
24
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@
25
2. Run the plugin migrations @rake db:migrate_plugins@
26
3. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
27
4. Login and click the Stuff To Do link in the top left menu
28
29
h2. Usage
30
31
There are three panes that can be sorted:
32
33
h3. What I'm doing now
34
35
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.
36
37
h3. What's recommended to do next
38
39
This pane lists up to 10 extra tasks for the user.  These tasks are used as overflow for the What I'm doing now.
40
41
h3. What's available
42
43
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.
44
45
h3. Workflow
46
47
The standard workflow for this plugin is as follows:
48
49
# 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
50
# Once 15 issues have been dragged (5 Now, 10 Next) the user would prioritize and sort the issues in order of importance
51
# The user would use the rest of Redmine and work on the #1 issue
52
# Once the #1 issue is complete (or blocked) the user would continue and work on the #2 issue
53
54
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.
55
56
h2. License
57
58
This plugin is licensed under the GNU GPL v2.  See COPYRIGHT.txt and GPL.txt for details.
59
60
h2. Project help
61
62
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
63
64
h2. News
65
66
"0.2.0 Release announcement":http://theadmin.org/