forked from ucdd2016/book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
63 lines (61 loc) · 1.57 KB
/
data.json
File metadata and controls
63 lines (61 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"bio" : {
"education" : [ "University of Colorado at Boulder", "Staples High school" ],
"work" : ["Intern at Webroot Inc.", "CU Nightride professional driver"],
"languages" : ["Javascript", "Swift"]
},
"todos" : {
"tasks" : {
"Go to Class" : {
"deadline" : "02/01/2016",
"priority" : "high",
"type" : "education"
},
"Go to the store" : {
"deadline" : "03/15/2016",
"priority" : "low",
"type" : "food shopping"
},
"Go to sleep" : {
"deadline" : "01/29/2016",
"priority" : "high",
"type" : "basic human need"
},
"Call parents" : {
"deadline" : "04/12/2016",
"priority" : "medium",
"type" : "family/friends"
},
"Go on a date" : {
"deadline" : "04/20/2016",
"priority" : "high",
"type" : "family/friends"
},
"Finish UCDD2 app" : {
"deadline" : "05/10/2016",
"priority" : "medium",
"type" : "education"
},
"Appoint team leader" : {
"deadline" : "02/21/2016",
"priority" : "low",
"type" : "education"
},
"Discuss politics" : {
"deadline" : "01/29/2016",
"priority" : "low",
"type" : "education"
},
"Enter hackathon" : {
"deadline" : "03/6/2016",
"priority" : "medium",
"type" : "education"
},
"Watch movie with group members" : {
"deadline" : "04/19/2016",
"priority" : "low",
"type" : "entertainment"
}
}
}
}