-
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 a todo as done #1
Labels
Comments
Closed
@DannyvdSluijs please submit your PR against the |
@codeliner Yes will do. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MarkTodoAsDone
and put it into the todo command folderYou can do this in the routes configuration.
TodoWasMarkedAsDone
whenTodoWasMarkedAsDone
and require the recorded event as a input parameter then change theTodoStatus
todone
Bonus Points: Write at least one unit test which covers that an open Todo can change its state to done and records a
TodoWasMarkedAsDone
event to track the change.The text was updated successfully, but these errors were encountered: