| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `CompletedDate` to todo item. | Ingo Richter | 2017-04-08 | 1 | -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 better | Grant Ammons | 2016-04-24 | 1 | -0/+23 |
