-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
420 lines (420 loc) · 14.5 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
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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
{
"currentUser": {
"image": "./assets/user-images/image-zena.jpg",
"name": "Zena Kelley",
"username": "velvetround"
},
"productRequests": [
{
"id": 1,
"title": "Add tags for solutions",
"category": "Enhancement",
"upvotes": 112,
"status": "Suggestion",
"description": "Easier to search for solutions based on a specific stack.",
"comments": [
{
"id": 1,
"content": "Awesome idea! Trying to find framework-specific projects within the hubs can be tedious",
"user": {
"image": "./assets/user-images/image-suzanne.jpg",
"name": "Suzanne Chang",
"username": "upbeat1811"
},
"replies": []
},
{
"id": 2,
"content": "Please use fun, color-coded labels to easily identify them at a glance",
"user": {
"image": "./assets/user-images/image-thomas.jpg",
"name": "Thomas Hood",
"username": "brawnybrave"
},
"replies": []
}
]
},
{
"id": 2,
"title": "Add a dark theme option",
"category": "Feature",
"upvotes": 99,
"status": "Suggestion",
"description": "It would help people with light sensitivities and who prefer dark mode.",
"comments": [
{
"id": 3,
"content": "Also, please allow styles to be applied based on system preferences. I would love to be able to browse Frontend Mentor in the evening after my device’s dark mode turns on without the bright background it currently has.",
"user": {
"image": "./assets/user-images/image-elijah.jpg",
"name": "Elijah Moss",
"username": "hexagon.bestagon"
},
"replies": []
},
{
"id": 4,
"content": "Second this! I do a lot of late night coding and reading. Adding a dark theme can be great for preventing eye strain and the headaches that result. It’s also quite a trend with modern apps and apparently saves battery life.",
"user": {
"image": "./assets/user-images/image-james.jpg",
"name": "James Skinner",
"username": "hummingbird1"
},
"replies": [
{
"id": 1,
"content": "While waiting for dark mode, there are browser extensions that will also do the job. Search for 'dark theme' followed by your browser. There might be a need to turn off the extension for sites with naturally black backgrounds though.",
"replyingTo": "hummingbird1",
"user": {
"image": "./assets/user-images/image-anne.jpg",
"name": "Anne Valentine",
"username": "annev1990"
}
},
{
"id": 2,
"content": "Good point! Using any kind of style extension is great and can be highly customizable, like the ability to change contrast and brightness. I'd prefer not to use one of such extensions, however, for security and privacy reasons.",
"replyingTo": "annev1990",
"user": {
"image": "./assets/user-images/image-ryan.jpg",
"name": "Ryan Welles",
"username": "voyager.344"
}
},
{
"content": "I use Night Eye on my browser. The free version gives you dark mode on up to 5 sites.",
"replyingTo": "annev1990",
"user": {
"image": "./assets/user-images/image-zena.jpg",
"name": "Zena Kelley",
"username": "velvetround"
}
}
]
}
]
},
{
"id": 3,
"title": "Q&A within the challenge hubs",
"category": "Feature",
"upvotes": 66,
"status": "Suggestion",
"description": "Challenge-specific Q&A would make for easy reference.",
"comments": [
{
"id": 5,
"content": "Much easier to get answers from devs who can relate, since they've either finished the challenge themselves or are in the middle of it.",
"user": {
"image": "./assets/user-images/image-george.jpg",
"name": "George Partridge",
"username": "soccerviewer8"
},
"replies": [
{
"id": 1,
"content": "I'd learn so much from a dev if I could some answers as they're working on the challenge.",
"replyingTo": "soccerviewer8",
"user": {
"image": "./assets/user-images/image-zena.jpg",
"name": "Zena Kelley",
"username": "velvetround"
}
}
]
}
]
},
{
"id": 4,
"title": "Add image/video upload to feedback",
"category": "Enhancement",
"upvotes": 51,
"status": "Suggestion",
"description": "Images and screencasts can enhance comments on solutions.",
"comments": [
{
"id": 6,
"content": "Right now, there is no ability to add images while giving feedback which isn't ideal because I have to use another app to show what I mean",
"user": {
"image": "./assets/user-images/image-javier.jpg",
"name": "Javier Pollard",
"username": "warlikeduke"
},
"replies": []
},
{
"id": 7,
"content": "Yes I'd like to see this as well. Sometimes I want to add a short video or gif to explain the site's behavior..",
"user": {
"image": "./assets/user-images/image-roxanne.jpg",
"name": "Roxanne Travis",
"username": "peppersprime32"
},
"replies": []
}
]
},
{
"id": 5,
"title": "Ability to follow others",
"category": "Feature",
"upvotes": 42,
"status": "Suggestion",
"description": "Stay updated on comments and solutions other people post.",
"comments": [
{
"id": 8,
"content": "I also want to be notified when devs I follow submit projects on FEM. Is in-app notification also in the pipeline?",
"user": {
"image": "./assets/user-images/image-victoria.jpg",
"name": "Victoria Mejia",
"username": "arlen_the_marlin"
},
"replies": [
{
"id": 1,
"content": "Bumping this. It would be good to have a tab with a feed of people I follow so it's easy to see what challenges they’ve done lately. I learn a lot by reading good developers' code.",
"replyingTo": "arlen_the_marlin",
"user": {
"image": "./assets/user-images/image-zena.jpg",
"name": "Zena Kelley",
"username": "velvetround"
}
}
]
},
{
"id": 9,
"content": "I've been saving the profile URLs of a few people and I check what they’ve been doing from time to time. Being able to follow them solves that",
"user": {
"image": "./assets/user-images/image-jackson.jpg",
"name": "Jackson Barker",
"username": "countryspirit"
},
"replies": []
}
]
},
{
"id": 6,
"title": "Preview images not loading",
"category": "Bug",
"upvotes": 3,
"status": "Suggestion",
"description": "Challenge preview images are missing when you apply a filter.",
"comments": []
},
{
"id": 7,
"title": "More comprehensive reports",
"category": "Feature",
"upvotes": 124,
"status": "Planned",
"description": "It would be great to see a more detailed breakdown of solutions.",
"comments": [
{
"id": 10,
"content": "This would be awesome! It would be so helpful to see an overview of my code in a way that makes it easy to spot where things could be improved.",
"user": {
"image": "./assets/user-images/image-victoria.jpg",
"name": "Victoria Mejia",
"username": "arlen_the_marlin"
},
"replies": []
},
{
"id": 11,
"content": "Yeah, this would be really good. I'd love to see deeper insights into my code!",
"user": {
"image": "./assets/user-images/image-jackson.jpg",
"name": "Jackson Barker",
"username": "countryspirit"
},
"replies": []
},
{
"id": 3,
"content": "Agreed. So much more can be learned from knowing exactly where we went wrong versus where we went right. ",
"user": {
"name": "Zena Kelley",
"username": "velvetround",
"image": "./assets/user-images/image-zena.jpg"
},
"replies": []
}
]
},
{
"id": 8,
"title": "Learning paths",
"description": "Sequenced projects for different goals to help people improve. Everyone learns at a different pace.",
"category": "Feature",
"comments": [
{
"id": 12,
"content": "Having a path through the challenges that I could follow would be brilliant! Sometimes I'm not sure which challenge would be the best next step to take. So this would help me navigate through them!",
"user": {
"image": "./assets/user-images/image-george.jpg",
"name": "George Partridge",
"username": "soccerviewer8"
},
"replies": []
}
],
"status": "Planned",
"upvotes": 28
},
{
"id": 9,
"title": "One-click portfolio generation",
"category": "Feature",
"upvotes": 62,
"status": "In Progress",
"description": "Add ability to create professional looking portfolio from profile.",
"comments": [
{
"id": 13,
"content": "I haven't built a portfolio site yet, so this would be really helpful. Might it also be possible to choose layout and colour themes?!",
"user": {
"image": "./assets/user-images/image-ryan.jpg",
"name": "Ryan Welles",
"username": "voyager.344"
},
"replies": [
{
"id": 1,
"content": "It would save me so much time.",
"replyingTo": "voyager.344",
"user": {
"image": "./assets/user-images/image-zena.jpg",
"name": "Zena Kelley",
"username": "velvetround"
}
}
]
}
]
},
{
"id": 10,
"title": "Bookmark challenges",
"category": "Feature",
"upvotes": 31,
"status": "In Progress",
"description": "Be able to bookmark challenges to take later on.",
"comments": [
{
"id": 14,
"content": "This would be great! At the moment, I'm just starting challenges in order to save them. But this means the My Challenges section is overflowing with projects and is hard to manage. Being able to bookmark challenges would be really helpful.",
"user": {
"image": "./assets/user-images/image-suzanne.jpg",
"name": "Suzanne Chang",
"username": "upbeat1811"
},
"replies": []
}
]
},
{
"id": 11,
"title": "Animated solution screenshots",
"category": "Bug",
"upvotes": 9,
"status": "In Progress",
"description": "Screenshots of solutions with animations don’t display correctly.",
"comments": []
},
{
"id": 12,
"title": "Add micro-interactions",
"category": "Enhancement",
"upvotes": 71,
"status": "Live",
"description": "Small animations at specific points can add delight.",
"comments": [
{
"id": 15,
"content": "I'd love to see this! It always makes me so happy to see little details like these on websites.",
"user": {
"image": "./assets/user-images/image-victoria.jpg",
"name": "Victoria Mejia",
"username": "arlen_the_marlin"
},
"replies": [
{
"id": 1,
"content": "Me too! I'd also love to see celebrations at specific points as well. It would help people take a moment to celebrate their achievements!",
"replyingTo": "arlen_the_marlin",
"user": {
"image": "./assets/user-images/image-suzanne.jpg",
"name": "Suzanne Chang",
"username": "upbeat1811"
}
},
{
"id": 2,
"content": "Makes for a great user experience too.",
"replyingTo": "arlen_the_marlin",
"user": {
"image": "./assets/user-images/image-zena.jpg",
"name": "Zena Kelley",
"username": "velvetround"
}
}
]
}
]
},
{
"id": 14,
"title": "Use portrait images on mobile",
"description": "Some of the landscape format images are really small on mobile. I think portrait ones would work better.",
"category": "UX",
"comments": [
{
"id": 1,
"content": "I second this. I'm still using an iPhone 6, and I struggle to see some of the details in the images.",
"user": {
"name": "Zena Kelley",
"username": "velvetround",
"image": "./assets/user-images/image-zena.jpg"
},
"replies": []
}
],
"status": "Planned",
"upvotes": 15
},
{
"id": 15,
"title": "Contact button not working",
"description": "Clicking the delete button does nothing on the contact page.",
"category": "Bug",
"comments": [
{
"id": 1,
"content": "I've also experienced this. Refreshing the page doesn't work either. ",
"user": {
"name": "Zena Kelley",
"username": "velvetround",
"image": "./assets/user-images/image-zena.jpg"
},
"replies": []
}
],
"status": "Suggestion",
"upvotes": 0
},
{
"id": 16,
"title": "Adding feedback items not working",
"description": "The app crashes every time I try to add some feedback items. Would be nice if this worked properly.",
"category": "Bug",
"comments": [],
"status": "Suggestion",
"upvotes": -1
}
]
}