Error occurred when fetching sidebar data
grafico disciplina e outras correções
src
curso
templates/curso
index.html +8 -0
analysis.py +20 -1
views.py +3 -1
disciplina
static
disciplinaCompare.js +4 -4
disciplinaDetailCL.js +26 -9
analysis.py +17 -1
turmaIngresso
templates/turmaIngresso
detail.html +18 -2
analysis.py +32 -1
views.py +6 -4
script-json.py +14 -8
@@ -20,6 +20,10 @@
@@ -47,6 +51,10 @@
+ 20
- 1
@@ -286,4 +286,23 @@ def grafico_periodo(curso):
\ No newline at end of file
+ 3
- 1
@@ -27,7 +27,9 @@ def index(request, curso_id):
@@ -45,16 +45,16 @@ function handle_cache() {
@@ -14,36 +14,53 @@ $(document).ready(function () {
+ 17
- 1
@@ -339,4 +339,20 @@ def compara_aprovacao_disciplina(grades,curso):
\ No newline at end of file
@@ -81,6 +81,22 @@ $("#{{ form.periodo_grade.id_for_label }}").change(form_submit);
@@ -181,7 +197,7 @@ $("#{{ form.periodo_grade.id_for_label }}").change(form_submit);
@@ -190,7 +206,7 @@ $("#{{ form.periodo_grade.id_for_label }}").change(form_submit);
+ 32
- 1
@@ -15,7 +15,6 @@ import json
@@ -31,6 +30,25 @@ SITUACOES_REPROV_CONHEC = (
@@ -310,6 +328,19 @@ def ira_medio_geral_turmas_ingresso(turmas_ingresso):
+ 6
- 4
@@ -37,7 +37,6 @@ def detail(request, curso_id, ano, semestre):
@@ -63,6 +62,10 @@ def detail(request, curso_id, ano, semestre):
@@ -73,13 +76,12 @@ def detail(request, curso_id, ano, semestre):
+ 14
- 8
@@ -77,7 +77,9 @@ def preenche_curso():
@@ -87,11 +89,11 @@ def preenche_curso():
@@ -314,7 +316,7 @@ def preenche_disciplinas(curso, path):
@@ -329,7 +331,7 @@ def preenche_disciplinas(curso, path):
@@ -488,7 +490,11 @@ def preenche_turmaIngresso(curso, path):