aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/store.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix #64, parsing a todo with europe date formatGrant Ammons2017-06-121-2/+2
| | | | | * the `hasDue` function was not running, and therefore it was not parsing the due date. * Also added the beginnings of a more holistic test approach, using `app_test.go`.
* Refactor todolist stuff out of the file store implementationGrant Ammons2016-06-121-14/+0
|
* Handle case where todos.json cant be loadedGrant Ammons2016-05-051-0/+1
|
* Make everything a pointer, add archive completed fnGrant Ammons2016-05-031-1/+1
|
* Add archive/unarchiveGrant Ammons2016-05-021-0/+3
|
* Uncomplete todoGrant Ammons2016-05-021-0/+1
|
* Get completing todos to work correctlyGrant Ammons2016-05-021-2/+4
|
* Implement delete logicGrant Ammons2016-05-011-2/+3
|
* Get adding a todo workingGrant Ammons2016-04-261-3/+4
|
* Bring in the app and routerGrant Ammons2016-04-241-5/+6
|
* Organize things a bit betterGrant Ammons2016-04-241-0/+11