PluginStuffToDo
Version 8 (Carsten Weise, 2011-09-21 12:32)
| 1 | 1 | Eric Davis | h1. Stuff To Do Plugin |
|---|---|---|---|
| 2 | 1 | Eric Davis | |
| 3 | 1 | Eric Davis | |
| 4 | 1 | Eric Davis | 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 | 1 | Eric Davis | |
| 6 | 1 | Eric Davis | h2. Features |
| 7 | 1 | Eric Davis | |
| 8 | 1 | Eric Davis | * Sorting and prioritizing of cross-project To Do lists |
| 9 | 1 | Eric Davis | * Easy to use drag and drop interface |
| 10 | 1 | Eric Davis | * Editing other user lists for Administrators |
| 11 | 1 | Eric Davis | * Filtering of issues based on user, priority, or status |
| 12 | 1 | Eric Davis | * 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 | 1 | Eric Davis | h2. Screenshot: |
| 16 | 1 | Eric Davis | |
| 17 | 2 | Eric Davis | !stuff_to_do_thumb.png!:/attachments/1397/stuff_to_do.png |
| 18 | 2 | Eric Davis | |
| 19 | 2 | Eric Davis | !stuff_to_do_dragging_thumb.png!:/attachments/1399/stuff_to_do_dragging.png |
| 20 | 1 | Eric Davis | |
| 21 | 1 | Eric Davis | h2. Getting the plugin |
| 22 | 1 | Eric Davis | |
| 23 | 8 | Carsten Weise | A copy of the plugin can be downloaded from "Little Stream Software":https://projects.littlestreamsoftware.com/projects/redmine-stuff-to-do/files or from "GitHub":http://github.com/edavis10/redmine-stuff-to-do-plugin/tree/master |
| 24 | 1 | Eric Davis | |
| 25 | 1 | Eric Davis | h2. Installation and Setup |
| 26 | 1 | Eric Davis | |
| 27 | 1 | Eric Davis | 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 | 1 | Eric Davis | 4. Login and click the Stuff To Do link in the top left menu |
| 31 | 1 | Eric Davis | |
| 32 | 1 | Eric Davis | h2. Usage |
| 33 | 1 | Eric Davis | |
| 34 | 1 | Eric Davis | There are three panes that can be sorted: |
| 35 | 1 | Eric Davis | |
| 36 | 1 | Eric Davis | h3. What I'm doing now |
| 37 | 1 | Eric Davis | |
| 38 | 1 | Eric Davis | 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 | 1 | Eric Davis | |
| 40 | 1 | Eric Davis | h3. What's recommended to do next |
| 41 | 1 | Eric Davis | |
| 42 | 1 | Eric Davis | 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 | 1 | Eric Davis | |
| 44 | 1 | Eric Davis | h3. What's available |
| 45 | 1 | Eric Davis | |
| 46 | 1 | Eric Davis | 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 | 1 | Eric Davis | |
| 48 | 1 | Eric Davis | h3. Workflow |
| 49 | 1 | Eric Davis | |
| 50 | 1 | Eric Davis | The standard workflow for this plugin is as follows: |
| 51 | 1 | Eric Davis | |
| 52 | 1 | Eric Davis | # 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 | 1 | Eric Davis | # Once 15 issues have been dragged (5 Now, 10 Next) the user would prioritize and sort the issues in order of importance |
| 54 | 1 | Eric Davis | # The user would use the rest of Redmine and work on the #1 issue |
| 55 | 1 | Eric Davis | # Once the #1 issue is complete (or blocked) the user would continue and work on the #2 issue |
| 56 | 1 | Eric Davis | |
| 57 | 1 | Eric Davis | 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 | 1 | Eric Davis | |
| 59 | 1 | Eric Davis | h2. License |
| 60 | 1 | Eric Davis | |
| 61 | 1 | Eric Davis | This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details. |
| 62 | 1 | Eric Davis | |
| 63 | 1 | Eric Davis | h2. Project help |
| 64 | 1 | Eric Davis | |
| 65 | 1 | Eric Davis | 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 | 1 | Eric Davis | |
| 67 | 1 | Eric Davis | h2. News |
| 68 | 1 | Eric Davis | |
| 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/ |