-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrainingdata.json
More file actions
482 lines (482 loc) · 13.5 KB
/
Copy pathtrainingdata.json
File metadata and controls
482 lines (482 loc) · 13.5 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
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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
[
{
"title": "Fix login redirect bug",
"description": "Users are redirected to dashboard even when authentication fails. Debug and fix auth redirect logic.",
"tags": ["Frontend", "Backend", "Security"],
"cost_usd": 40
},
{
"title": "Responsive landing page build",
"description": "Create a responsive marketing landing page with hero section, features, and contact form.",
"tags": ["Frontend", "UI/UX", "Marketing"],
"cost_usd": 70
},
{
"title": "User profile update API",
"description": "Develop backend API for updating user profile information with validation.",
"tags": ["Backend", "Security"],
"cost_usd": 55
},
{
"title": "Admin dashboard layout",
"description": "Build admin dashboard UI with sidebar, header, and content area.",
"tags": ["Frontend", "UI/UX", "Product Management"],
"cost_usd": 90
},
{
"title": "Fix image upload failures",
"description": "Debug and resolve intermittent image upload issues on backend.",
"tags": ["Backend", "QA"],
"cost_usd": 50
},
{
"title": "Convert Figma to HTML",
"description": "Convert provided Figma design into clean HTML and CSS.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 80
},
{
"title": "Email notifications for forms",
"description": "Send automated emails when contact forms are submitted.",
"tags": ["Backend", "Marketing"],
"cost_usd": 45
},
{
"title": "Fix mobile layout issues",
"description": "Resolve layout breakage on small screen devices.",
"tags": ["Frontend", "Mobile", "UI/UX"],
"cost_usd": 45
},
{
"title": "Role-based access control",
"description": "Restrict system access based on admin and user roles.",
"tags": ["Backend", "Security", "Product Management"],
"cost_usd": 95
},
{
"title": "Optimize database queries",
"description": "Improve performance by optimizing slow database queries.",
"tags": ["Backend", "Analytics"],
"cost_usd": 75
},
{
"title": "Password reset flow",
"description": "Implement secure password reset via email tokens.",
"tags": ["Backend", "Security"],
"cost_usd": 85
},
{
"title": "Basic search functionality",
"description": "Add keyword search to existing dataset.",
"tags": ["Backend", "Product Management"],
"cost_usd": 60
},
{
"title": "Reusable button component",
"description": "Create reusable button component with variants.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 30
},
{
"title": "Fix API CORS issue",
"description": "Resolve CORS errors blocking frontend requests.",
"tags": ["Backend", "Security"],
"cost_usd": 35
},
{
"title": "Loading indicators for pages",
"description": "Add loaders while async data is fetched.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 25
},
{
"title": "Environment variables setup",
"description": "Move secrets and configs into environment variables.",
"tags": ["DevOps", "Security"],
"cost_usd": 30
},
{
"title": "Logout bug fix",
"description": "Ensure sessions and tokens are cleared on logout.",
"tags": ["Backend", "Security"],
"cost_usd": 35
},
{
"title": "Write basic unit tests",
"description": "Add unit tests for core application logic.",
"tags": ["QA", "Backend"],
"cost_usd": 55
},
{
"title": "Fix date formatting",
"description": "Standardize date display across application.",
"tags": ["Frontend", "QA"],
"cost_usd": 25
},
{
"title": "CSV export feature",
"description": "Allow admins to export records as CSV files.",
"tags": ["Backend", "Analytics"],
"cost_usd": 55
},
{
"title": "Improve form validation UX",
"description": "Make form error messages clearer and consistent.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 30
},
{
"title": "Backend logging setup",
"description": "Add request and error logging to backend services.",
"tags": ["Backend", "DevOps"],
"cost_usd": 45
},
{
"title": "Fix broken internal links",
"description": "Identify and repair broken links across site.",
"tags": ["Frontend", "Content"],
"cost_usd": 25
},
{
"title": "Delete confirmation modal",
"description": "Add confirmation modal before destructive actions.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 30
},
{
"title": "Stripe checkout integration",
"description": "Integrate Stripe for one-time payments.",
"tags": ["Backend", "Product Management"],
"cost_usd": 120
},
{
"title": "CSS cleanup and refactor",
"description": "Remove unused CSS and refactor styles.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 50
},
{
"title": "Breadcrumb navigation",
"description": "Add breadcrumb navigation for better usability.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 35
},
{
"title": "Fix file download corruption",
"description": "Resolve file corruption during downloads.",
"tags": ["Backend", "QA"],
"cost_usd": 45
},
{
"title": "Dark mode toggle",
"description": "Implement light/dark theme switching.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 60
},
{
"title": "Page speed optimization",
"description": "Optimize assets to improve page load speed.",
"tags": ["Frontend", "Analytics"],
"cost_usd": 70
},
{
"title": "FAQ page creation",
"description": "Create collapsible FAQ page for users.",
"tags": ["Frontend", "Content"],
"cost_usd": 30
},
{
"title": "Timezone handling fix",
"description": "Correct timezone conversion issues in backend.",
"tags": ["Backend", "QA"],
"cost_usd": 50
},
{
"title": "Image compression on upload",
"description": "Compress uploaded images to reduce storage usage.",
"tags": ["Backend", "Cloud"],
"cost_usd": 65
},
{
"title": "Basic API caching",
"description": "Cache frequently requested API responses.",
"tags": ["Backend", "DevOps"],
"cost_usd": 80
},
{
"title": "User activity logs",
"description": "Log key user actions like login and updates.",
"tags": ["Backend", "Analytics"],
"cost_usd": 60
},
{
"title": "Navbar overlap fix",
"description": "Fix navbar overlapping content on scroll.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 20
},
{
"title": "SEO meta tags",
"description": "Add SEO and social sharing meta tags.",
"tags": ["Frontend", "Marketing"],
"cost_usd": 35
},
{
"title": "Password strength indicator",
"description": "Add password strength meter on signup.",
"tags": ["Frontend", "Security"],
"cost_usd": 30
},
{
"title": "Memory leak fix",
"description": "Investigate and fix memory leak in backend service.",
"tags": ["Backend", "QA"],
"cost_usd": 90
},
{
"title": "Profile picture upload",
"description": "Enable users to upload and update profile pictures.",
"tags": ["Frontend", "Backend"],
"cost_usd": 55
},
{
"title": "Custom error pages",
"description": "Design custom 404 and 500 error pages.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 30
},
{
"title": "Session timeout adjustment",
"description": "Fix sessions expiring earlier than expected.",
"tags": ["Backend", "Security"],
"cost_usd": 50
},
{
"title": "Analytics page tracking",
"description": "Add basic page view analytics tracking.",
"tags": ["Analytics", "Marketing"],
"cost_usd": 45
},
{
"title": "Dependency cleanup",
"description": "Remove unused packages and update dependencies.",
"tags": ["DevOps", "Security"],
"cost_usd": 40
},
{
"title": "Sortable data tables",
"description": "Add column sorting to tables.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 35
},
{
"title": "Standardize API errors",
"description": "Return consistent error formats and status codes.",
"tags": ["Backend", "QA"],
"cost_usd": 55
},
{
"title": "Contact form backend",
"description": "Store contact form submissions in database.",
"tags": ["Backend", "Content"],
"cost_usd": 45
},
{
"title": "Tooltips for forms",
"description": "Add tooltips to explain complex fields.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 25
},
{
"title": "Prevent duplicate submissions",
"description": "Stop duplicate form submissions on slow networks.",
"tags": ["Frontend", "QA"],
"cost_usd": 30
},
{
"title": "API documentation",
"description": "Write clear documentation for REST APIs.",
"tags": ["Documentation", "Technical Writing"],
"cost_usd": 65
},
{
"title": "Lazy load images",
"description": "Implement lazy loading for images.",
"tags": ["Frontend", "Analytics"],
"cost_usd": 40
},
{
"title": "Fix build warnings",
"description": "Resolve warnings during production build.",
"tags": ["DevOps", "QA"],
"cost_usd": 35
},
{
"title": "Soft delete records",
"description": "Implement soft delete instead of permanent removal.",
"tags": ["Backend", "Product Management"],
"cost_usd": 70
},
{
"title": "Announcement banner",
"description": "Add dismissible banner for announcements.",
"tags": ["Frontend", "Content"],
"cost_usd": 30
},
{
"title": "API rate limiting",
"description": "Add rate limiting to prevent abuse.",
"tags": ["Backend", "Security"],
"cost_usd": 80
},
{
"title": "Mobile menu improvement",
"description": "Fix animation and touch issues in mobile menu.",
"tags": ["Frontend", "Mobile"],
"cost_usd": 35
},
{
"title": "Database backup script",
"description": "Create automated daily database backup script.",
"tags": ["DevOps", "Cloud"],
"cost_usd": 60
},
{
"title": "File size validation",
"description": "Restrict uploaded file sizes with clear errors.",
"tags": ["Frontend", "Backend"],
"cost_usd": 30
},
{
"title": "Button style consistency",
"description": "Standardize button styles across app.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 25
},
{
"title": "User onboarding guide",
"description": "Create onboarding guide for new users.",
"tags": ["Content", "Documentation"],
"cost_usd": 40
},
{
"title": "Search input debounce",
"description": "Reduce API calls by debouncing search input.",
"tags": ["Frontend", "Analytics"],
"cost_usd": 25
},
{
"title": "Accessibility alt text",
"description": "Add missing alt text to images.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 20
},
{
"title": "Forgot username feature",
"description": "Allow users to recover username via email.",
"tags": ["Backend", "Security"],
"cost_usd": 50
},
{
"title": "Auth middleware refactor",
"description": "Refactor authentication middleware for clarity.",
"tags": ["Backend", "Security"],
"cost_usd": 75
},
{
"title": "Chart rendering fix",
"description": "Fix charts not rendering on refresh.",
"tags": ["Frontend", "Analytics"],
"cost_usd": 45
},
{
"title": "User feedback form",
"description": "Collect and store user feedback.",
"tags": ["Frontend", "Backend"],
"cost_usd": 50
},
{
"title": "Optimize API payloads",
"description": "Remove unnecessary fields from API responses.",
"tags": ["Backend", "Analytics"],
"cost_usd": 40
},
{
"title": "Dropdown alignment fix",
"description": "Fix dropdown positioning on small screens.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 25
},
{
"title": "Sitemap generation",
"description": "Generate sitemap.xml for SEO.",
"tags": ["Marketing", "SEO"],
"cost_usd": 30
},
{
"title": "Reusable modal component",
"description": "Create reusable modal component for dialogs.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 45
},
{
"title": "API naming cleanup",
"description": "Standardize API endpoint naming conventions.",
"tags": ["Backend", "Documentation"],
"cost_usd": 55
},
{
"title": "Notification emails",
"description": "Send email notifications for key actions.",
"tags": ["Backend", "Marketing"],
"cost_usd": 60
},
{
"title": "Accessibility contrast fix",
"description": "Improve color contrast for accessibility.",
"tags": ["Frontend", "UI/UX"],
"cost_usd": 35
},
{
"title": "Cache invalidation fix",
"description": "Fix stale data caused by caching issues.",
"tags": ["Backend", "DevOps"],
"cost_usd": 70
},
{
"title": "Audit trail logging",
"description": "Track changes made to critical records.",
"tags": ["Backend", "Security"],
"cost_usd": 80
},
{
"title": "System status page",
"description": "Create public system status page.",
"tags": ["Frontend", "Product Management"],
"cost_usd": 45
},
{
"title": "Form autofill fix",
"description": "Fix layout issues caused by browser autofill.",
"tags": ["Frontend", "QA"],
"cost_usd": 25
},
{
"title": "API health check",
"description": "Add endpoint to check API health.",
"tags": ["Backend", "DevOps"],
"cost_usd": 30
},
{
"title": "Large component refactor",
"description": "Split large frontend component into smaller ones.",
"tags": ["Frontend", "Full Stack"],
"cost_usd": 65
},
{
"title": "HTTP status code fix",
"description": "Ensure correct HTTP status codes are returned.",
"tags": ["Backend", "QA"],
"cost_usd": 40
}
]