Live data from Hacker News

Show HN: Tock, a Time Tracking Tool by 18F

18f.gsa.gov

31–37 of 37 posts

Re: Show HN: Tock, a Time Tracking Tool by 18F

#31
post #4

Love the callout to the Chosen.js library...one of those fantastic plug-and-play interface libraries that makes it so less painful to add a nearly essential feature to forms/data-selection. edit: Added clickable link to chosen.js homepage http://harvesthq.github.io/chosen/

I was thinking, that looks just like Select2 which I've used a few times and seems it's a more actively developed plugin, inspired by Chosen. Differences discussed here: https://stackoverflow.com/questions/13575531/what-are-the-di...

Re: Show HN: Tock, a Time Tracking Tool by 18F

#32
post #31
post #4

Love the callout to the Chosen.js library...one of those fantastic plug-and-play interface libraries that makes it so less painful to add a nearly essential feature to forms/data-selection. edit: Added clickable link to chosen.js homepage http://harvesthq.github.io/chosen/

I was thinking, that looks just like Select2 which I've used a few times and seems it's a more actively developed plugin, inspired by Chosen. Differences discussed here: https://stackoverflow.com/questions/13575531/what-are-the-di...

Just wondering -- are either Chosen or Select2 508-compliant or screen-reader friendly?

Re: Show HN: Tock, a Time Tracking Tool by 18F

#33
Self-plug: our Zhen HRM system includes timesheets / time tracking in addition to vacations, reports, etc. Time tracking can be done through clicking Start / Stop when you are working on projects.

You can find the system at the link below, and there is a fully functional free demo you can try out.

http://zhen81.com/product/zhen-hrm/

Re: Show HN: Tock, a Time Tracking Tool by 18F

#35
post #2

Time tracking is one of those things that I see constantly being reinvented. Whether it's spreadsheets that get emailed, completely custom solutions, or one of the numerous services available, few of them actually provide anything new. What I want is a product that tracks my time for me. WakaTime is probably the closest I've seen. If only it worked outside of my text editor and automatically submitted my timesheets f…

You might wanna checkout out my recent project if you're using Git: https://github.com/timeglass/glass - fully automated using git hooks and file monitoring and 100% offline, no account required

Re: Show HN: Tock, a Time Tracking Tool by 18F

#37
post #2

Time tracking is one of those things that I see constantly being reinvented. Whether it's spreadsheets that get emailed, completely custom solutions, or one of the numerous services available, few of them actually provide anything new. What I want is a product that tracks my time for me. WakaTime is probably the closest I've seen. If only it worked outside of my text editor and automatically submitted my timesheets f…

We looked at doing things like logging git commit frequency to try and provide realistic estimates to users of their time that they could then confirm or alter. Realistically, with the diversity of talent we have here (both technical and non-technical) and the time it would take to do well, it didn't really seem too practical. It would be awesome if WakaTime and others provided some way of interfacing with an API, so…

> It would be awesome if WakaTime and others provided some way of interfacing with an API

We have an API you can use to log your own time:

https://wakatime.com/api

https://wakatime.com/help/misc/creating-plugin

Post reply on HN