Skip to content

Major modiffication of Eric Davis Stuff to do plugin

Notifications You must be signed in to change notification settings

jmclem/goyello_stuff_to_do

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Stuff To Do Plugin

The Stuff To Do plugin allows a user to order and prioritize the issues they are doing into a specific order. It also allows to record time on choosen issue and save that time directly to issue time log.

Requiremnets

This plugin was tested on Redmine 0.9.2 It will not work on 0.8.x version due to the enumeration method changes.

Features

  • Sortable list of issues assigned to user

  • Easy to use drag and drop prioritizing interface

  • Viewing other project members lists

  • Recording time spent on issue in real time

  • Quick log option for saving time on single issue log

  • Mass log option for saving time on multiple issues

Installation and Setup

  1. Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins

2. Make sure the plugin is installed to vendor/redmine_goyello_stuff_to_do

  1. Login as administrator, set permissions for Roles and enable module in projects

  2. Click the Stuff To Do link in the top left menu

Instructions

Here is easy-to-read instruction: blog.goyello.com/2009/09/11/we-all-have-to-register-time-but-why-bother/

Usage

There are two panes that can be sorted:

What I’m doing now

This pane lists issues a user is supposed to be working on. These issues should be the most important issues assigned to the user. There are four buttons enable in this pane: Start (for time recording), Log time, Cancel (to discard recorded time), and Move To Available. This pane is sortable by drag and drop method.

What’s available

This pane lists all the open issues that are assigned to the user. They are the pool of issues that a user can draw to What I’m doing now list.

End Of Work and Break buttons

Those buttons are visible on the top of the left pane. Break pauses issue time recording. End Of Work is for multiple time log saving.

Other member staff to do selectbox

This selectbox can be spoted at the top of the right pane. It will be visible if user role have right permissions. It is possible to select any other member of project that are available for user. User will not be able to edit them. This is only viewing option.

License

This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.

Authored by:

  • Base code: Eric Davis

  • Developed by: GOYELLO.com

Credits

Thanks go to the following people for patches and contributions: Hiroponz - for translation and routes fix

About

Major modiffication of Eric Davis Stuff to do plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.6%
  • Ruby 7.4%