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

Reminders that a day has not been logged #85

Open
Lilja opened this issue Aug 11, 2017 · 1 comment
Open

Reminders that a day has not been logged #85

Lilja opened this issue Aug 11, 2017 · 1 comment

Comments

@Lilja
Copy link
Owner

Lilja commented Aug 11, 2017

Use case: User forgets to log for a specific day of the week and it's still the same week. User get's a "Note: You have not logged time for $day". Does now show up for future days.

Implementation questions:

  • How often would this reminder come? Every time you invoke timelog?
    • If not every time, we need to implement something that saves some timestamp to disk. Maybe the definition file for the project in question?
      • What happens if the user disregards it? For example, logging time for every day except Friday. The weekend comes and goes but some configuration has been saved to disk. Whose responsibility is it to delete old configuration?
@flygare
Copy link
Collaborator

flygare commented Aug 22, 2017

I think this can be applied for more than just the current week, say if it's Monday and I didn't log for Friday. But it also possible to check if the target hours are exceeded the previous week, then it should not ask and assume the user took the day off.

Would maybe need some check for if the users target working days are 5,6 or 7 per week for example.

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

2 participants