-
Notifications
You must be signed in to change notification settings - Fork 66
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
Mark todo as expired feature #75
Comments
Hey @dranzd , do you want to take over the task? Yes, the system should mark a todo as expired when time has passed the deadline set by the user. Similar to #73 a script is needed with a worker checking all open todos with a deadline and if one deadline has gone past a MarkTodoAsExpired command should be dispatched by the worker. |
@codeliner yes I want to try it out. I've already started that and most of the questions above are just to confirm that I understand what the feature does. |
cool, looking forward to your PR |
PR merged #76 . Works like a charm. |
What's the requirement for this feature?
Is this a feature where user sends a command to mark as expired or is this marked by the system when it goes expired?
Does expired means that the current time is past that deadline?
The text was updated successfully, but these errors were encountered: