-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.json
More file actions
38 lines (38 loc) · 1011 Bytes
/
data.json
File metadata and controls
38 lines (38 loc) · 1011 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
[
{
"key": "todo:1",
"value": {
"id": "1",
"name": "Complete the Ampt tutorial",
"status": "incomplete",
"description": "Complete the Ampt tutorial in the CLI"
}
},
{
"key": "todo:2",
"value": {
"id": "2",
"name": "Check out the Ampt docs",
"description": "Visit Ampt's website and read the docs at https://getampt.com/docs",
"status": "incomplete"
}
},
{
"key": "todo:3",
"value": {
"id": "3",
"name": "Uncomment the request logger on line 8 of index.tsx",
"description": "With Ampt, changes are synced instantly to your sandbox, and live logs are displayed in the Ampt shell. Uncomment the request logger to see it in action.",
"status": "incomplete"
}
},
{
"key": "todo:4",
"value": {
"id": "4",
"name": "Import test data using the Ampt CLI",
"description": "Use the import command to load in test data into @ampt/data",
"status": "complete"
}
}
]