aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/todos.json
diff options
context:
space:
mode:
authorQuey-Liang Kao <s101062801@m101.nthu.edu.tw>2017-09-21 12:16:10 -0500
committerGitHub <noreply@github.com>2017-09-21 12:16:10 -0500
commit902d0f825abc3a18278aadc2a8c3cd45dd8d308d (patch)
treec08037986e9981ebd8e56fe8dd851fa99fcd4c32 /todolist/todos.json
parent06211d84da190ab9a5e174db9f52672b69f9b3e4 (diff)
parenta716a04c831e4fb23cdd558756d8f393e4ef8d73 (diff)
Merge pull request #89 from NonerKao/note
Add new feature: notes for todos
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 7f511ed..39593be 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,"completedDate":"","archived":true,"isPriority":false},{"id":2,"subject":" audit userify for 2FA","projects":["test1"],"contexts":["root","more"],"due":"","completed":true,"completedDate":"","archived":false,"isPriority":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,"completedDate":"","archived":true,"isPriority":false,"notes":null},{"id":2,"subject":" audit userify for 2FA","projects":["test1"],"contexts":["root","more"],"due":"","completed":true,"completedDate":"","archived":false,"isPriority":false,"notes":null}] \ No newline at end of file