Active
Project:
Time Track
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2009 at 05:19 UTC
Updated:
10 Jul 2009 at 22:20 UTC
I would like to add an optional comment or description to each time track entry. Do you have any plans for this feature?
And oh yeah, thanks for contributing this module. You rock!
Comments
Comment #1
Jackinloadup commentedThis would be a nice feature.
Also thank you as well for contributing this.
Comment #2
hunvreus commentedHmmm, that's not a bad idea at all actually. Alright, I may add this before the first stable release.
Comment #3
aufumy commentedI guess that my thought was that the nodes which are enabled for time tracking are the time logs, thus the node could contain the description needed for that time log.
However enabling time tracking to comments might be really interesting.
Comment #4
Christopher Herberte commentedIf there could be more than one ttid /tracker per user per node, time track entries as a per-task (tracker) with description should be straight forward requiring only a description text added to the table. This is assuming you have a time track node as a client for example.
Ideas?
Comment #5
Christopher Herberte commentedAfter changing structure a little, i have clients as nodes and tasks as nodes and "node reference" to link them. In my situation more detail was needed and this made the most sense. I believe this is the way this module was designed to work providing great amount of flexibility due to the views API integration -- albeit lacking docs.
Maybe there could be a book page for documentation, I would be happy to contribute my recipe.
The only thing I need now is the ability to have a views result in decimal time (ie 1.52 hours) or this would make billing and reports easier.
Also the moving of time_track_prepare_time() to within theme_time_track_time() would be nice, if possible thus making timestamp available to theme override.
Great module anyhow. I love it, obviously very well thought out.