Changes between Version 3 and Version 4 of WorkLogPlugin


Ignore:
Timestamp:
Jun 25, 2007, 12:08:23 PM (17 years ago)
Author:
Colin Guthrie
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkLogPlugin

    v3 v4  
    77Basically, it allows you to register the fact you have ''started work'' on a ticket which effectively allows you to ''clock on'' and ''clock off''.
    88
     9It uses javascript to add a button to the ticket page to allow you to start/stop working on a given ticket.
     10
    911If the TimingAndEstimationPlugin is installed then when you clock off, the time spent on the ticket will be recorded (NOT YET IMPLEMENTED)
    1012
    1113If you visit the ''Work Log'' page (a new navigation entry), you will see a list of people (developers) and which tickets they are currently working on. Work log events are also logged to the Timeline for a historical view.
    1214
    13 '''PLEASE DO NOT USE THIS PLUGIN YET - THERE ARE SOME DATABASE SCHEMA CHANGES THAT I WANT TO IMPLEMENT AND DO NOT WANT TO WRITE A MORE COMPLEX SYSTEM TO MANAGE THIS - THIS WILL BE UPDATED IN A DAY OR TWO'''
     15This is very early days and there are no doubt bugs due to lack of error checking!
     16
     17== TODO ==
     18
     19 * Tidy up some of the code (move some SQL to utility functions)
     20 * XMLRPC Extension point
     21 * Automatic addition of hours to the ticket (integration with TimingAndEstimationPlugin)
     22 * Leave comments on tickets when starting/stopping work (optional + integrated with above for stopping)
     23 * Ajax based popup reminders when viewing Trac (keeps you informed)
     24 * Develop Companion Desktop Application as per #1667
     25
    1426
    1527== Bugs/Feature Requests ==