@hed-hog/lms 0.0.267 → 0.0.268
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.
|
@@ -624,5 +624,165 @@
|
|
|
624
624
|
"nodeComplete": "Complete Node.js",
|
|
625
625
|
"designSystem": "Design System"
|
|
626
626
|
}
|
|
627
|
+
},
|
|
628
|
+
"ClassesPage": {
|
|
629
|
+
"title": "Classes",
|
|
630
|
+
"description": "Manage classes, students, and schedules",
|
|
631
|
+
"breadcrumbs": {
|
|
632
|
+
"home": "Home",
|
|
633
|
+
"classes": "Classes"
|
|
634
|
+
},
|
|
635
|
+
"actions": {
|
|
636
|
+
"createClass": "New Class"
|
|
637
|
+
},
|
|
638
|
+
"kpis": {
|
|
639
|
+
"totalClasses": {
|
|
640
|
+
"label": "Total Classes",
|
|
641
|
+
"sub": "registered"
|
|
642
|
+
},
|
|
643
|
+
"inProgress": {
|
|
644
|
+
"label": "In Progress",
|
|
645
|
+
"sub": "active classes now"
|
|
646
|
+
},
|
|
647
|
+
"openVacancies": {
|
|
648
|
+
"label": "Open Vacancies",
|
|
649
|
+
"sub": "available for enrollment"
|
|
650
|
+
},
|
|
651
|
+
"occupancyRate": {
|
|
652
|
+
"label": "Occupancy Rate",
|
|
653
|
+
"sub": "overall average"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"filters": {
|
|
657
|
+
"searchPlaceholder": "Search by code, course, or professor...",
|
|
658
|
+
"status": "Status",
|
|
659
|
+
"allStatuses": "All statuses",
|
|
660
|
+
"type": "Type",
|
|
661
|
+
"allTypes": "All types",
|
|
662
|
+
"course": "Course",
|
|
663
|
+
"allCourses": "All courses",
|
|
664
|
+
"clear": "Clear",
|
|
665
|
+
"search": "Search"
|
|
666
|
+
},
|
|
667
|
+
"status": {
|
|
668
|
+
"open": "Open",
|
|
669
|
+
"inProgress": "In Progress",
|
|
670
|
+
"completed": "Completed",
|
|
671
|
+
"cancelled": "Cancelled",
|
|
672
|
+
"aberta": "Open",
|
|
673
|
+
"em_andamento": "In Progress",
|
|
674
|
+
"concluida": "Completed",
|
|
675
|
+
"cancelada": "Cancelled"
|
|
676
|
+
},
|
|
677
|
+
"type": {
|
|
678
|
+
"inPerson": "In-Person",
|
|
679
|
+
"online": "Online",
|
|
680
|
+
"hybrid": "Hybrid",
|
|
681
|
+
"presencial": "In-Person",
|
|
682
|
+
"hibrida": "Hybrid"
|
|
683
|
+
},
|
|
684
|
+
"empty": {
|
|
685
|
+
"title": "No classes found",
|
|
686
|
+
"description": "Adjust the filters or create a new class.",
|
|
687
|
+
"action": "New Class"
|
|
688
|
+
},
|
|
689
|
+
"cards": {
|
|
690
|
+
"tooltip": "Double-click to open",
|
|
691
|
+
"actions": {
|
|
692
|
+
"label": "Actions",
|
|
693
|
+
"viewDetails": "View details",
|
|
694
|
+
"edit": "Edit",
|
|
695
|
+
"delete": "Delete"
|
|
696
|
+
},
|
|
697
|
+
"occupancy": "Occupancy",
|
|
698
|
+
"occupied": "occupied",
|
|
699
|
+
"freeVacancies": "free spots",
|
|
700
|
+
"period": "Period",
|
|
701
|
+
"until": "until",
|
|
702
|
+
"schedule": "Schedule",
|
|
703
|
+
"enrolled": "enrolled"
|
|
704
|
+
},
|
|
705
|
+
"pagination": {
|
|
706
|
+
"class": "class",
|
|
707
|
+
"classes": "classes",
|
|
708
|
+
"found": "found",
|
|
709
|
+
"foundPlural": "found",
|
|
710
|
+
"page": "Page",
|
|
711
|
+
"of": "of",
|
|
712
|
+
"firstPage": "First",
|
|
713
|
+
"previousPage": "Previous",
|
|
714
|
+
"nextPage": "Next",
|
|
715
|
+
"lastPage": "Last",
|
|
716
|
+
"itemsPerPage": "Items per page"
|
|
717
|
+
},
|
|
718
|
+
"form": {
|
|
719
|
+
"title": {
|
|
720
|
+
"create": "New Class",
|
|
721
|
+
"edit": "Edit Class"
|
|
722
|
+
},
|
|
723
|
+
"description": "Fill in the class details below.",
|
|
724
|
+
"fields": {
|
|
725
|
+
"code": {
|
|
726
|
+
"label": "Code",
|
|
727
|
+
"placeholder": "C-2024-001"
|
|
728
|
+
},
|
|
729
|
+
"course": {
|
|
730
|
+
"label": "Course",
|
|
731
|
+
"placeholder": "Select course"
|
|
732
|
+
},
|
|
733
|
+
"type": {
|
|
734
|
+
"label": "Type"
|
|
735
|
+
},
|
|
736
|
+
"status": {
|
|
737
|
+
"label": "Status"
|
|
738
|
+
},
|
|
739
|
+
"professor": {
|
|
740
|
+
"label": "Professor",
|
|
741
|
+
"placeholder": "Professor's name"
|
|
742
|
+
},
|
|
743
|
+
"vacancies": {
|
|
744
|
+
"label": "Vacancies"
|
|
745
|
+
},
|
|
746
|
+
"startDate": {
|
|
747
|
+
"label": "Start Date"
|
|
748
|
+
},
|
|
749
|
+
"endDate": {
|
|
750
|
+
"label": "End Date"
|
|
751
|
+
},
|
|
752
|
+
"schedule": {
|
|
753
|
+
"label": "Schedule",
|
|
754
|
+
"placeholder": "7:00 PM - 10:00 PM"
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"validation": {
|
|
758
|
+
"codigoMinLength": "Minimum 3 characters",
|
|
759
|
+
"cursoRequired": "Select a course",
|
|
760
|
+
"tipoRequired": "Select a type",
|
|
761
|
+
"professorMinLength": "Name required",
|
|
762
|
+
"vagasMin": "Minimum 1 vacancy",
|
|
763
|
+
"dataInicioRequired": "Date required",
|
|
764
|
+
"dataFimRequired": "Date required",
|
|
765
|
+
"horarioRequired": "Schedule required",
|
|
766
|
+
"statusRequired": "Select a status"
|
|
767
|
+
},
|
|
768
|
+
"actions": {
|
|
769
|
+
"save": "Save",
|
|
770
|
+
"create": "Create Class"
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
"deleteDialog": {
|
|
774
|
+
"title": "Delete Class",
|
|
775
|
+
"description": "Are you sure you want to delete the class",
|
|
776
|
+
"warning": "This class has {{count}} enrolled student(s). This action cannot be undone.",
|
|
777
|
+
"actions": {
|
|
778
|
+
"cancel": "Cancel",
|
|
779
|
+
"delete": "Delete"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"toasts": {
|
|
783
|
+
"turmaUpdated": "Class updated successfully!",
|
|
784
|
+
"turmaCreated": "Class created! Redirecting...",
|
|
785
|
+
"turmaRemoved": "Class removed!"
|
|
786
|
+
}
|
|
627
787
|
}
|
|
628
788
|
}
|
|
@@ -624,5 +624,165 @@
|
|
|
624
624
|
"nodeComplete": "Node.js Completo",
|
|
625
625
|
"designSystem": "Design System"
|
|
626
626
|
}
|
|
627
|
+
},
|
|
628
|
+
"ClassesPage": {
|
|
629
|
+
"title": "Turmas",
|
|
630
|
+
"description": "Gerencie turmas, alunos e calendarios",
|
|
631
|
+
"breadcrumbs": {
|
|
632
|
+
"home": "Home",
|
|
633
|
+
"classes": "Turmas"
|
|
634
|
+
},
|
|
635
|
+
"actions": {
|
|
636
|
+
"createClass": "Nova Turma"
|
|
637
|
+
},
|
|
638
|
+
"kpis": {
|
|
639
|
+
"totalClasses": {
|
|
640
|
+
"label": "Total de Turmas",
|
|
641
|
+
"sub": "cadastradas"
|
|
642
|
+
},
|
|
643
|
+
"inProgress": {
|
|
644
|
+
"label": "Em Andamento",
|
|
645
|
+
"sub": "turmas ativas agora"
|
|
646
|
+
},
|
|
647
|
+
"openVacancies": {
|
|
648
|
+
"label": "Vagas Abertas",
|
|
649
|
+
"sub": "disponiveis para matricula"
|
|
650
|
+
},
|
|
651
|
+
"occupancyRate": {
|
|
652
|
+
"label": "Taxa de Ocupacao",
|
|
653
|
+
"sub": "media geral"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"filters": {
|
|
657
|
+
"searchPlaceholder": "Buscar por codigo, curso ou professor...",
|
|
658
|
+
"status": "Status",
|
|
659
|
+
"allStatuses": "Todos status",
|
|
660
|
+
"type": "Tipo",
|
|
661
|
+
"allTypes": "Todos tipos",
|
|
662
|
+
"course": "Curso",
|
|
663
|
+
"allCourses": "Todos cursos",
|
|
664
|
+
"clear": "Limpar",
|
|
665
|
+
"search": "Buscar"
|
|
666
|
+
},
|
|
667
|
+
"status": {
|
|
668
|
+
"open": "Aberta",
|
|
669
|
+
"inProgress": "Em Andamento",
|
|
670
|
+
"completed": "Concluida",
|
|
671
|
+
"cancelled": "Cancelada",
|
|
672
|
+
"aberta": "Aberta",
|
|
673
|
+
"em_andamento": "Em Andamento",
|
|
674
|
+
"concluida": "Concluida",
|
|
675
|
+
"cancelada": "Cancelada"
|
|
676
|
+
},
|
|
677
|
+
"type": {
|
|
678
|
+
"inPerson": "Presencial",
|
|
679
|
+
"online": "Online",
|
|
680
|
+
"hybrid": "Hibrida",
|
|
681
|
+
"presencial": "Presencial",
|
|
682
|
+
"hibrida": "Hibrida"
|
|
683
|
+
},
|
|
684
|
+
"empty": {
|
|
685
|
+
"title": "Nenhuma turma encontrada",
|
|
686
|
+
"description": "Ajuste os filtros ou crie uma nova turma.",
|
|
687
|
+
"action": "Nova Turma"
|
|
688
|
+
},
|
|
689
|
+
"cards": {
|
|
690
|
+
"tooltip": "Clique duplo para abrir",
|
|
691
|
+
"actions": {
|
|
692
|
+
"label": "Acoes",
|
|
693
|
+
"viewDetails": "Ver detalhes",
|
|
694
|
+
"edit": "Editar",
|
|
695
|
+
"delete": "Excluir"
|
|
696
|
+
},
|
|
697
|
+
"occupancy": "Ocupacao",
|
|
698
|
+
"occupied": "ocupado",
|
|
699
|
+
"freeVacancies": "vagas livres",
|
|
700
|
+
"period": "Periodo",
|
|
701
|
+
"until": "ate",
|
|
702
|
+
"schedule": "Horario",
|
|
703
|
+
"enrolled": "matriculados"
|
|
704
|
+
},
|
|
705
|
+
"pagination": {
|
|
706
|
+
"class": "turma",
|
|
707
|
+
"classes": "turmas",
|
|
708
|
+
"found": "encontrada",
|
|
709
|
+
"foundPlural": "encontradas",
|
|
710
|
+
"page": "Pagina",
|
|
711
|
+
"of": "de",
|
|
712
|
+
"firstPage": "Primeira",
|
|
713
|
+
"previousPage": "Anterior",
|
|
714
|
+
"nextPage": "Proxima",
|
|
715
|
+
"lastPage": "Ultima",
|
|
716
|
+
"itemsPerPage": "Itens por pagina"
|
|
717
|
+
},
|
|
718
|
+
"form": {
|
|
719
|
+
"title": {
|
|
720
|
+
"create": "Nova Turma",
|
|
721
|
+
"edit": "Editar Turma"
|
|
722
|
+
},
|
|
723
|
+
"description": "Preencha os dados da turma abaixo.",
|
|
724
|
+
"fields": {
|
|
725
|
+
"code": {
|
|
726
|
+
"label": "Codigo",
|
|
727
|
+
"placeholder": "T-2024-001"
|
|
728
|
+
},
|
|
729
|
+
"course": {
|
|
730
|
+
"label": "Curso",
|
|
731
|
+
"placeholder": "Selecione o curso"
|
|
732
|
+
},
|
|
733
|
+
"type": {
|
|
734
|
+
"label": "Tipo"
|
|
735
|
+
},
|
|
736
|
+
"status": {
|
|
737
|
+
"label": "Status"
|
|
738
|
+
},
|
|
739
|
+
"professor": {
|
|
740
|
+
"label": "Professor",
|
|
741
|
+
"placeholder": "Nome do professor"
|
|
742
|
+
},
|
|
743
|
+
"vacancies": {
|
|
744
|
+
"label": "Vagas"
|
|
745
|
+
},
|
|
746
|
+
"startDate": {
|
|
747
|
+
"label": "Data Inicio"
|
|
748
|
+
},
|
|
749
|
+
"endDate": {
|
|
750
|
+
"label": "Data Fim"
|
|
751
|
+
},
|
|
752
|
+
"schedule": {
|
|
753
|
+
"label": "Horario",
|
|
754
|
+
"placeholder": "19:00 - 22:00"
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"validation": {
|
|
758
|
+
"codigoMinLength": "Minimo 3 caracteres",
|
|
759
|
+
"cursoRequired": "Selecione um curso",
|
|
760
|
+
"tipoRequired": "Selecione um tipo",
|
|
761
|
+
"professorMinLength": "Nome obrigatorio",
|
|
762
|
+
"vagasMin": "Minimo 1 vaga",
|
|
763
|
+
"dataInicioRequired": "Data obrigatoria",
|
|
764
|
+
"dataFimRequired": "Data obrigatoria",
|
|
765
|
+
"horarioRequired": "Horario obrigatorio",
|
|
766
|
+
"statusRequired": "Selecione um status"
|
|
767
|
+
},
|
|
768
|
+
"actions": {
|
|
769
|
+
"save": "Salvar",
|
|
770
|
+
"create": "Criar Turma"
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
"deleteDialog": {
|
|
774
|
+
"title": "Excluir Turma",
|
|
775
|
+
"description": "Tem certeza que deseja excluir a turma",
|
|
776
|
+
"warning": "Esta turma possui {{count}} aluno(s) matriculado(s). Esta acao nao pode ser desfeita.",
|
|
777
|
+
"actions": {
|
|
778
|
+
"cancel": "Cancelar",
|
|
779
|
+
"delete": "Excluir"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"toasts": {
|
|
783
|
+
"turmaUpdated": "Turma atualizada com sucesso!",
|
|
784
|
+
"turmaCreated": "Turma criada! Redirecionando...",
|
|
785
|
+
"turmaRemoved": "Turma removida!"
|
|
786
|
+
}
|
|
627
787
|
}
|
|
628
788
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/lms",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.268",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"@nestjs/jwt": "^11",
|
|
11
11
|
"@nestjs/mapped-types": "*",
|
|
12
12
|
"@hed-hog/api-locale": "0.0.11",
|
|
13
|
+
"@hed-hog/core": "0.0.262",
|
|
14
|
+
"@hed-hog/api": "0.0.3",
|
|
13
15
|
"@hed-hog/api-pagination": "0.0.5",
|
|
14
|
-
"@hed-hog/core": "0.0.261",
|
|
15
16
|
"@hed-hog/api-types": "0.0.1",
|
|
16
|
-
"@hed-hog/api-prisma": "0.0.4"
|
|
17
|
-
"@hed-hog/api": "0.0.3"
|
|
17
|
+
"@hed-hog/api-prisma": "0.0.4"
|
|
18
18
|
},
|
|
19
19
|
"exports": {
|
|
20
20
|
".": {
|