-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata_alumni_array.json
More file actions
79 lines (79 loc) · 2.41 KB
/
data_alumni_array.json
File metadata and controls
79 lines (79 loc) · 2.41 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"activities":[
{
"title": "Body Combat",
"coach": "Rebeca Chan",
"dificulty": 9,
"type": "hard",
"schedule": {
"sun": null,
"mon": [11.30,17],
"tue": null,
"wed": null,
"thu": [11.30,17],
"fri": [17],
"sat": null
},
"scores":[4,4,8,8],
"users": 15
},
{
"title": "Body Pump",
"coach": "Kike 5",
"dificulty": 5,
"type": "soft",
"schedule": {
"sun": [18],
"mon": [11.30,17],
"tue": null,
"wed": null,
"thu": [11.30,17],
"fri": [17],
"sat": null
},
"scores":[4,2],
"users": 35
},
{
"title": "Pilates",
"coach": "Caty Mas",
"dificulty": 8,
"type": "hard",
"schedule": {
"sun": [10],
"mon": [11.30,17],
"tue": null,
"wed": null,
"thu": [11.30,17],
"fri": [17],
"sat": null
},
"scores":[7,8],
"users": 22
}
],
"activitiesCodes": {
"BodyCombat": "BC22",
"BodyPump": "BP23",
"Pilates": "PP24"
},
"coachesCodes": {
"RebecaChan": "RCHAN",
"Kike5": "KK5",
"CatyMas": "CMAS"
},
"customers": [
{
"name": "Aleix",
"surname": "Martínez",
"email": "amartinezsuau@hotelbeds.com",
"activity": "Body Combat"
},
{
"name": "Jack",
"surname": "Daniels",
"email": "jackdaniels@hotelbeds.com",
"activity": "Body Pump"
}
]
}