-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
152 lines (151 loc) · 3.24 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"bookables": [
{
"id": 1,
"group": "Rooms",
"title": "Meeting Room",
"notes": "The one with the big table and interactive screen. Seats 12. See Colin if you need the tea and coffee trolley.",
"sessions": [
1,
2,
3
],
"days": [
1,
2,
3,
4,
5,
0
]
},
{
"id": 2,
"group": "Rooms",
"title": "Lecture Hall",
"notes": "For more formal 'sage-on-the-stage' presentations. Seats 100. See Sandra for help with AV setup.",
"sessions": [
1,
3,
4
],
"days": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"group": "Rooms",
"title": "Games Room",
"notes": "Table tennis, table football, pinball! There's also a selection of board games. Please tidy up!",
"sessions": [
0,
2,
4
],
"days": [
0,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"group": "Rooms",
"title": "Lounge",
"notes": "A relaxing place to hang out. Ideal for bean bag wranglers and sofa surfers. Help yourself to a beer after hours.",
"sessions": [
0,
1,
2,
3,
4
],
"days": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 5,
"group": "Kit",
"title": "Projector",
"notes": "Portable but powerful. Keep it with the case. Be careful, it gets quite hot after a while!",
"sessions": [
1,
2,
3,
4
],
"days": [
0,
2,
3,
4,
5
]
},
{
"id": 6,
"group": "Kit",
"title": "Wireless mics",
"notes": "Really handy but don't forget to switch them off when you pop out of the room.",
"sessions": [
1,
3,
4
],
"days": [
0,
2,
3,
4,
5,
6
]
}
],
"users": [
{
"id": 1,
"name": "Mark",
"img": "user1.png",
"title": "Envisioning Sculptor",
"notes": "With the company for 15 years, Mark has consistently sculpted innovative and compelling narratives for enforwarding the mutual ethos of all stakeholders."
},
{
"id": 2,
"name": "Simon",
"img": "user2.png",
"title": "Outreach Samurai",
"notes": "Simon wrangles social networks, elegantly employing bleeding-katana psycho-tools to leverage what he likes to call 'News Technology'."
},
{
"id": 3,
"name": "Clarisse",
"img": "user3.png",
"title": "Quantum Explorator",
"notes": "Surfing a higher plane of understanding, Clarisse value-adds the latest 'beyond fullstack' platforms, libraries and universes, collapsing realities to find the one truth."
},
{
"id": 4,
"name": "Sanjiv",
"img": "user4.png",
"title": "Devil's Advocate Advocate",
"notes": "Sanjiv lives your life to better understand your power-tantrums and architect empathic growth journeys that break the shell and distribute the yoke company-wide."
}
],
"bookings": []
}