Time logging reminder system #1222
don-ferris
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Interesting idea. Would you expect it to open every time you view the project dashboard? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m terrible about remembering to log my time. And when I do remember to start the clock, I’m terrible about remembering to stop it. This is my idea for an enhancement that would proactively help users to properly/accurately log their time…
Every time a project is opened, display a dialog:
Dialog A - If actively logging time -
“You have been logging time for [project name] since [date, time]”
Dialog has start and stop date/time fields (which default to the current date/time but can be edited if the user needs to “back date” their start or stop time) and buttons for:
for [current project]
Dialog B. If not actively logging time -
“Start time logging for [current project]?”
Dialog has editable (start only) date and time fields (defaulting to current date and time) and buttons for:
Likewise, if there’s been no activity on Leantime for X minutes (configurable in settings) (e.g. user has been writing code), display dialog above when Leantime becomes active again.
Beta Was this translation helpful? Give feedback.
All reactions