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

Add CompletedDate to todo item #53

Merged
merged 2 commits into from
Apr 12, 2017

Conversation

ingorichter
Copy link
Contributor

CompletedDate will save a timestamp in ISO8601 format (Internet date/
time format to preserve timezone information)

Added a new Complete and Uncomplete method for todo_item.
Currently a todo has a boolean flag and the timestamp to indicate that
the item is completed. The boolean flag could be kept for backward
compatibility (reading the json into memory), but should be omitted for
files being written.

`CompletedDate` will save a timestamp in ISO8601 format (Internet date/
time format to preserve timezone information)

Added a new `Complete` and `Uncomplete` method for todo_item.
Currently a todo has a boolean flag and the timestamp to indicate that
the item is completed. The boolean flag could be kept for backward
compatibility (reading the json into memory), but should be omitted for
files being written.
@gammons
Copy link
Owner

gammons commented Apr 11, 2017

I'll be reviewing this today @ingorichter looks great though!

@gammons
Copy link
Owner

gammons commented Apr 12, 2017

Nice work @ingorichter !

@gammons gammons merged commit e118736 into gammons:master Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants