-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.tasks.json
More file actions
41 lines (41 loc) · 1007 Bytes
/
sample.tasks.json
File metadata and controls
41 lines (41 loc) · 1007 Bytes
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
[
{
"description": "Bake some plum pudding",
"project": "Develop model of the atom",
"user": "nielsbohr"
},
{
"description": "Visit Mozart",
"user": "lbeethoven"
},
{
"description": "Learn how to modulate between major and minor keys",
"project": "Write my 9th Symphony",
"user": "lbeethoven"
},
{
"description": "Figure out how to draw electron shells",
"project": "Develop model of the atom",
"user": "nielsbohr"
},
{
"description": "Pack for trip to the Moon",
"project": "Be the first man on the moon",
"user": "neilarmstrong"
},
{
"description": "Take a step outside the LEM",
"project": "Be the first man on the moon",
"user": "neilarmstrong"
},
{
"description": "Buy garlic, shallots, and rigatoni",
"project": "Film next episode of 'The Chew'",
"user": "mbatali"
},
{
"description": "Make Penne Puttanesca",
"project": "Film next episode of 'The Chew'",
"user": "mbatali"
}
]