Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simcaq-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
simcaq-node
Commits
67f46fd6
Commit
67f46fd6
authored
2 years ago
by
jpko19
Browse files
Options
Downloads
Patches
Plain Diff
Update names in pee_por_categoria
parent
e1790b44
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!329
Update enrollment - new filters
,
!326
Dev
,
!325
Update names in pee_por_categoria
,
!309
Merge new updates into master
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/libs/convert/pee.js
+29
-0
29 additions, 0 deletions
src/libs/convert/pee.js
src/libs/middlewares/id2str.js
+5
-2
5 additions, 2 deletions
src/libs/middlewares/id2str.js
src/libs/routes/enrollment.js
+18
-18
18 additions, 18 deletions
src/libs/routes/enrollment.js
with
52 additions
and
20 deletions
src/libs/convert/pee.js
0 → 100644
+
29
−
0
View file @
67f46fd6
/*
Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre
Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
This file is part of simcaq-node.
simcaq-node is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
simcaq-node is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with simcaq-node. If not, see <https://www.gnu.org/licenses/>.
*/
module
.
exports
=
function
pee
(
id
)
{
switch
(
id
){
case
true
:
return
'
Sim
'
;
case
false
:
return
'
Não
'
;
}
};
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/libs/middlewares/id2str.js
+
5
−
2
View file @
67f46fd6
...
@@ -94,6 +94,7 @@ const enterSituation = require(`${libs}/convert/enterSituation`);
...
@@ -94,6 +94,7 @@ const enterSituation = require(`${libs}/convert/enterSituation`);
const
enrollmentSituation
=
require
(
`
${
libs
}
/convert/enrollmentSituation`
);
const
enrollmentSituation
=
require
(
`
${
libs
}
/convert/enrollmentSituation`
);
const
diffLocation
=
require
(
`
${
libs
}
/convert/diffLocation`
);
const
diffLocation
=
require
(
`
${
libs
}
/convert/diffLocation`
);
const
peePorCategoria
=
require
(
`
${
libs
}
/convert/peePorCategoria`
);
const
peePorCategoria
=
require
(
`
${
libs
}
/convert/peePorCategoria`
);
const
pee
=
require
(
`
${
libs
}
/convert/booleanVariable`
);
const
ids
=
{
const
ids
=
{
gender_id
:
gender
,
gender_id
:
gender
,
...
@@ -179,7 +180,8 @@ const ids = {
...
@@ -179,7 +180,8 @@ const ids = {
enter_situation
:
enterSituation
,
enter_situation
:
enterSituation
,
enrollment_situation
:
enrollmentSituation
,
enrollment_situation
:
enrollmentSituation
,
diff_location_id
:
diffLocation
,
diff_location_id
:
diffLocation
,
pee_por_categoria
:
peePorCategoria
pee_por_categoria
:
peePorCategoria
,
pee_id
:
pee
};
};
function
transform
(
removeId
=
false
)
{
function
transform
(
removeId
=
false
)
{
...
@@ -292,5 +294,6 @@ module.exports = {
...
@@ -292,5 +294,6 @@ module.exports = {
enterSituation
,
enterSituation
,
enrollmentSituation
,
enrollmentSituation
,
diffLocation
,
diffLocation
,
peePorCategoria
peePorCategoria
,
pee
};
};
This diff is collapsed.
Click to expand it.
src/libs/routes/enrollment.js
+
18
−
18
View file @
67f46fd6
...
@@ -242,9 +242,8 @@ enrollmentApp.get('/special_class', (req, res, next) => {
...
@@ -242,9 +242,8 @@ enrollmentApp.get('/special_class', (req, res, next) => {
enrollmentApp
.
get
(
'
/pee
'
,
(
req
,
res
,
next
)
=>
{
enrollmentApp
.
get
(
'
/pee
'
,
(
req
,
res
,
next
)
=>
{
req
.
result
=
[
req
.
result
=
[
{
id
:
null
,
name
:
'
Não Declarado
'
},
{
id
:
true
,
name
:
id2str
.
booleanVariable
(
true
)},
{
id
:
false
,
name
:
'
Não
'
},
{
id
:
false
,
name
:
id2str
.
booleanVariable
(
false
)}
{
id
:
true
,
name
:
'
Sim
'
}
];
];
next
();
next
();
},
response
(
'
pee
'
))
},
response
(
'
pee
'
))
...
@@ -762,7 +761,7 @@ rqf.addField({
...
@@ -762,7 +761,7 @@ rqf.addField({
name
:
'
pee
'
,
name
:
'
pee
'
,
table
:
'
matricula
'
,
table
:
'
matricula
'
,
tableField
:
'
possui_necessidade_especial
'
,
tableField
:
'
possui_necessidade_especial
'
,
resultField
:
'
pee
'
,
resultField
:
'
pee
_id
'
,
where
:
{
where
:
{
relation
:
'
=
'
,
relation
:
'
=
'
,
type
:
'
boolean
'
,
type
:
'
boolean
'
,
...
@@ -784,19 +783,19 @@ enrollmentApp.get('/', rqf.parse(), (req, res, next) => {
...
@@ -784,19 +783,19 @@ enrollmentApp.get('/', rqf.parse(), (req, res, next) => {
if
(
'
pee_por_categoria
'
in
req
.
dims
){
if
(
'
pee_por_categoria
'
in
req
.
dims
){
delete
req
.
dims
.
pee_por_categoria
delete
req
.
dims
.
pee_por_categoria
req
.
pee_por_categoria
=
true
req
.
pee_por_categoria
=
true
req
.
sql
.
field
(
'
SUM(CASE WHEN cegueira = true THEN 1 ELSE 0 END)
'
,
'
total_c
egueira
'
)
req
.
sql
.
field
(
'
SUM(CASE WHEN cegueira = true THEN 1 ELSE 0 END)
'
,
'
C
egueira
'
)
.
field
(
'
SUM(CASE WHEN baixa_visao = true THEN 1 ELSE 0 END)
'
,
'
total_b
aixa
_
vis
a
o
'
)
.
field
(
'
SUM(CASE WHEN baixa_visao = true THEN 1 ELSE 0 END)
'
,
'
B
aixa
vis
ã
o
'
)
.
field
(
'
SUM(CASE WHEN surdez = true THEN 1 ELSE 0 END)
'
,
'
total_s
urdez
'
)
.
field
(
'
SUM(CASE WHEN surdez = true THEN 1 ELSE 0 END)
'
,
'
S
urdez
'
)
.
field
(
'
SUM(CASE WHEN deficiencia_auditiva = true THEN 1 ELSE 0 END)
'
,
'
total_d
efici
e
ncia
_
auditiva
'
)
.
field
(
'
SUM(CASE WHEN deficiencia_auditiva = true THEN 1 ELSE 0 END)
'
,
'
D
efici
ê
ncia
auditiva
'
)
.
field
(
'
SUM(CASE WHEN surdo_cegueira = true THEN 1 ELSE 0 END)
'
,
'
total_s
urdo
_
cegueira
'
)
.
field
(
'
SUM(CASE WHEN surdo_cegueira = true THEN 1 ELSE 0 END)
'
,
'
S
urdocegueira
'
)
.
field
(
'
SUM(CASE WHEN deficiencia_fisica = true THEN 1 ELSE 0 END)
'
,
'
total_d
efici
e
ncia
_fi
sica
'
)
.
field
(
'
SUM(CASE WHEN deficiencia_fisica = true THEN 1 ELSE 0 END)
'
,
'
D
efici
ê
ncia
fí
sica
'
)
.
field
(
'
SUM(CASE WHEN deficiencia_intelectual = true THEN 1 ELSE 0 END)
'
,
'
total_d
efici
e
ncia
_
intelectual
'
)
.
field
(
'
SUM(CASE WHEN deficiencia_intelectual = true THEN 1 ELSE 0 END)
'
,
'
D
efici
ê
ncia
intelectual
'
)
.
field
(
'
SUM(CASE WHEN deficiencia_multiplas = true THEN 1 ELSE 0 END)
'
,
'
total_d
efici
e
ncia
_mu
ltiplas
'
)
.
field
(
'
SUM(CASE WHEN deficiencia_multiplas = true THEN 1 ELSE 0 END)
'
,
'
D
efici
ê
ncia
s mú
ltiplas
'
)
.
field
(
'
SUM(CASE WHEN autismo = true THEN 1 ELSE 0 END)
'
,
'
total_a
utismo
'
)
.
field
(
'
SUM(CASE WHEN autismo = true THEN 1 ELSE 0 END)
'
,
'
A
utismo
'
)
.
field
(
'
SUM(CASE WHEN sindrome_asperger = true THEN 1 ELSE 0 END)
'
,
'
total_si
ndrome
_a
sperger
'
)
.
field
(
'
SUM(CASE WHEN sindrome_asperger = true THEN 1 ELSE 0 END)
'
,
'
Sí
ndrome
de A
sperger
'
)
.
field
(
'
SUM(CASE WHEN sindrome_rett = true THEN 1 ELSE 0 END)
'
,
'
total_si
ndrome
_r
ett
'
)
.
field
(
'
SUM(CASE WHEN sindrome_rett = true THEN 1 ELSE 0 END)
'
,
'
Sí
ndrome
de R
ett
'
)
.
field
(
'
SUM(CASE WHEN transtorno_desintegrativo_da_infancia = true THEN 1 ELSE 0 END)
'
,
'
total_t
ranstorno
_
desintegrativo
_
da
_
inf
a
ncia
'
)
.
field
(
'
SUM(CASE WHEN transtorno_desintegrativo_da_infancia = true THEN 1 ELSE 0 END)
'
,
'
T
ranstorno
desintegrativo
da
inf
â
ncia
'
)
.
field
(
'
SUM(CASE WHEN superdotado = true THEN 1 ELSE 0 END)
'
,
'
total_s
uperdotado
'
)
.
field
(
'
SUM(CASE WHEN superdotado = true THEN 1 ELSE 0 END)
'
,
'
S
uperdotado
'
)
.
field
(
'
matricula.ano_censo
'
,
'
year
'
)
.
field
(
'
matricula.ano_censo
'
,
'
year
'
)
.
from
(
'
matricula
'
)
.
from
(
'
matricula
'
)
.
group
(
'
matricula.ano_censo
'
)
.
group
(
'
matricula.ano_censo
'
)
...
@@ -821,8 +820,9 @@ enrollmentApp.get('/', rqf.parse(), (req, res, next) => {
...
@@ -821,8 +820,9 @@ enrollmentApp.get('/', rqf.parse(), (req, res, next) => {
for
(
var
i
in
result_parcial
){
for
(
var
i
in
result_parcial
){
if
(
i
!==
'
year
'
){
if
(
i
!==
'
year
'
){
let
obj
=
{};
let
obj
=
{};
obj
.
pee_por_categoria_name
=
i
;
obj
.
total
=
result_parcial
[
i
];
obj
.
total
=
result_parcial
[
i
];
i
=
i
.
replace
(
/"/g
,
''
);
obj
.
pee_por_categoria_name
=
i
;
obj
.
year
=
result_parcial
.
year
;
obj
.
year
=
result_parcial
.
year
;
result_total
.
push
(
obj
);
result_total
.
push
(
obj
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment