@hed-hog/lms 0.0.265 → 0.0.267
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hedhog/data/menu.yaml +35 -2
- package/hedhog/frontend/app/courses/page.tsx.ejs +1 -8
- package/hedhog/frontend/app/exams/page.tsx.ejs +1 -9
- package/hedhog/frontend/app/reports/page.tsx.ejs +910 -0
- package/hedhog/frontend/app/training/page.tsx.ejs +1164 -0
- package/hedhog/frontend/messages/en.json +310 -73
- package/hedhog/frontend/messages/pt.json +310 -73
- package/hedhog/table/reports.yaml +3 -0
- package/hedhog/table/training.yaml +3 -0
- package/package.json +5 -5
|
@@ -171,68 +171,6 @@
|
|
|
171
171
|
"coursesRemoved": "{{count}} course(s) removed.",
|
|
172
172
|
"coursesArchived": "{{count}} course(s) archived.",
|
|
173
173
|
"codeCopied": "Code \"{{code}}\" copied."
|
|
174
|
-
},
|
|
175
|
-
"seedCourses": {
|
|
176
|
-
"1": {
|
|
177
|
-
"title": "Advanced React",
|
|
178
|
-
"description": "Complete React course with hooks, context, and advanced patterns for modern applications"
|
|
179
|
-
},
|
|
180
|
-
"2": {
|
|
181
|
-
"title": "UX Design Fundamentals",
|
|
182
|
-
"description": "User experience design fundamentals with modern tools and research"
|
|
183
|
-
},
|
|
184
|
-
"3": {
|
|
185
|
-
"title": "Agile Project Management",
|
|
186
|
-
"description": "Agile methodologies for project management including Scrum, Kanban, and SAFe in teams"
|
|
187
|
-
},
|
|
188
|
-
"4": {
|
|
189
|
-
"title": "Complete Digital Marketing",
|
|
190
|
-
"description": "Digital marketing strategies for modern businesses including SEO, SEM, and social media"
|
|
191
|
-
},
|
|
192
|
-
"5": {
|
|
193
|
-
"title": "Python for Data Science",
|
|
194
|
-
"description": "Introduction to Python focused on data science, statistical analysis, and basic machine learning"
|
|
195
|
-
},
|
|
196
|
-
"6": {
|
|
197
|
-
"title": "Complete Node.js",
|
|
198
|
-
"description": "Backend with Node.js, Express, and relational and NoSQL databases for robust APIs"
|
|
199
|
-
},
|
|
200
|
-
"7": {
|
|
201
|
-
"title": "Figma for Beginners",
|
|
202
|
-
"description": "Learn to use Figma from scratch to create professional interfaces and interactive prototypes"
|
|
203
|
-
},
|
|
204
|
-
"8": {
|
|
205
|
-
"title": "Leadership and Communication",
|
|
206
|
-
"description": "Develop leadership and assertive communication skills for corporate environments"
|
|
207
|
-
},
|
|
208
|
-
"9": {
|
|
209
|
-
"title": "Advanced SEO",
|
|
210
|
-
"description": "Advanced search engine optimization techniques, web content, and site performance"
|
|
211
|
-
},
|
|
212
|
-
"10": {
|
|
213
|
-
"title": "TypeScript in Practice",
|
|
214
|
-
"description": "TypeScript applied in real projects with best practices, design patterns, and tests"
|
|
215
|
-
},
|
|
216
|
-
"11": {
|
|
217
|
-
"title": "Complete Design System",
|
|
218
|
-
"description": "How to create and maintain a scalable design system for large product and engineering teams"
|
|
219
|
-
},
|
|
220
|
-
"12": {
|
|
221
|
-
"title": "Excel for Business",
|
|
222
|
-
"description": "Master Excel with advanced formulas, professional dashboards, and business data analysis"
|
|
223
|
-
},
|
|
224
|
-
"13": {
|
|
225
|
-
"title": "Personal Finance",
|
|
226
|
-
"description": "Learn to manage your finances, invest, and plan your retirement intelligently"
|
|
227
|
-
},
|
|
228
|
-
"14": {
|
|
229
|
-
"title": "Flutter for Mobile",
|
|
230
|
-
"description": "Cross-platform mobile app development with Flutter and Dart from scratch to deployment"
|
|
231
|
-
},
|
|
232
|
-
"15": {
|
|
233
|
-
"title": "Essential Labor Law",
|
|
234
|
-
"description": "Essential labor law concepts for HR managers and entrepreneurs"
|
|
235
|
-
}
|
|
236
174
|
}
|
|
237
175
|
},
|
|
238
176
|
"ExamsPage": {
|
|
@@ -374,18 +312,317 @@
|
|
|
374
312
|
"examUpdated": "Exam updated!",
|
|
375
313
|
"examCreated": "Exam created! Redirecting to questions...",
|
|
376
314
|
"examRemoved": "Exam removed!"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"TrainingPage": {
|
|
318
|
+
"title": "Trainings",
|
|
319
|
+
"description": "Learning paths with multiple courses",
|
|
320
|
+
"breadcrumbs": {
|
|
321
|
+
"home": "Home",
|
|
322
|
+
"training": "Trainings"
|
|
323
|
+
},
|
|
324
|
+
"actions": {
|
|
325
|
+
"createTraining": "New Training"
|
|
326
|
+
},
|
|
327
|
+
"kpis": {
|
|
328
|
+
"totalTraining": {
|
|
329
|
+
"label": "Total Trainings",
|
|
330
|
+
"sub": "registered paths"
|
|
331
|
+
},
|
|
332
|
+
"activeTraining": {
|
|
333
|
+
"label": "Active",
|
|
334
|
+
"sub": "available now"
|
|
335
|
+
},
|
|
336
|
+
"enrolledStudents": {
|
|
337
|
+
"label": "Enrolled Students",
|
|
338
|
+
"sub": "across all trainings"
|
|
339
|
+
},
|
|
340
|
+
"coveredCourses": {
|
|
341
|
+
"label": "Covered Courses",
|
|
342
|
+
"sub": "distinct courses"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"filters": {
|
|
346
|
+
"searchPlaceholder": "Search trainings by name or description...",
|
|
347
|
+
"allAreas": "All areas",
|
|
348
|
+
"allLevels": "All levels",
|
|
349
|
+
"clear": "Clear",
|
|
350
|
+
"search": "Search"
|
|
351
|
+
},
|
|
352
|
+
"areas": {
|
|
353
|
+
"technology": "Technology",
|
|
354
|
+
"design": "Design",
|
|
355
|
+
"management": "Management",
|
|
356
|
+
"marketing": "Marketing",
|
|
357
|
+
"finance": "Finance"
|
|
358
|
+
},
|
|
359
|
+
"levels": {
|
|
360
|
+
"beginner": "Beginner",
|
|
361
|
+
"intermediate": "Intermediate",
|
|
362
|
+
"advanced": "Advanced"
|
|
363
|
+
},
|
|
364
|
+
"status": {
|
|
365
|
+
"active": "Active",
|
|
366
|
+
"draft": "Draft",
|
|
367
|
+
"closed": "Closed"
|
|
368
|
+
},
|
|
369
|
+
"empty": {
|
|
370
|
+
"title": "No trainings found",
|
|
371
|
+
"description": "Adjust the filters or create a new training.",
|
|
372
|
+
"action": "New Training"
|
|
373
|
+
},
|
|
374
|
+
"cards": {
|
|
375
|
+
"tooltip": "Double click to open",
|
|
376
|
+
"coursesLabel": "courses",
|
|
377
|
+
"hoursLabel": "h",
|
|
378
|
+
"studentsLabel": "students",
|
|
379
|
+
"actions": {
|
|
380
|
+
"label": "Actions",
|
|
381
|
+
"viewDetails": "View details",
|
|
382
|
+
"edit": "Edit",
|
|
383
|
+
"delete": "Delete"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"pagination": {
|
|
387
|
+
"formacao": "training",
|
|
388
|
+
"formacoes": "trainings",
|
|
389
|
+
"found": "found",
|
|
390
|
+
"foundPlural": "found",
|
|
391
|
+
"page": "Page",
|
|
392
|
+
"of": "of",
|
|
393
|
+
"firstPage": "First",
|
|
394
|
+
"previousPage": "Previous",
|
|
395
|
+
"nextPage": "Next",
|
|
396
|
+
"lastPage": "Last",
|
|
397
|
+
"itemsPerPage": "Items per page"
|
|
398
|
+
},
|
|
399
|
+
"form": {
|
|
400
|
+
"title": {
|
|
401
|
+
"create": "New Training",
|
|
402
|
+
"edit": "Edit Training"
|
|
403
|
+
},
|
|
404
|
+
"description": {
|
|
405
|
+
"create": "Define the learning path and the courses that compose it.",
|
|
406
|
+
"edit": "Define the learning path and the courses that compose it."
|
|
407
|
+
},
|
|
408
|
+
"fields": {
|
|
409
|
+
"nome": {
|
|
410
|
+
"label": "Name",
|
|
411
|
+
"placeholder": "Full Stack Developer",
|
|
412
|
+
"required": true
|
|
413
|
+
},
|
|
414
|
+
"descricao": {
|
|
415
|
+
"label": "Description",
|
|
416
|
+
"placeholder": "Describe the training...",
|
|
417
|
+
"required": true
|
|
418
|
+
},
|
|
419
|
+
"area": {
|
|
420
|
+
"label": "Area",
|
|
421
|
+
"placeholder": "Select",
|
|
422
|
+
"required": true
|
|
423
|
+
},
|
|
424
|
+
"nivel": {
|
|
425
|
+
"label": "Level",
|
|
426
|
+
"placeholder": "Select",
|
|
427
|
+
"required": true
|
|
428
|
+
},
|
|
429
|
+
"status": {
|
|
430
|
+
"label": "Status",
|
|
431
|
+
"placeholder": "Select",
|
|
432
|
+
"required": true
|
|
433
|
+
},
|
|
434
|
+
"prerequisitos": {
|
|
435
|
+
"label": "Prerequisites",
|
|
436
|
+
"placeholder": "Ex: Basic JavaScript"
|
|
437
|
+
},
|
|
438
|
+
"cursos": {
|
|
439
|
+
"label": "Training Courses",
|
|
440
|
+
"description": "Select the courses for the training"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"validation": {
|
|
444
|
+
"nomeMinLength": "Minimum 3 characters",
|
|
445
|
+
"descricaoMinLength": "Minimum 10 characters",
|
|
446
|
+
"areaRequired": "Select an area",
|
|
447
|
+
"nivelRequired": "Select a level",
|
|
448
|
+
"statusRequired": "Select a status"
|
|
449
|
+
},
|
|
450
|
+
"actions": {
|
|
451
|
+
"cancel": "Cancel",
|
|
452
|
+
"save": "Save",
|
|
453
|
+
"create": "Create Training"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"coursesSummary": {
|
|
457
|
+
"courses": "course(s)",
|
|
458
|
+
"hours": "h total",
|
|
459
|
+
"dot": "·"
|
|
460
|
+
},
|
|
461
|
+
"deleteDialog": {
|
|
462
|
+
"title": "Delete Training",
|
|
463
|
+
"description": "Are you sure you want to delete",
|
|
464
|
+
"warning": "This training has {{count}} enrolled student(s). This action cannot be undone.",
|
|
465
|
+
"actions": {
|
|
466
|
+
"cancel": "Cancel",
|
|
467
|
+
"delete": "Delete"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"toasts": {
|
|
471
|
+
"formacaoUpdated": "Training updated!",
|
|
472
|
+
"formacaoCriada": "Training created!",
|
|
473
|
+
"formacaoRemovida": "Training removed!",
|
|
474
|
+
"openingFormacao": "Opening \"{{nome}}\"...",
|
|
475
|
+
"openingDetails": "Opening training..."
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
"ReportsPage": {
|
|
479
|
+
"title": "Reports",
|
|
480
|
+
"description": "Detailed platform performance analysis",
|
|
481
|
+
"breadcrumbs": {
|
|
482
|
+
"home": "Home",
|
|
483
|
+
"reports": "Reports"
|
|
484
|
+
},
|
|
485
|
+
"actions": {
|
|
486
|
+
"export": "Export"
|
|
487
|
+
},
|
|
488
|
+
"toasts": {
|
|
489
|
+
"exported": "Report exported!"
|
|
490
|
+
},
|
|
491
|
+
"period": {
|
|
492
|
+
"7d": "7 days",
|
|
493
|
+
"30d": "30 days",
|
|
494
|
+
"6m": "6 months",
|
|
495
|
+
"12m": "12 months"
|
|
496
|
+
},
|
|
497
|
+
"kpis": {
|
|
498
|
+
"totalRevenue": {
|
|
499
|
+
"title": "Total Revenue"
|
|
500
|
+
},
|
|
501
|
+
"enrollments": {
|
|
502
|
+
"title": "Enrollments"
|
|
503
|
+
},
|
|
504
|
+
"completionRate": {
|
|
505
|
+
"title": "Completion Rate"
|
|
506
|
+
},
|
|
507
|
+
"churnRate": {
|
|
508
|
+
"title": "Churn Rate"
|
|
509
|
+
},
|
|
510
|
+
"vsPreviousPeriod": "vs. previous period"
|
|
511
|
+
},
|
|
512
|
+
"tabs": {
|
|
513
|
+
"overview": "Overview",
|
|
514
|
+
"courses": "Courses",
|
|
515
|
+
"students": "Students"
|
|
516
|
+
},
|
|
517
|
+
"months": {
|
|
518
|
+
"jan": "Jan",
|
|
519
|
+
"feb": "Feb",
|
|
520
|
+
"mar": "Mar",
|
|
521
|
+
"apr": "Apr",
|
|
522
|
+
"may": "May",
|
|
523
|
+
"jun": "Jun",
|
|
524
|
+
"jul": "Jul",
|
|
525
|
+
"aug": "Aug",
|
|
526
|
+
"sep": "Sep",
|
|
527
|
+
"oct": "Oct",
|
|
528
|
+
"nov": "Nov",
|
|
529
|
+
"dec": "Dec"
|
|
530
|
+
},
|
|
531
|
+
"weekdays": {
|
|
532
|
+
"mon": "Mon",
|
|
533
|
+
"tue": "Tue",
|
|
534
|
+
"wed": "Wed",
|
|
535
|
+
"thu": "Thu",
|
|
536
|
+
"fri": "Fri",
|
|
537
|
+
"sat": "Sat",
|
|
538
|
+
"sun": "Sun"
|
|
539
|
+
},
|
|
540
|
+
"areas": {
|
|
541
|
+
"technology": "Technology",
|
|
542
|
+
"design": "Design",
|
|
543
|
+
"management": "Management",
|
|
544
|
+
"marketing": "Marketing"
|
|
545
|
+
},
|
|
546
|
+
"statusDistribution": {
|
|
547
|
+
"active": "Active",
|
|
548
|
+
"completed": "Completed",
|
|
549
|
+
"inactive": "Inactive"
|
|
550
|
+
},
|
|
551
|
+
"radar": {
|
|
552
|
+
"engagement": "Engagement",
|
|
553
|
+
"completion": "Completion",
|
|
554
|
+
"satisfaction": "Satisfaction",
|
|
555
|
+
"recommendation": "Recommendation",
|
|
556
|
+
"retention": "Retention",
|
|
557
|
+
"performance": "Performance"
|
|
558
|
+
},
|
|
559
|
+
"charts": {
|
|
560
|
+
"monthlyEnrollments": {
|
|
561
|
+
"title": "Monthly Enrollments",
|
|
562
|
+
"description": "Enrollment and cancellation trends",
|
|
563
|
+
"enrollments": "Enrollments",
|
|
564
|
+
"cancellations": "Cancellations"
|
|
565
|
+
},
|
|
566
|
+
"monthlyRevenue": {
|
|
567
|
+
"title": "Monthly Revenue",
|
|
568
|
+
"description": "Revenue in BRL per month",
|
|
569
|
+
"revenue": "Revenue"
|
|
570
|
+
},
|
|
571
|
+
"studentStatus": {
|
|
572
|
+
"title": "Student Status",
|
|
573
|
+
"description": "Distribution by status"
|
|
574
|
+
},
|
|
575
|
+
"qualityIndicators": {
|
|
576
|
+
"title": "Quality Indicators",
|
|
577
|
+
"description": "Key platform metrics",
|
|
578
|
+
"score": "Score"
|
|
579
|
+
},
|
|
580
|
+
"courseRanking": {
|
|
581
|
+
"title": "Course Ranking",
|
|
582
|
+
"description": "By number of enrolled students"
|
|
583
|
+
},
|
|
584
|
+
"performanceByArea": {
|
|
585
|
+
"title": "Performance by Area",
|
|
586
|
+
"description": "Average score and completion rate",
|
|
587
|
+
"completion": "Completion %"
|
|
588
|
+
},
|
|
589
|
+
"weeklyActivity": {
|
|
590
|
+
"title": "Weekly Activity",
|
|
591
|
+
"description": "Accesses, classes watched, and exercises",
|
|
592
|
+
"accesses": "Accesses",
|
|
593
|
+
"classes": "Classes",
|
|
594
|
+
"exercises": "Exercises"
|
|
595
|
+
},
|
|
596
|
+
"performanceEvolution": {
|
|
597
|
+
"title": "Performance Evolution",
|
|
598
|
+
"description": "Average score in the last 12 months",
|
|
599
|
+
"averageScore": "Average Score"
|
|
600
|
+
},
|
|
601
|
+
"metricsByArea": {
|
|
602
|
+
"title": "Knowledge Area Metrics",
|
|
603
|
+
"description": "Detailed comparison across areas"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
"table": {
|
|
607
|
+
"course": "Course",
|
|
608
|
+
"students": "Students",
|
|
609
|
+
"completion": "Completion",
|
|
610
|
+
"score": "Score",
|
|
611
|
+
"area": "Area",
|
|
612
|
+
"averageScore": "Average Score",
|
|
613
|
+
"completionRate": "Completion Rate",
|
|
614
|
+
"trend": "Trend",
|
|
615
|
+
"growing": "Growing"
|
|
377
616
|
},
|
|
378
|
-
"
|
|
379
|
-
"
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
"
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
"9": "Simulation - Advanced Excel",
|
|
388
|
-
"10": "Quiz - Situational Leadership"
|
|
617
|
+
"courseRanking": {
|
|
618
|
+
"reactAdvanced": "Advanced React",
|
|
619
|
+
"excelBusiness": "Excel for Business",
|
|
620
|
+
"agileProjectManagement": "Agile Project Management",
|
|
621
|
+
"pythonDataScience": "Python for Data Science",
|
|
622
|
+
"uxDesignFundamentals": "UX Design Fundamentals",
|
|
623
|
+
"typescriptPractice": "TypeScript in Practice",
|
|
624
|
+
"nodeComplete": "Complete Node.js",
|
|
625
|
+
"designSystem": "Design System"
|
|
389
626
|
}
|
|
390
627
|
}
|
|
391
628
|
}
|