PluginStuffToDo » History » Version 7
Eric Davis, 2010-04-11 16:36
Released 0.4.0
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 | 7 | Eric Davis | * Drag and drop time logging using the Time Grid |
14 | 1 | Eric Davis | |
15 | h2. Screenshot: |
||
16 | |||
17 | 2 | Eric Davis | !stuff_to_do_thumb.png!:/attachments/1397/stuff_to_do.png |
18 | |||
19 | !stuff_to_do_dragging_thumb.png!:/attachments/1399/stuff_to_do_dragging.png |
||
20 | 1 | Eric Davis | |
21 | h2. Getting the plugin |
||
22 | |||
23 | 5 | Alessandro Hecht | 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-plugin/tree/master |
24 | 1 | Eric Davis | |
25 | h2. Installation and Setup |
||
26 | |||
27 | 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@ |
||
28 | 6 | Cyber Sprocket | 2. Run the plugin migrations @rake db:migrate_plugins RAILS_ENV=production@ |
29 | 1 | Eric Davis | 3. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails) |
30 | 4. Login and click the Stuff To Do link in the top left menu |
||
31 | |||
32 | h2. Usage |
||
33 | |||
34 | There are three panes that can be sorted: |
||
35 | |||
36 | h3. What I'm doing now |
||
37 | |||
38 | 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. |
||
39 | |||
40 | h3. What's recommended to do next |
||
41 | |||
42 | This pane lists up to 10 extra tasks for the user. These tasks are used as overflow for the What I'm doing now. |
||
43 | |||
44 | h3. What's available |
||
45 | |||
46 | 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. |
||
47 | |||
48 | h3. Workflow |
||
49 | |||
50 | The standard workflow for this plugin is as follows: |
||
51 | |||
52 | # 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 |
||
53 | # Once 15 issues have been dragged (5 Now, 10 Next) the user would prioritize and sort the issues in order of importance |
||
54 | # The user would use the rest of Redmine and work on the #1 issue |
||
55 | # Once the #1 issue is complete (or blocked) the user would continue and work on the #2 issue |
||
56 | |||
57 | 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. |
||
58 | |||
59 | h2. License |
||
60 | |||
61 | This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details. |
||
62 | |||
63 | h2. Project help |
||
64 | |||
65 | 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 |
||
66 | |||
67 | h2. News |
||
68 | |||
69 | 3 | Eric Davis | "0.2.0 Release announcement":http://theadmin.org/articles/2009/1/13/redmine-stuff-to-do-plugin-released |
70 | 4 | Eric Davis | "0.3.0 Release announcement":http://theadmin.org/articles/2009/3/17/stuff-to-do-plugin-v0-3-0-released |
71 | 7 | Eric Davis | "0.4.0 Release annoucement":http://theadmin.org/articles/2010/04/11/redmine-stuff-to-do-plugin-0.4.0-released/ |