Posted by steveoliver on April 30, 2009 at 5:19am
5 followers
Jump to:
| Project: | Time Track |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
This would be a nice feature.
Also thank you as well for contributing this.
#2
Hmmm, that's not a bad idea at all actually. Alright, I may add this before the first stable release.
#3
I 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.
#4
If 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?
#5
After 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.