-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
45 lines (31 loc) · 1.53 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
= Estimate Tracking for Lighthouse
http://github.com/hallettj/estimate_tracking_for_lighthouse/tree/master
== DESCRIPTION:
This is a Greasemonkey script that helps you to keep track of
estimates for the amount of time left on open tickets in Lighthouse.
== REQUIREMENTS:
Firefox with the Greasemonkey extension running
== INSTALL:
Visit http://sitr.us/files/estimate-tracking-for-lighthouse.user.js
== USAGE:
Record estimates for your Lighthouse tickets somewhere in the title of
the ticket. Accepted units are days, hours and minutes. Here are some
examples of ticket titles that will work:
Ticket with an estimate (2d4h30m)
Ticket with an estimate (3.5 hours)
Ticket with an estimate 30 minutes 1 day
2hrs 20min Ticket with an estimate
With the estimate tracking script running, totals for estimates will
be displayed on the milestone page. Each project member will have the
total estimate of the amount of work they have left for the milestone
displayed next to their name. Only estimates from open tickets are
counted toward the total; so don't worry if there are closed tickets
around that still have estimates on them.
If you do some work on a ticket, but don't quite finish it - or if you
just get better information about how long a task will take - you will
probably want to update the estimate. To do that, just update the
title of the ticket to reflect the new estimate.
== LICENSE:
Copyright (c) 2008, Jesse Hallett <[email protected]>
Released under the GPL license
http://www.gnu.org/copyleft/gpl.html