Improve pause-return-missed detection #9

Open
opened 2025-02-12 23:32:18 +01:00 by florianbeisel · 0 comments
florianbeisel commented 2025-02-12 23:32:18 +01:00 (Migrated from github.com)

We can easily detect whether the user is likely to have missed booking in when they return from work.

  • Detect if user has started a break
  • Note when the system goes idle
  • If the system returns from idle and the user hasn't checked in after ten minutes notify him that he has likely forgotten

This will of course miss the case where the user stays at his machine and surfs the web in which case the system wont be idle.
This can be caught through a fallback that we already have - does the user exceed is configured break time allotment.

We can easily detect whether the user is likely to have missed booking in when they return from work. * Detect if user has started a break * Note when the system goes idle * If the system returns from idle and the user hasn't checked in after ten minutes notify him that he has likely forgotten This will of course miss the case where the user stays at his machine and surfs the web in which case the system wont be idle. This can be caught through a fallback that we already have - does the user exceed is configured break time allotment.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
florian/hermesx#9
No description provided.