-
Notifications
You must be signed in to change notification settings - Fork 40
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
Time lost on every screenshot period #16
Comments
It might be that app is correct, but the dashboard that group the tasks is wrong: We are fetching the /api/time-intervals/dashboard The screenshot period is 2minutes, and the code is running in loop with
|
Mostly, it looks like the app issue. As I understand desktop app - it logics looks like that:
And since 2 and 3 point waits for server answer it can take up to 2-3 seconds, that causes your issue. I'll try to have a deeper look in code from that side. |
It's not huge, but user is losing 1s on every screenshot period (sometimes 2s).
So you work from 8:00 to 16:00, have a screenshot every 1min, and when you stop at 16:00 cattr would show on dashboard 7:52 work time.
The text was updated successfully, but these errors were encountered: