diff options
| author | Grant Ammons <gammons@gmail.com> | 2016-07-08 13:23:26 -0400 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2016-07-08 13:23:26 -0400 |
| commit | 0bb3f62011d8a8bf706d9d6c1bf860a6ba3f7f97 (patch) | |
| tree | 818d3bcd00ece77abd07791993e1f45421355a75 | |
| parent | 710de61e96c88d56617971deaf832a269e76261e (diff) | |
Add current todo list
| -rw-r--r-- | .todos.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.todos.json b/.todos.json index 0637a08..9c584cb 100644 --- a/.todos.json +++ b/.todos.json @@ -1 +1 @@ -[]
\ No newline at end of file +[{"id":1,"subject":"support for priorities +feature","projects":["feature"],"contexts":[],"due":"2016-07-08","completed":false,"archived":false},{"id":2,"subject":"fix bug with 'tod' not being recognized +bug","projects":["bug"],"contexts":[],"due":"2016-07-08","completed":false,"archived":false},{"id":3,"subject":"separate into packages/directories +refactor","projects":["refactor"],"contexts":[],"due":"2016-07-08","completed":false,"archived":false}]
\ No newline at end of file |
