aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/todos.json
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.
* Add priority featureGrant Ammons2017-03-031-1/+1
| | | | | | | Now, todos have a priority flag. When listed, these todos will be bolded and italic. You can list todos by priority by running `todolist l p`.
* Uncomplete todoGrant Ammons2016-05-021-1/+1
|
* Get completing todos to work correctlyGrant Ammons2016-05-021-1/+1
|
* Get adding a todo workingGrant Ammons2016-04-261-1/+1
|
* Get grouping working correctlyGrant Ammons2016-04-251-1/+1
|
* Organize things a bit betterGrant Ammons2016-04-241-0/+1