You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think something along these lines would be a neat feature to add. Track task submissions, skips, idle time spent on the projects page, enter/exiting work mode, etc. Would definitely need to be enabled by the user rather than defaulting to enabled.
Two points to consider:
I'm fairly certain DA decreased the timer resolution on most projects to prevent users from autopiloting their time entries. To preempt any concerns on their end, if we implement something like this, it should be completely separated from the stopwatch. Though, it could include start, pause, and reset events in its logs.
We'd need to ensure that the logs are never stored in account-syncing storage. That way it doesn't increase the risk of inadvertent proprietary information leakage.
This is low priority, just throwing it out there in case there's interest in the future.
The text was updated successfully, but these errors were encountered:
I think something along these lines would be a neat feature to add. Track task submissions, skips, idle time spent on the projects page, enter/exiting work mode, etc. Would definitely need to be enabled by the user rather than defaulting to enabled.
Two points to consider:
I'm fairly certain DA decreased the timer resolution on most projects to prevent users from autopiloting their time entries. To preempt any concerns on their end, if we implement something like this, it should be completely separated from the stopwatch. Though, it could include start, pause, and reset events in its logs.
We'd need to ensure that the logs are never stored in account-syncing storage. That way it doesn't increase the risk of inadvertent proprietary information leakage.
This is low priority, just throwing it out there in case there's interest in the future.
The text was updated successfully, but these errors were encountered: