aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/file_store.go
Commit message (Expand)AuthorAgeFilesLines
* Ensure we don't destroy an existing .todos.jsonGrant Ammons2016-05-081-0/+5
* Look for .todos.json in the directory we are inGrant Ammons2016-05-081-7/+18
* Handle case where todos.json cant be loadedGrant Ammons2016-05-051-2/+10
* Make everything a pointer, add archive completed fnGrant Ammons2016-05-031-9/+9
* Add archive/unarchiveGrant Ammons2016-05-021-0/+14
* Uncomplete todoGrant Ammons2016-05-021-0/+7
* Get completing todos to work correctlyGrant Ammons2016-05-021-0/+7
* Sort todos by due date by defaultGrant Ammons2016-05-011-0/+12
* Implement delete logicGrant Ammons2016-05-011-0/+29
* Get adding a todo workingGrant Ammons2016-04-261-0/+22
* Bring in the app and routerGrant Ammons2016-04-241-0/+3
* Organize things a bit betterGrant Ammons2016-04-241-0/+34