aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/todo_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add `CompletedDate` to todo item.Ingo Richter2017-04-081-1/+1
| | | | | | | | | | | `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.
* Organize things a bit betterGrant Ammons2016-04-241-0/+23