-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb copy.json
317 lines (309 loc) · 10.5 KB
/
db copy.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
{
"profile": {
"id": 1,
"image": "https://example.com/images/profile-image.jpg",
"name": "John Doe",
"age": 28,
"location": "New York, NY",
"skating_since": "10-05-2022",
"skates": {
"name": "Razor X2 Inline Skates",
"type": "fitness",
"model": "X2 Sport",
"purchase_date": "2023-03-01",
"image": "https://example.com/path/to/skates_image.jpg"
},
"helmet": {
"name": "Helmet",
"model": "Triple 8 Dual Certified Helmet",
"image": "https://example.com/path/to/helmet_image.jpg"
},
"knee_pads": {
"name": "Knee Pads",
"model": "187 Killer Pads Pro Knee Pads",
"image": "https://example.com/path/to/knee_pads_image.jpg"
},
"elbow_pads": {
"name": "Elbow Pads",
"model": "Pro-Tec Street Elbow Pads",
"image": "https://example.com/path/to/elbow_pads_image.jpg"
},
"wrist_protectors": {
"name": "Wrist Protectors",
"model": "187 Killer Pads Wrist Guards",
"image": "https://example.com/path/to/wrist_protectors_image.jpg"
},
"skating_stats": {
"weekly_distance": 50,
"weekly_sessions": 5,
"weekly_time": 150,
"weekly_calories": 1200,
"monthly_distance": 200,
"monthly_sessions": 15,
"monthly_time": 170,
"monthly_calories": 4800
},
"skating_goals": {
"yearly_distance_goal": 15000,
"yearly_sessions_goal": 52,
"yearly_time_goal": 6000,
"yearly_calories_goal": 2000
},
"recent_activity": [
{
"id": 1,
"date": "2025-02-14",
"route_name": "Park Loop",
"distance": 5.2,
"time": 30,
"calories_burned": 200,
"comments": "Great ride, felt amazing today!"
},
{
"id": 2,
"date": "2025-02-12",
"route_name": "Beachfront Trail",
"distance": 10.5,
"time": 60,
"calories_burned": 500,
"comments": "A bit of a challenge, but great scenery!"
},
{
"id": 3,
"date": "2025-02-12",
"route_name": "Beachfront Trail",
"distance": 10.5,
"time": 60,
"calories_burned": 500,
"comments": "A bit of a challenge, but great scenery!"
},
{
"id": 4,
"date": "2025-02-12",
"route_name": "Beachfront Trail",
"distance": 10.5,
"time": 60,
"calories_burned": 500,
"comments": "A bit of a challenge, but great scenery!"
},
{
"id": 5,
"date": "2025-02-12",
"route_name": "Beachfront Trail",
"distance": 10.5,
"time": 60,
"calories_burned": 500,
"comments": "A bit of a challenge, but great scenery!"
}
],
"challenges": [
{
"id": 1,
"name": "10K Skating Challenge (Monthly)",
"goal_type": "distance",
"goal_value": 10000,
"current_value": 0,
"start_date": "2025-02-01",
"end_date": "2025-02-28",
"status": "in_progress"
},
{
"id": 2,
"name": "Weekly Skating Streak",
"goal_type": "sessions",
"goal_value": 7,
"current_value": 7,
"start_date": "2025-02-01",
"end_date": "2025-02-07",
"status": "completed"
},
{
"id": 3,
"name": "Custom 5K Skating Challenge",
"goal_type": "distance",
"goal_value": 5000,
"current_value": 2000,
"start_date": "2025-02-10",
"end_date": "2025-03-10",
"status": "in_progress"
},
{
"id": 4,
"name": "T-stop Challenge",
"goal_type": "counts",
"goal_value": 10,
"current_value": 3,
"start_date": "2025-02-10",
"end_date": "2025-03-10",
"status": "failed"
},
{
"id": 5,
"name": "T-stop Challenge",
"goal_type": "counts",
"goal_value": 10,
"current_value": 3,
"start_date": "2025-02-10",
"end_date": "2025-03-10",
"status": "failed"
},
{
"id": 6,
"name": "T-stop Challenge",
"goal_type": "counts",
"goal_value": 10,
"current_value": 3,
"start_date": "2025-02-10",
"end_date": "2025-03-10",
"status": "failed"
},
{
"id": 7,
"name": "T-stop Challenge",
"goal_type": "counts",
"goal_value": 10,
"current_value": 3,
"start_date": "2025-02-10",
"end_date": "2025-03-10",
"status": "failed"
}
]
},
"events": {
"event": [
{
"id": 1,
"name": "Roller Skating Day",
"date": "2025-08-25",
"description": "Celebrate National Roller Skating Day with skating events and community activities.",
"location": "Various locations",
"link": "https://www.rollerskatingday.com"
},
{
"id": 2,
"name": "World Roller Games",
"date": "2025-09-01",
"description": "International competition with various roller sports disciplines, including speed skating and freestyle.",
"location": "Barcelona, Spain",
"link": "https://www.worldrollergames.com"
},
{
"id": 3,
"name": "Rollercon",
"date": "2025-07-10",
"description": "An annual roller derby event held in Las Vegas, featuring competitions, workshops, and more.",
"location": "Las Vegas, NV, USA",
"link": "https://www.rollercon.com"
}
],
"posts": [
{
"id": 1,
"name": "John Doe",
"date": "2025-02-14",
"title": "Park Loop - Great day for skating!",
"content": "Skated the park loop today and felt great! The weather was perfect and my new skates are performing wonderfully.",
"tags": ["training", "race", "event"],
"likes": 10
},
{
"id": 2,
"name": "John Doe",
"date": "2025-02-12",
"title": "Beachfront Trail - Challenging but fun!",
"content": "The Beachfront Trail was much tougher than I expected, but the view was worth it! Managed to finish it in an hour. A bit sore, but happy with the effort.",
"tags": ["training", "race", "party"],
"likes": 5
}
]
},
"routes": [
{
"id": 1,
"name": "Park Loop",
"distance": 5.2,
"difficulty": "Easy",
"description": "A scenic loop through the park with smooth paths and a few gentle turns."
},
{
"id": 2,
"name": "Beachfront Trail",
"distance": 0,
"difficulty": "TBD",
"description": "TBD"
}
],
"skate_info": {
"history": "Roller skating dates back to the 18th century, with the first patent for roller skates being filed in 1760 by John Joseph Merlin. In the 1970s, roller disco became a cultural phenomenon, and roller skating has remained a popular sport and recreational activity ever since. Today, it's enjoyed for fitness, leisure, and competition, with a wide variety of skating styles and disciplines.",
"types_of_skates": [
{
"type": "Inline Skates",
"description": "Inline skates, also known as rollerblades, have wheels arranged in a straight line. They are ideal for speed skating, fitness, and aggressive tricks.",
"image": "https://example.com/images/inline-skates.jpg"
},
{
"type": "Quad Skates",
"description": "Quad skates feature two pairs of wheels placed side by side, offering more stability, making them popular for artistic, jam, and roller derby skating.",
"image": "https://example.com/images/quad-skates.jpg"
},
{
"type": "Speed Skates",
"description": "Speed skates are designed specifically for competitive speed skating. They have a longer frame and a low-to-the-ground design for maximum speed.",
"image": "https://example.com/images/speed-skates.jpg"
},
{
"type": "Aggressive Skates",
"description": "Aggressive skates are designed for performing tricks, jumps, and grinds. They are built with reinforced boots and smaller, harder wheels.",
"image": "https://example.com/images/aggressive-skates.jpg"
}
],
"brands": [
{
"brand": "Razor",
"website": "https://www.razor.com",
"description": "Razor is known for making high-quality inline skates, scooters, and skateboards, with an emphasis on performance and innovation."
},
{
"brand": "Rollerblade",
"website": "https://www.rollerblade.com",
"description": "Rollerblade is one of the leading brands in inline skating, with a wide range of skates for fitness, speed, and recreational use."
},
{
"brand": "Moxi Skates",
"website": "https://www.moxiskates.com",
"description": "Moxi is a brand that focuses on vibrant, colorful quad skates, blending fashion and performance for artistic and jam skaters."
},
{
"brand": "Bont",
"website": "https://www.bont.com",
"description": "Bont is a renowned manufacturer of custom speed skates and high-performance racing skates, known for their superior quality and craftsmanship."
}
],
"day_of_skating": {
"date": "August 25th",
"description": "August 25th is celebrated as National Roller Skating Day in many countries, recognizing the history and culture of roller skating with events and community activities."
},
"external_resources": [
{
"name": "Roller Skating Tutorials - YouTube",
"url": "https://www.youtube.com/results?search_query=roller+skating+tutorials",
"description": "A collection of video tutorials on roller skating techniques, tricks, and tips for beginners and advanced skaters alike."
},
{
"name": "Skating Tips - Skating Fitness",
"url": "https://www.skatingfitness.com",
"description": "A resource for fitness-focused skaters, with training tips, exercises, and advice for getting the most out of your skating workouts."
},
{
"name": "Roller Skate Nation",
"url": "https://www.rollerskatenation.com",
"description": "An online store offering roller skates, accessories, and a community of skating enthusiasts. Great for finding all the gear you'll need!"
},
{
"name": "Roller Skating History - Wikipedia",
"url": "https://en.wikipedia.org/wiki/Roller_skating",
"description": "A detailed history of roller skating, from its invention to its role in culture and sports today."
}
]
}
}