#710: Add basic time tracking
------------------------------------+---------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  jonas   
     Type:  enhancement             |       Status:  reopened
 Priority:  normal                  |    Milestone:          
Component:  ticket system           |      Version:  devel   
 Severity:  normal                  |   Resolution:          
 Keywords:  trac time report        |  
------------------------------------+---------------------------------------
Changes (by [EMAIL PROTECTED]):

  * cc:  [EMAIL PROTECTED], [EMAIL PROTECTED] => [EMAIL PROTECTED],
         [EMAIL PROTECTED], [EMAIL PROTECTED]

Comment:

 Just finishing reading the book "Planning Xtreme programming".
 The only needed time tracking variables are :
  * predicted time (day granularity)
  * spent time (day granularity)

 With this two data you can have :
 == developpers velocity ==
   For example I always say it will take me 2 days to do this but in the
 end it takes me 3 days. My velocity is 1.5 and next time I will multiply
 my predicted time by 1.5.

 == Due date respect ==
   With the time spent in closed task + predicted time of active task. You
 can calclulate the real progression and if due date will be respected.

 sorry for my ugly english

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/710>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to