aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/todos.json
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2017-03-06 07:47:15 -0500
committerGitHub <noreply@github.com>2017-03-06 07:47:15 -0500
commitc67037d4944c949bd53e2a0925a51717c7eb5334 (patch)
tree98b8e18f6779fc4d9e243d1d5215117763a1c404 /todolist/todos.json
parent39d01ff369695cc9a3ac92cfea3c7f9169aceb0a (diff)
parentc2114f083afeb1ac2cc28e9a83f3a9c591b59a1f (diff)
Merge pull request #38 from gammons/prioritize-feature
Add priority feature
Diffstat (limited to 'todolist/todos.json')
-rw-r--r--todolist/todos.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/todolist/todos.json b/todolist/todos.json
index 5e44228..bc147d1 100644
--- a/todolist/todos.json
+++ b/todolist/todos.json
@@ -1 +1 @@
-[{"id":1,"subject":"this is the first subject","projects":["test1"],"contexts":["root"],"due":"2016-04-04","completed":false,"archived":true},{"id":2,"subject":" audit userify for 2FA","projects":["test1"],"contexts":["root","more"],"due":"","completed":true,"archived":false}] \ No newline at end of file
+[{"id":1,"subject":"this is the first subject","projects":["test1"],"contexts":["root"],"due":"2016-04-04","completed":false,"archived":true,"isPriority":false},{"id":2,"subject":" audit userify for 2FA","projects":["test1"],"contexts":["root","more"],"due":"","completed":true,"archived":false,"isPriority":false}] \ No newline at end of file