-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
52 lines (52 loc) · 911 Bytes
/
db.json
File metadata and controls
52 lines (52 loc) · 911 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
42
43
44
45
46
47
48
49
50
51
52
{
"records": [
{
"id": "430e",
"token": "e1",
"exercise": "squart",
"timerSec": "1:00",
"count": 50,
"qualityCounts": {
"good": 30,
"great": 10,
"perfect": 10
}
},
{
"id": "431e",
"token": "e1",
"exercise": "squart",
"timerSec": "1:00",
"count": 45,
"qualityCounts": {
"good": 10,
"great": 15,
"perfect": 20
}
},
{
"id": "434e",
"token": "e1",
"exercise": "squart",
"timerSec": "1:00",
"count": 20,
"qualityCounts": {
"good": 10,
"great": 5,
"perfect": 5
}
},
{
"id": "435e",
"token": "e1",
"exercise": "squart",
"timerSec": "1:00",
"count": 25,
"qualityCounts": {
"good": 10,
"great": 12,
"perfect": 3
}
}
]
}