An error occurred while fetching the assigned milestone of the selected merge_request.
Resolve "Alunos que reprovaram por falta em todas as matérias do semestre anterior"
curso
templates/curso
acompanhamento.html +19 -0
analysis.py +23 -9
views.py +2 -1
turmaIngresso
views.py +1 -1
@@ -15,6 +15,12 @@
@@ -43,6 +49,19 @@
+ 23
- 9
@@ -3,6 +3,14 @@ from student.analysis import *
@@ -19,7 +27,6 @@ def alunos_mais_que_3_reprovacoes_na_mesma_disciplina(curso, evadidos):
@@ -40,13 +47,20 @@ def alunos_que_reprovaram_em_3_materias_no_semestre(curso, evadidos, ano, semest
\ No newline at end of file
\ No newline at end of file
+ 2
- 1
@@ -15,5 +15,6 @@ def acompanhamento(request, codigo):
\ No newline at end of file
\ No newline at end of file
+ 1
- 1