Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to stop, don't work at task switch #14

Open
kraiz opened this issue Feb 27, 2015 · 4 comments
Open

Need to stop, don't work at task switch #14

kraiz opened this issue Feb 27, 2015 · 4 comments

Comments

@kraiz
Copy link
Owner

kraiz commented Feb 27, 2015

As mentioned by @daroczig in #13

I'd add an extra note, that you have to stop the timer if you want to log something, as if you do not click on "stop the timer" and simply change to a new task, then the time is not logged.

@kraiz kraiz added the bug label Feb 27, 2015
@kraiz kraiz added this to the 0.5.0 milestone Feb 27, 2015
@kraiz
Copy link
Owner Author

kraiz commented Feb 27, 2015

Tracked this down to the following hamster behavior:

  • Stopping a task will set the task's end time to the exact stop second
  • Switching to another/new task will set the end time to the last minute with zeroed seconds

@kraiz
Copy link
Owner Author

kraiz commented Mar 8, 2015

Doesn't hurt me too much. Pull requests welcome.

@kraiz kraiz removed this from the 0.5.0 milestone Mar 8, 2015
@daroczig
Copy link

daroczig commented Mar 8, 2015

I can live with it as well -- I got used to stop the time tracker instead of changing to new tasks right away, and probably it's a much healthier approach anyway :)

@lechndo
Copy link

lechndo commented Feb 23, 2017

A simple way to overcome this is to use a "check-interval" > 60 seconds.
Checking the hamster log too often is not helpful anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants