-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
60 lines (60 loc) · 1.55 KB
/
db.json
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
{
"tasks": [
{
"description": "Review the newest flagship iPhone.",
"dragging": false,
"id": 1,
"status": "In Progress",
"title": "Review iPhone XS Max"
},
{
"description": "Review the newest \"budget-friendly\" iPhone.",
"dragging": false,
"id": 2,
"status": "To Do",
"title": "Review iPhone XR"
},
{
"description": "Review the newest Samsung flagship",
"dragging": false,
"id": 3,
"status": "Ready for Test",
"title": "Review Samsung Galaxy S10 Plus"
},
{
"description": "Can the Google's flagship compete with Apple and Samsung?",
"dragging": false,
"id": 4,
"status": "Ready for Test",
"title": "Review Google Pixel 3 XL"
},
{
"id": 5,
"dragging": false,
"title": "Review OnePlus 6T",
"description": "How much are we giving up for a \"flagship killer\"?",
"status": "Completed"
},
{
"id": 6,
"dragging": false,
"title": "Review BlackBerry KEY2",
"description": "Are physical keyboards still relevant, and worth the tradeoffs?",
"status": "Completed"
},
{
"title": "Review Huawei P30 Pro",
"description": "Nevermind...",
"dragging": false,
"id": 7,
"status": "In Progress"
},
{
"title": "Review OnePlus7",
"description": "How should I handle YouTube's max 60 Hz refresh rate to show case OnePlus 7 Pro's 90 Hz display?",
"dragging": false,
"id": 8,
"status": "In Progress"
}
]
}