Release v1.7.0
Compare changes
- Glenda Train authored
+ 72
− 34
@@ -298,7 +298,7 @@ classCountApp.get('/source', (req, res, next) => {
@@ -298,7 +298,7 @@ classCountApp.get('/source', (req, res, next) => {
@@ -307,13 +307,15 @@ function mediaCalc(response) {
@@ -307,13 +307,15 @@ function mediaCalc(response) {
@@ -332,32 +334,56 @@ classCountApp.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
@@ -332,32 +334,56 @@ classCountApp.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
.where('turma.tipo_turma_id = 0 AND turma.etapas_mod_ensino_segmento_id >= 1 AND turma.etapas_mod_ensino_segmento_id <= 10');
@@ -368,13 +394,22 @@ classCountApp.get('/count', rqf.parse(), rqf.build(), (req, res, next) => {
@@ -368,13 +394,22 @@ classCountApp.get('/count', rqf.parse(), rqf.build(), (req, res, next) => {
.where('turma.tipo_turma_id = 0 AND turma.dependencia_adm_id <= 3 AND ((turma.etapa_resumida >= 1 AND turma.etapa_resumida <= 7) OR turma.etapa_resumida = 99)');
@@ -385,20 +420,23 @@ classCountApp.get('/count', rqf.parse(), rqf.build(), (req, res, next) => {
@@ -385,20 +420,23 @@ classCountApp.get('/count', rqf.parse(), rqf.build(), (req, res, next) => {
.where('turma.tipo_turma_id = 0 AND turma.dependencia_adm_id <= 3 AND ((turma.etapa_resumida >= 1 AND turma.etapa_resumida <= 7) OR turma.etapa_resumida = 99)');