add new fields in tests

This commit is contained in:
Jean-Marie PLACE 2022-11-02 08:14:00 +01:00
parent 1a179d50ff
commit 3dfbfac4b2
2 changed files with 74 additions and 69 deletions

View File

@ -1,62 +1,62 @@
reference url permission method content
departements /departements ScoView GET
departements-ids /departements_ids ScoView GET
departement /departement/TAPI ScoView GET
departement /departement/id/1 ScoView GET
departement-etudiants /departement/TAPI/etudiants ScoView GET
departement-etudiants /departement/id/1/etudiants ScoView GET
departement-formsemestres_ids /departement/TAPI/formsemestres_ids ScoView GET
departement-formsemestres_ids /departement/id/1/formsemestres_ids ScoView GET
departement-formsemestres-courants /departement/TAPI/formsemestres_courants?faked_date=2022-07-20 ScoView GET
departement-formsemestres-courants /departement/id/1/formsemestres_courants?faked_date=2022-07-20 ScoView GET
departements /departements GET
departements-ids /departements_ids GET
departement /departement/TAPI GET
departement /departement/id/1 GET
departement-etudiants /departement/TAPI/etudiants GET
departement-etudiants /departement/id/1/etudiants GET
departement-formsemestres_ids /departement/TAPI/formsemestres_ids GET
departement-formsemestres_ids /departement/id/1/formsemestres_ids GET
departement-formsemestres-courants /departement/TAPI/formsemestres_courants GET
departement-formsemestres-courants /departement/id/1/formsemestres_courants GET
departement-create /departement/create ScoSuperAdmin POST {"acronym": "NEWONE" , "visible": true}
departement-edit /departement/NEWONE/edit ScoSuperAdmin POST {"visible": false}
departement-delete /departement/NEWONE/delete ScoSuperAdmin POST
etudiants-courants /etudiants/courants?faked_date=2022-07-20 ScoView GET
etudiants-courants /etudiants/courants/long?faked_date=2022-07-20 ScoView GET
etudiant /etudiant/etudid/11 ScoView GET
etudiant /etudiant/nip/11 ScoView GET
etudiant /etudiant/ine/INE11 ScoView GET
etudiants-clef /etudiants/etudid/11 ScoView GET
etudiants-clef /etudiants/ine/INE11 ScoView GET
etudiants-clef /etudiants/nip/11 ScoView GET
etudiant-formsemestres /etudiant/etudid/11/formsemestres ScoView GET
etudiant-formsemestres /etudiant/ine/INE11/formsemestres ScoView GET
etudiant_formsemestres /etudiant/nip/11/formsemestres ScoView GET
etudiant-formsemestre-bulletin /etudiant/etudid/11/formsemestre/1/bulletin ScoView GET
etudiant-formsemestre-bulletin /etudiant/ine/INE11/formsemestre/1/bulletin ScoView GET
etudiant-formsemestre-bulletin /etudiant/nip/11/formsemestre/1/bulletin ScoView GET
etudiant-formsemestre-bulletin /etudiant/nip/11/formsemestre/1/bulletin/short/pdf ScoView GET
etudiant-formsemestre-groups /etudiant/etudid/11/formsemestre/1/groups ScoView GET
formations /formations ScoView GET
formations_ids /formations_ids ScoView GET
formation /formation/1 ScoView GET
formation-export /formation/1/export ScoView GET
formation-export /formation/1/export_with_ids ScoView GET
formation-referentiel_competences /formation/1/referentiel_competences ScoView GET
moduleimpl /moduleimpl/1 ScoView GET
formsemestre /formsemestre/1 ScoView GET
formsemestres-query /formsemestres/query?annee_scolaire=2022&etape_apo=A2 ScoView GET
formsemestres-query /formsemestres/query?nip=11 ScoView GET
formsemestre-bulletins /formsemestre/1/bulletins ScoView GET
formsemestre-programme /formsemestre/1/programme ScoView GET
formsemestre-etudiants /formsemestre/1/etudiants ScoView GET
formsemestre-etudiants /formsemestre/1/etudiants/long ScoView GET
formsemestre-etudiants-query /formsemestre/1/etudiants/query?etat=D ScoView GET
formsemestre-etat_evals /formsemestre/1/etat_evals ScoView GET
formsemestre-resultats /formsemestre/1/resultats ScoView GET
formsemestre-decisions_jury /formsemestre/1/decisions_jury ScoView GET
formsemestre-partitions /formsemestre/1/partitions ScoView GET
partition /partition/1 ScoView GET
group-etudiants /group/1/etudiants ScoView GET
group-etudiants-query /group/1/etudiants/query?etat=D ScoView GET
moduleimpl-evaluations /moduleimpl/1/evaluations ScoView GET
evaluation-notes /evaluation/1/notes ScoView GET
user /user/1 ScoView GET
users-query /users/query?starts_with=u_ ScoView GET
permissions /permissions ScoView GET
roles /roles ScoView GET
role /role/Observateur ScoView GET
etudiants-courants /etudiants/courants?date_courante=2022-07-20 ScoView GET
etudiants-courants /etudiants/courants/long?date_courante=2022-07-20 ScoView GET
etudiant /etudiant/etudid/11 ScoView GET
etudiant /etudiant/nip/11 ScoView GET
etudiant /etudiant/ine/INE11 ScoView GET
etudiants-clef /etudiants/etudid/11 ScoView GET
etudiants-clef /etudiants/ine/INE11 ScoView GET
etudiants-clef /etudiants/nip/11 ScoView GET
etudiant-formsemestres /etudiant/etudid/11/formsemestres ScoView GET
etudiant-formsemestres /etudiant/ine/INE11/formsemestres ScoView GET
etudiant_formsemestres /etudiant/nip/11/formsemestres ScoView GET
etudiant-formsemestre-bulletin /etudiant/etudid/11/formsemestre/1/bulletin ScoView GET
etudiant-formsemestre-bulletin /etudiant/ine/INE11/formsemestre/1/bulletin ScoView GET
etudiant-formsemestre-bulletin /etudiant/nip/11/formsemestre/1/bulletin ScoView GET
etudiant-formsemestre-bulletin /etudiant/nip/11/formsemestre/1/bulletin/short/pdf ScoView GET
etudiant-formsemestre-groups /etudiant/etudid/11/formsemestre/1/groups ScoView GET
formations /formations ScoView GET
formations_ids /formations_ids ScoView GET
formation /formation/1 ScoView GET
formation-export /formation/1/export ScoView GET
formation-export /formation/1/export_with_ids ScoView GET
formation-referentiel_competences /formation/1/referentiel_competences ScoView GET
moduleimpl /moduleimpl/1 ScoView GET
formsemestre /formsemestre/1 ScoView GET
formsemestres-query /formsemestres/query?annee_scolaire=2022&etape_apo=A2 ScoView GET
formsemestres-query /formsemestres/query?nip=11 ScoView GET
formsemestre-bulletins /formsemestre/1/bulletins ScoView GET
formsemestre-programme /formsemestre/1/programme ScoView GET
formsemestre-etudiants /formsemestre/1/etudiants ScoView GET
formsemestre-etudiants /formsemestre/1/etudiants/long ScoView GET
formsemestre-etudiants-query /formsemestre/1/etudiants/query?etat=D ScoView GET
formsemestre-etat_evals /formsemestre/1/etat_evals ScoView GET
formsemestre-resultats /formsemestre/1/resultats ScoView GET
formsemestre-decisions_jury /formsemestre/1/decisions_jury ScoView GET
formsemestre-partitions /formsemestre/1/partitions ScoView GET
partition /partition/1 ScoView GET
group-etudiants /group/1/etudiants ScoView GET
group-etudiants-query /group/1/etudiants/query?etat=D ScoView GET
moduleimpl-evaluations /moduleimpl/1/evaluations ScoView GET
evaluation-notes /evaluation/1/notes ScoView GET
user /user/1 ScoView GET
users-query /users/query?starts_with=u_ ScoView GET
permissions /permissions ScoView GET
roles /roles ScoView GET
role /role/Observateur ScoView GET
group-set_etudiant /group/1/set_etudiant/10 ScoSuperAdmin POST
group-remove_etudiant /group/1/remove_etudiant/10 ScoSuperAdmin POST
partition-group-create /partition/1/group/create ScoSuperAdmin POST {"group_name": "NEW_GROUP"}
@ -85,15 +85,15 @@ departement-logos /departement/TAPI/logos ScoSuperAdmin GET
departement-logos /departement/id/1/logos ScoSuperAdmin GET
departement-logo /departement/TAPI/logo/demo ScoSuperAdmin GET
departement-logo /departement/id/1/logo/demo ScoSuperAdmin GET
test-pdf /etudiant/nip/11/formsemestre/1/bulletin/pdf ScoView GET
test-pdf /etudiant/nip/11/formsemestre/1/bulletin/pdf ScoView GET
test-pdf /etudiant/etudid/11/formsemestre/1/bulletin/short/pdf ScoView GET
test-pdf /etudiant/ine/INE11/formsemestre/1/bulletin/short/pdf ScoView GET
test-pdf /etudiant/nip/11/formsemestre/1/bulletin/short/pdf ScoView GET
test-pdf /etudiant/etudid/11/formsemestre/1/bulletin/pdf ScoView GET
test-pdf /etudiant/etudid/11/formsemestre/1/bulletin/short ScoView GET
test-pdf /etudiant/ine/INE11/formsemestre/1/bulletin/short ScoView GET
test-pdf /etudiant/nip/11/formsemestre/1/bulletin/short ScoView GET
test-pdf /etudiant/etudid/11/formsemestre/1/bulletin ScoView GET
test-pdf /etudiant/ine/INE11/formsemestre/1/bulletin ScoView GET
test-pdf /etudiant/nip/11/formsemestre/1/bulletin ScoView GET
test-pdf /etudiant/nip/11/formsemestre/1/bulletin/pdf ScoView GET
test-pdf /etudiant/nip/11/formsemestre/1/bulletin/pdf ScoView GET
test-pdf /etudiant/etudid/11/formsemestre/1/bulletin/short/pdf ScoView GET
test-pdf /etudiant/ine/INE11/formsemestre/1/bulletin/short/pdf ScoView GET
test-pdf /etudiant/nip/11/formsemestre/1/bulletin/short/pdf ScoView GET
test-pdf /etudiant/etudid/11/formsemestre/1/bulletin/pdf ScoView GET
test-pdf /etudiant/etudid/11/formsemestre/1/bulletin/short ScoView GET
test-pdf /etudiant/ine/INE11/formsemestre/1/bulletin/short ScoView GET
test-pdf /etudiant/nip/11/formsemestre/1/bulletin/short ScoView GET
test-pdf /etudiant/etudid/11/formsemestre/1/bulletin ScoView GET
test-pdf /etudiant/ine/INE11/formsemestre/1/bulletin ScoView GET
test-pdf /etudiant/nip/11/formsemestre/1/bulletin ScoView GET

Can't render this file because it contains an unexpected character in line 12 and column 60.

View File

@ -153,13 +153,18 @@ FORMSEMESTRE_FIELDS = [
"semestre_id",
"bul_hide_xml",
"elt_annee_apo",
"block_moyennes",
"block_moyenne_generale" "formsemestre_id",
"block_moyenne_generale",
"formsemestre_id",
"titre_num",
"titre_formation",
"date_debut_iso",
"date_fin_iso",
"responsables",
"parcours",
"departement",
"formation",
"etape_apo",
"block_moyennes",
]
FSEM_FIELDS = {