From 6512ac97d53ca5c6be8425d94d49c42657e8731d Mon Sep 17 00:00:00 2001 From: Jean-Marie PLACE Date: Fri, 19 Aug 2022 11:47:13 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20de=20quelques=20pr=C3=A9cisions=20+=20d?= =?UTF-8?q?es=20exemples=20sur=20les=20logos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ScoDoc9API.md | 38 +- .../samples/sample_departement-create.json.md | 2 +- docs/samples/sample_departement-edit.json.md | 2 +- .../sample_departement-etudiants.json.md | 56 +- ...departement-formsemestres-courants.json.md | 70 +- ...mple_departement-formsemestres_ids.json.md | 18 +- docs/samples/sample_departement-logo.json.md | 18 + docs/samples/sample_departement-logos.json.md | 18 + docs/samples/sample_departement.json.md | 24 +- docs/samples/sample_departements-ids.json.md | 3 +- docs/samples/sample_departements.json.md | 7 +- ...ple_etudiant-formsemestre-bulletin.json.md | 1966 +++++++++-------- ...ample_etudiant-formsemestre-groups.json.md | 3 +- .../sample_etudiant-formsemestres.json.md | 166 +- docs/samples/sample_etudiant.json.md | 220 +- .../sample_etudiant_formsemestres.json.md | 35 +- docs/samples/sample_etudiants-clef.json.md | 289 +-- .../samples/sample_etudiants-courants.json.md | 150 +- docs/samples/sample_formation-export.json.md | 1144 +++++----- ..._formation-referentiel_competences.json.md | 2 +- docs/samples/sample_formation.json.md | 6 +- docs/samples/sample_formations.json.md | 9 +- docs/samples/sample_formations_ids.json.md | 3 +- .../sample_formsemestre-bulletins.json.md | 31 +- ...sample_formsemestre-decisions_jury.json.md | 3 +- .../sample_formsemestre-etat_evals.json.md | 135 +- ...ample_formsemestre-etudiants-query.json.md | 33 +- .../sample_formsemestre-etudiants.json.md | 33 +- ...mple_formsemestre-partition-create.json.md | 6 +- ...mple_formsemestre-partitions-order.json.md | 3 +- .../sample_formsemestre-programme.json.md | 1734 +++++++-------- .../sample_formsemestre-resultats.json.md | 3 +- docs/samples/sample_formsemestre.json.md | 32 +- .../sample_formsemestres-query.json.md | 35 +- docs/samples/sample_group-edit.json.md | 4 +- .../sample_group-etudiants-query.json.md | 3 +- docs/samples/sample_group-etudiants.json.md | 3 +- docs/samples/sample_logo.json.md | 10 + docs/samples/sample_logos.json.md | 11 + .../sample_moduleimpl-evaluations.json.md | 11 +- docs/samples/sample_moduleimpl.json.md | 22 +- docs/samples/sample_partition-edit.json.md | 6 +- .../sample_partition-group-create.json.md | 10 +- .../sample_partition-groups-order.json.md | 6 +- docs/samples/sample_permissions.json.md | 3 +- docs/samples/sample_role-edit.json.md | 15 - docs/samples/sample_roles.json.md | 3 +- docs/samples/sample_user-create.json.md | 6 +- docs/samples/sample_user-edit.json.md | 6 +- docs/samples/sample_user-role-add.json.md | 6 +- docs/samples/sample_user-role-remove.json.md | 6 +- docs/samples/sample_user.json.md | 6 +- docs/samples/sample_users-query.json.md | 15 +- 53 files changed, 3244 insertions(+), 3205 deletions(-) create mode 100644 docs/samples/sample_departement-logo.json.md create mode 100644 docs/samples/sample_departement-logos.json.md create mode 100644 docs/samples/sample_logo.json.md create mode 100644 docs/samples/sample_logos.json.md diff --git a/docs/ScoDoc9API.md b/docs/ScoDoc9API.md index b7a80eb9..cad91fb6 100644 --- a/docs/ScoDoc9API.md +++ b/docs/ScoDoc9API.md @@ -1057,35 +1057,43 @@ valeurs numériques mais pas JSON compliant à cause des _NaN_. ### **API Logos** #### **`logos`** * **Méthode:** GET -* **Paramètres:** `format` (json, xml), json par défaut -* **Route :** `/ScoDoc/api/logos` -* **Exemple d'utilisation :** `/ScoDoc/api/logos?format=xml` +* **Paramètres :** Aucun +* **Route :** `/logos` +* **Exemple d'utilisation :** `/ScoDoc/api/logos` * **Résultat :** Liste des noms des logos définis pour le site scodoc. -* **Exemple de résultat:** `['header', 'footer', 'custom']` - -XXX vérifier si on supporte XML et pour qui ? +* **Exemple de résultat:** [logos.json](samples/sample_logos.json.md) #### **`logo`** * **Méthode:** GET * **Paramètres :** Aucun -* **Route:** `/logos/` +* **Route:** `/logo/` * **Exemple d'utilisation :** `/ScoDoc/api/logo/header` -* **Résultat :** l'image (format png ou jpg) +* **Résultat :** l'image (format png ou jpg. le format retourné dépend du format sous lequel l'image a été initialement enregistrée) +* **Exemple de résultat:** [logo.json](samples/sample_logo.json.md) #### **`departement-logos`** * **Méthode:** GET -* **Paramètres:** `format` (json, xml) -* **Route :** `/departements//logos` -* **Exemple d'utilisation :** `/ScoDoc/api/departements/MMI/logos` -* **Résultat :** Liste des noms des logos définis pour le département visé. -* **Exemple de résultat:** `['footer', 'signature', 'universite']` +* **Paramètres:** Aucun +* **Route :** + * `/departement//logos` + * `/departement/id//logos` +* **Exemple d'utilisation :** + * `/departement//logos` + * `/departement/id//logos` +* **Résultat :** Liste des noms des logos définis pour le département visé qui peut être désigné par son id ou par son acronyme (selon la forme de la route). +* **Exemple de résultat:** [departement-logos.json](samples/sample_departement-logos.json.md) #### **`departement-logo`** * **Méthode:** GET * **Paramètres :** Aucun -* **Route:** `/departements//logo/` -* **Exemple d'utilisation:** `/ScoDoc/api/departements/MMI/logos/header` +* **Route :** + * `/departement//logo/` + * `/departement/id//logo/` +* **Exemple d'utilisation:** + * `/ScoDoc/api/departement/MMI/logo/header` + * `/ScoDoc/api/departement/id/3/logo/header` * **Résultat :** l'image (format png ou jpg) +* **Exemple de résultat:** [departement-logo.json](samples/sample_departement-logo.json.md) ------------------------------------------------------------------------------------------------------------------------------------------------------- diff --git a/docs/samples/sample_departement-create.json.md b/docs/samples/sample_departement-create.json.md index 1e5a3c85..5a6279a3 100644 --- a/docs/samples/sample_departement-create.json.md +++ b/docs/samples/sample_departement-create.json.md @@ -11,7 +11,7 @@ "acronym": "NEWONE", "description": null, "visible": true, - "date_creation": "2022-08-14T10:01:44.043869+02:00" + "date_creation": "2022-08-19T11:28:41.805891+02:00" } ``` diff --git a/docs/samples/sample_departement-edit.json.md b/docs/samples/sample_departement-edit.json.md index 51485504..8917928e 100644 --- a/docs/samples/sample_departement-edit.json.md +++ b/docs/samples/sample_departement-edit.json.md @@ -11,7 +11,7 @@ "acronym": "NEWONE", "description": null, "visible": false, - "date_creation": "2022-08-14T10:01:44.043869+02:00" + "date_creation": "2022-08-19T11:28:41.805891+02:00" } ``` diff --git a/docs/samples/sample_departement-etudiants.json.md b/docs/samples/sample_departement-etudiants.json.md index a8e42137..8489ac9a 100644 --- a/docs/samples/sample_departement-etudiants.json.md +++ b/docs/samples/sample_departement-etudiants.json.md @@ -1,31 +1,5 @@ ### departement-etudiants -#### GET /departement/TAPI/etudiants -```json -[ - { - "id": 1, - "code_nip": "1", - "code_ine": "INE1", - "dept_id": 1, - "nom": "COSTA", - "nom_usuel": null, - "prenom": "SACHA", - "civilite": "X" - }, - { - "id": 2, - "code_nip": "NIP2", - "code_ine": "2", - "dept_id": 1, - "nom": "NAUDIN", - "nom_usuel": null, - "prenom": "SIMONE", - "civilite": "F" - } -] -``` - #### GET /departement/id/1/etudiants ```json [ @@ -48,7 +22,35 @@ "nom_usuel": null, "prenom": "SIMONE", "civilite": "F" - } + }, + "... etc." +] +``` + +#### GET /departement/TAPI/etudiants +```json +[ + { + "id": 1, + "code_nip": "1", + "code_ine": "INE1", + "dept_id": 1, + "nom": "COSTA", + "nom_usuel": null, + "prenom": "SACHA", + "civilite": "X" + }, + { + "id": 2, + "code_nip": "NIP2", + "code_ine": "2", + "dept_id": 1, + "nom": "NAUDIN", + "nom_usuel": null, + "prenom": "SIMONE", + "civilite": "F" + }, + "... etc." ] ``` diff --git a/docs/samples/sample_departement-formsemestres-courants.json.md b/docs/samples/sample_departement-formsemestres-courants.json.md index b78ff243..12ca102d 100644 --- a/docs/samples/sample_departement-formsemestres-courants.json.md +++ b/docs/samples/sample_departement-formsemestres-courants.json.md @@ -4,18 +4,6 @@ ```json [ { - "dept_id": 1, - "etat": true, - "resp_can_change_ens": true, - "id": 1, - "modalite": "FI", - "ens_can_edit_eval": false, - "formation_id": 1, - "gestion_compensation": false, - "elt_sem_apo": null, - "semestre_id": 1, - "bul_hide_xml": false, - "elt_annee_apo": null, "titre": "Semestre test", "block_moyennes": false, "scodoc7_id": null, @@ -23,7 +11,19 @@ "gestion_semestrielle": false, "date_fin": "31/08/2022", "bul_bgcolor": "white", + "etat": true, "resp_can_edit": false, + "dept_id": 1, + "modalite": "FI", + "resp_can_change_ens": true, + "id": 1, + "gestion_compensation": false, + "ens_can_edit_eval": false, + "formation_id": 1, + "bul_hide_xml": false, + "elt_sem_apo": null, + "semestre_id": 1, + "elt_annee_apo": null, "parcours": [], "formsemestre_id": 1, "titre_num": "Semestre test semestre 1", @@ -36,16 +36,16 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "formation": { "id": 1, - "acronyme": "BUT R&T", + "titre": "BUT R&T", "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", "formation_code": "V1RET", "code_specialite": null, "dept_id": 1, - "titre": "BUT R&T", + "acronyme": "BUT R&T", "version": 1, "type_parcours": 700, "referentiel_competence_id": 1, @@ -54,12 +54,13 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "formation_id": 1 }, "etape_apo": "A1, A2, A3" - } + }, + "... etc." ] ``` @@ -67,18 +68,6 @@ ```json [ { - "dept_id": 1, - "etat": true, - "resp_can_change_ens": true, - "id": 1, - "modalite": "FI", - "ens_can_edit_eval": false, - "formation_id": 1, - "gestion_compensation": false, - "elt_sem_apo": null, - "semestre_id": 1, - "bul_hide_xml": false, - "elt_annee_apo": null, "titre": "Semestre test", "block_moyennes": false, "scodoc7_id": null, @@ -86,7 +75,19 @@ "gestion_semestrielle": false, "date_fin": "31/08/2022", "bul_bgcolor": "white", + "etat": true, "resp_can_edit": false, + "dept_id": 1, + "modalite": "FI", + "resp_can_change_ens": true, + "id": 1, + "gestion_compensation": false, + "ens_can_edit_eval": false, + "formation_id": 1, + "bul_hide_xml": false, + "elt_sem_apo": null, + "semestre_id": 1, + "elt_annee_apo": null, "parcours": [], "formsemestre_id": 1, "titre_num": "Semestre test semestre 1", @@ -99,16 +100,16 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "formation": { "id": 1, - "acronyme": "BUT R&T", + "titre": "BUT R&T", "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", "formation_code": "V1RET", "code_specialite": null, "dept_id": 1, - "titre": "BUT R&T", + "acronyme": "BUT R&T", "version": 1, "type_parcours": 700, "referentiel_competence_id": 1, @@ -117,12 +118,13 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "formation_id": 1 }, "etape_apo": "A1, A2, A3" - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_departement-formsemestres_ids.json.md b/docs/samples/sample_departement-formsemestres_ids.json.md index 7690ec8a..f1ebf136 100644 --- a/docs/samples/sample_departement-formsemestres_ids.json.md +++ b/docs/samples/sample_departement-formsemestres_ids.json.md @@ -1,16 +1,18 @@ ### departement-formsemestres_ids -#### GET /departement/TAPI/formsemestres_ids -```json -[ - 1 -] -``` - #### GET /departement/id/1/formsemestres_ids ```json [ - 1 + 1, + "... etc." +] +``` + +#### GET /departement/TAPI/formsemestres_ids +```json +[ + 1, + "... etc." ] ``` diff --git a/docs/samples/sample_departement-logo.json.md b/docs/samples/sample_departement-logo.json.md new file mode 100644 index 00000000..bda6d75c --- /dev/null +++ b/docs/samples/sample_departement-logo.json.md @@ -0,0 +1,18 @@ +### departement-logo + +#### GET /departement/id/1/logo/demo +```json +{ + "Content-Type": "image/png", + "Content-Disposition": "inline; filename=logo_demo.png" +} +``` + +#### GET /departement/TAPI/logo/demo +```json +{ + "Content-Type": "image/png", + "Content-Disposition": "inline; filename=logo_demo.png" +} +``` + diff --git a/docs/samples/sample_departement-logos.json.md b/docs/samples/sample_departement-logos.json.md new file mode 100644 index 00000000..7e59dfc0 --- /dev/null +++ b/docs/samples/sample_departement-logos.json.md @@ -0,0 +1,18 @@ +### departement-logos + +#### GET /departement/id/1/logos +```json +[ + "demo", + "... etc." +] +``` + +#### GET /departement/TAPI/logos +```json +[ + "demo", + "... etc." +] +``` + diff --git a/docs/samples/sample_departement.json.md b/docs/samples/sample_departement.json.md index a8f31b0d..a05086cc 100644 --- a/docs/samples/sample_departement.json.md +++ b/docs/samples/sample_departement.json.md @@ -1,16 +1,5 @@ ### departement -#### GET /departement/TAPI -```json -{ - "id": 1, - "acronym": "TAPI", - "description": null, - "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" -} -``` - #### GET /departement/id/1 ```json { @@ -18,7 +7,18 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" +} +``` + +#### GET /departement/TAPI +```json +{ + "id": 1, + "acronym": "TAPI", + "description": null, + "visible": true, + "date_creation": "2022-08-19T11:28:05.479405+02:00" } ``` diff --git a/docs/samples/sample_departements-ids.json.md b/docs/samples/sample_departements-ids.json.md index 47236571..8f1612fb 100644 --- a/docs/samples/sample_departements-ids.json.md +++ b/docs/samples/sample_departements-ids.json.md @@ -4,7 +4,8 @@ ```json [ 1, - 2 + 2, + "... etc." ] ``` diff --git a/docs/samples/sample_departements.json.md b/docs/samples/sample_departements.json.md index d26f9330..73144074 100644 --- a/docs/samples/sample_departements.json.md +++ b/docs/samples/sample_departements.json.md @@ -8,15 +8,16 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, { "id": 2, "acronym": "AA", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.594772+02:00" - } + "date_creation": "2022-08-19T11:28:05.505385+02:00" + }, + "... etc." ] ``` diff --git a/docs/samples/sample_etudiant-formsemestre-bulletin.json.md b/docs/samples/sample_etudiant-formsemestre-bulletin.json.md index 2f923ce0..a9d90288 100644 --- a/docs/samples/sample_etudiant-formsemestre-bulletin.json.md +++ b/docs/samples/sample_etudiant-formsemestre-bulletin.json.md @@ -1,972 +1,10 @@ ### etudiant-formsemestre-bulletin -#### GET /etudiant/ine/INE11/formsemestre/1/bulletin +#### GET /etudiant/nip/11/formsemestre/1/bulletin/short/pdf ```json { - "version": "0", - "type": "BUT", - "date": "2022-08-14T08:01:53.453869Z", - "publie": true, - "etudiant": { - "civilite": "F", - "code_ine": "INE11", - "code_nip": "11", - "date_naissance": "", - "dept_id": 1, - "dept_acronym": "TAPI", - "email": "MADELEINE.FLEURY@example.com", - "emailperso": "", - "etudid": 11, - "nom": "FLEURY", - "prenom": "MADELEINE", - "nomprenom": "Mme Madeleine FLEURY", - "lieu_naissance": "", - "dept_naissance": "", - "nationalite": "", - "boursier": "", - "fiche_url": "/ScoDoc/TAPI/Scolarite/ficheEtud?etudid=11", - "photo_url": "/ScoDoc/TAPI/Scolarite/get_photo_image?etudid=11&size=small", - "id": 11, - "domicile": "", - "villedomicile": "", - "telephone": "", - "fax": "", - "description": "", - "codepostaldomicile": "", - "paysdomicile": "", - "telephonemobile": "", - "typeadresse": "domicile" - }, - "formation": { - "id": 1, - "acronyme": "BUT R&T", - "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", - "titre": "BUT R&T" - }, - "formsemestre_id": 1, - "etat_inscription": "I", - "options": { - "show_abs": true, - "show_abs_modules": false, - "show_ects": true, - "show_codemodules": false, - "show_matieres": false, - "show_rangs": true, - "show_ue_rangs": true, - "show_mod_rangs": true, - "show_moypromo": false, - "show_minmax": false, - "show_minmax_mod": false, - "show_minmax_eval": false, - "show_coef": true, - "show_ue_cap_details": false, - "show_ue_cap_current": true, - "show_temporary": true, - "temporary_txt": "Provisoire", - "show_uevalid": true, - "show_date_inscr": true - }, - "ressources": { - "R101": { - "id": 1, - "titre": "Initiation aux r\u00e9seaux informatiques", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=1", - "moyenne": {}, - "evaluations": [ - { - "id": 1, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 1.0, - "RT3.1": 1.0 - }, - "note": { - "value": "~", - "min": "~", - "max": "~", - "moy": "~" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=1" - } - ] - }, - "R102": { - "id": 3, - "titre": "Principe et architecture des r\u00e9seaux", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=3", - "moyenne": {}, - "evaluations": [ - { - "id": 3, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 0.0, - "RT3.1": 0.0 - }, - "note": { - "value": "11.97", - "min": "03.27", - "max": "17.68", - "moy": "08.99" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=3" - } - ] - }, - "R103": { - "id": 4, - "titre": "R\u00e9seaux locaux et \u00e9quipements actifs", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=4", - "moyenne": {}, - "evaluations": [ - { - "id": 4, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 1.0, - "RT3.1": 0.0 - }, - "note": { - "value": "~", - "min": "~", - "max": "~", - "moy": "~" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=4" - } - ] - }, - "R104": { - "id": 5, - "titre": "Fondamentaux des syst\u00e8mes \u00e9lectroniques", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=5", - "moyenne": {}, - "evaluations": [ - { - "id": 5, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 1.0, - "RT3.1": 0.0 - }, - "note": { - "value": "~", - "min": "~", - "max": "~", - "moy": "~" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=5" - } - ] - }, - "R105": { - "id": 9, - "titre": "Support de transmission pour les r\u00e9seaux locaux", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=9", - "moyenne": {}, - "evaluations": [ - { - "id": 9, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 0.0, - "RT2.1": 1.0, - "RT3.1": 0.0 - }, - "note": { - "value": "09.33", - "min": "00.60", - "max": "19.77", - "moy": "09.57" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=9" - } - ] - }, - "R106": { - "id": 6, - "titre": "Architecture des syst\u00e8mes num\u00e9riques et informatiques", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=6", - "moyenne": {}, - "evaluations": [ - { - "id": 6, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 0.0, - "RT3.1": 0.0 - }, - "note": { - "value": "~", - "min": "~", - "max": "~", - "moy": "~" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=6" - } - ] - }, - "R107": { - "id": 17, - "titre": "Fondamentaux de la programmation", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=17", - "moyenne": {}, - "evaluations": [ - { - "id": 17, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 0.0, - "RT2.1": 0.0, - "RT3.1": 1.0 - }, - "note": { - "value": "~", - "min": "~", - "max": "~", - "moy": "~" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=17" - } - ] - }, - "R108": { - "id": 18, - "titre": "Base des syst\u00e8mes d'exploitation", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=18", - "moyenne": {}, - "evaluations": [ - { - "id": 18, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 0.0, - "RT3.1": 1.0 - }, - "note": { - "value": "15.71", - "min": "00.47", - "max": "18.31", - "moy": "09.70" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=18" - } - ] - }, - "R109": { - "id": 19, - "titre": "Introduction aux technologies Web", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=19", - "moyenne": {}, - "evaluations": [ - { - "id": 19, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 0.0, - "RT2.1": 0.0, - "RT3.1": 1.0 - }, - "note": { - "value": "~", - "min": "~", - "max": "~", - "moy": "~" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=19" - } - ] - }, - "R110": { - "id": 10, - "titre": "Anglais g\u00e9n\u00e9ral et init vocabulaire technique", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=10", - "moyenne": {}, - "evaluations": [ - { - "id": 10, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 1.0, - "RT3.1": 1.0 - }, - "note": { - "value": "~", - "min": "~", - "max": "~", - "moy": "~" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=10" - } - ] - }, - "R111": { - "id": 11, - "titre": "Expression-culture-Communication Pro.", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=11", - "moyenne": {}, - "evaluations": [ - { - "id": 11, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 1.0, - "RT3.1": 1.0 - }, - "note": { - "value": "~", - "min": "~", - "max": "~", - "moy": "~" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=11" - } - ] - }, - "R112": { - "id": 20, - "titre": "PPP", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=20", - "moyenne": {}, - "evaluations": [ - { - "id": 20, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 1.0, - "RT3.1": 1.0 - }, - "note": { - "value": "10.66", - "min": "03.22", - "max": "18.97", - "moy": "10.79" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=20" - } - ] - }, - "R113": { - "id": 12, - "titre": "Math\u00e9matiques du signal", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=12", - "moyenne": {}, - "evaluations": [ - { - "id": 12, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 1.0, - "RT3.1": 0.0 - }, - "note": { - "value": "12.50", - "min": "01.47", - "max": "19.97", - "moy": "12.15" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=12" - } - ] - }, - "R114": { - "id": 13, - "titre": "Math\u00e9matiques des transmissions", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=13", - "moyenne": {}, - "evaluations": [ - { - "id": 13, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 1.0, - "RT3.1": 0.0 - }, - "note": { - "value": "~", - "min": "~", - "max": "~", - "moy": "~" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=13" - } - ] - }, - "R115": { - "id": 21, - "titre": "Gestion de projets", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=21", - "moyenne": {}, - "evaluations": [ - { - "id": 21, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 0.0, - "RT2.1": 1.0, - "RT3.1": 1.0 - }, - "note": { - "value": "~", - "min": "~", - "max": "~", - "moy": "~" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=21" - } - ] - } - }, - "saes": { - "SAE11": { - "id": 2, - "titre": "Se sensibiliser \u00e0 l'hygi\u00e8ne informatique et \u00e0 la cybers\u00e9curit\u00e9", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=2", - "moyenne": {}, - "evaluations": [ - { - "id": 2, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 0.0, - "RT3.1": 0.0 - }, - "note": { - "value": "18.72", - "min": "00.12", - "max": "18.72", - "moy": "10.43" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=2" - } - ] - }, - "SAE12": { - "id": 7, - "titre": "S'initier aux r\u00e9seaux informatiques", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=7", - "moyenne": {}, - "evaluations": [ - { - "id": 7, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 1.0, - "RT2.1": 0.0, - "RT3.1": 0.0 - }, - "note": { - "value": "14.69", - "min": "00.53", - "max": "17.83", - "moy": "09.86" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=7" - } - ] - }, - "SAE13": { - "id": 8, - "titre": "D\u00e9couvrir un dispositif de tranmission", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=8", - "moyenne": {}, - "evaluations": [ - { - "id": 8, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 0.0, - "RT2.1": 1.0, - "RT3.1": 0.0 - }, - "note": { - "value": "~", - "min": "~", - "max": "~", - "moy": "~" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=8" - } - ] - }, - "SAE14": { - "id": 14, - "titre": "Se pr\u00e9senter sur Internet", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=14", - "moyenne": {}, - "evaluations": [ - { - "id": 14, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 0.0, - "RT2.1": 0.0, - "RT3.1": 1.0 - }, - "note": { - "value": "17.83", - "min": "00.94", - "max": "17.83", - "moy": "07.62" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=14" - } - ] - }, - "SAE15": { - "id": 15, - "titre": "Traiter des donn\u00e9es", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=15", - "moyenne": {}, - "evaluations": [ - { - "id": 15, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 0.0, - "RT2.1": 0.0, - "RT3.1": 1.0 - }, - "note": { - "value": "~", - "min": "~", - "max": "~", - "moy": "~" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=15" - } - ] - }, - "SAE16": { - "id": 16, - "titre": "Portofolio", - "code_apogee": null, - "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=16", - "moyenne": {}, - "evaluations": [ - { - "id": 16, - "description": null, - "date": null, - "heure_debut": "08:00", - "heure_fin": "09:00", - "coef": "01.00", - "poids": { - "RT1.1": 0.0, - "RT2.1": 0.0, - "RT3.1": 0.0 - }, - "note": { - "value": "09.30", - "min": "01.03", - "max": "17.47", - "moy": "09.45" - }, - "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=16" - } - ] - } - }, - "ues": { - "RT1.1": { - "id": 1, - "titre": "Administrer les r\u00e9seaux et l\u2019Internet", - "numero": 1, - "type": 0, - "color": "#B80004", - "competence": null, - "moyenne": { - "value": "14.94", - "min": "03.73", - "max": "14.94", - "moy": "09.87", - "rang": "1", - "total": 16, - "groupes": {} - }, - "bonus": "00.00", - "malus": "00.00", - "capitalise": null, - "ressources": { - "R101": { - "id": 1, - "coef": 12.0, - "moyenne": "~" - }, - "R102": { - "id": 3, - "coef": 12.0, - "moyenne": "11.97" - }, - "R103": { - "id": 4, - "coef": 8.0, - "moyenne": "~" - }, - "R104": { - "id": 5, - "coef": 8.0, - "moyenne": "~" - }, - "R106": { - "id": 6, - "coef": 10.0, - "moyenne": "~" - }, - "R108": { - "id": 18, - "coef": 6.0, - "moyenne": "15.71" - }, - "R110": { - "id": 10, - "coef": 3.0, - "moyenne": "~" - }, - "R111": { - "id": 11, - "coef": 3.0, - "moyenne": "~" - }, - "R112": { - "id": 20, - "coef": 2.0, - "moyenne": "10.66" - }, - "R113": { - "id": 12, - "coef": 5.0, - "moyenne": "12.50" - }, - "R114": { - "id": 13, - "coef": 4.0, - "moyenne": "~" - } - }, - "saes": { - "SAE11": { - "id": 2, - "coef": 16.0, - "moyenne": "18.72" - }, - "SAE12": { - "id": 7, - "coef": 33.0, - "moyenne": "14.69" - } - }, - "ECTS": { - "acquis": 0.0, - "total": 12.0 - } - }, - "RT2.1": { - "id": 2, - "titre": "Connecter les entreprises et les usagers", - "numero": 2, - "type": 0, - "color": "#F97B3D", - "competence": null, - "moyenne": { - "value": "11.17", - "min": "03.41", - "max": "17.35", - "moy": "11.09", - "rang": "8", - "total": 16, - "groupes": {} - }, - "bonus": "00.00", - "malus": "00.00", - "capitalise": null, - "ressources": { - "R101": { - "id": 1, - "coef": 4.0, - "moyenne": "~" - }, - "R103": { - "id": 4, - "coef": 4.0, - "moyenne": "~" - }, - "R104": { - "id": 5, - "coef": 5.0, - "moyenne": "~" - }, - "R105": { - "id": 9, - "coef": 5.0, - "moyenne": "09.33" - }, - "R110": { - "id": 10, - "coef": 5.0, - "moyenne": "~" - }, - "R111": { - "id": 11, - "coef": 5.0, - "moyenne": "~" - }, - "R112": { - "id": 20, - "coef": 3.0, - "moyenne": "10.66" - }, - "R113": { - "id": 12, - "coef": 8.0, - "moyenne": "12.50" - }, - "R114": { - "id": 13, - "coef": 8.0, - "moyenne": "~" - }, - "R115": { - "id": 21, - "coef": 2.0, - "moyenne": "~" - } - }, - "saes": { - "SAE13": { - "id": 8, - "coef": 33.0, - "moyenne": "~" - } - }, - "ECTS": { - "acquis": 0.0, - "total": 8.0 - } - }, - "RT3.1": { - "id": 3, - "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", - "numero": 3, - "type": 0, - "color": "#FEB40B", - "competence": null, - "moyenne": { - "value": "16.22", - "min": "04.32", - "max": "16.22", - "moy": "08.63", - "rang": "1", - "total": 16, - "groupes": {} - }, - "bonus": "00.00", - "malus": "00.00", - "capitalise": null, - "ressources": { - "R101": { - "id": 1, - "coef": 4.0, - "moyenne": "~" - }, - "R107": { - "id": 17, - "coef": 22.0, - "moyenne": "~" - }, - "R108": { - "id": 18, - "coef": 7.0, - "moyenne": "15.71" - }, - "R109": { - "id": 19, - "coef": 4.0, - "moyenne": "~" - }, - "R110": { - "id": 10, - "coef": 5.0, - "moyenne": "~" - }, - "R111": { - "id": 11, - "coef": 4.0, - "moyenne": "~" - }, - "R112": { - "id": 20, - "coef": 4.0, - "moyenne": "10.66" - }, - "R115": { - "id": 21, - "coef": 4.0, - "moyenne": "~" - } - }, - "saes": { - "SAE14": { - "id": 14, - "coef": 16.0, - "moyenne": "17.83" - }, - "SAE15": { - "id": 15, - "coef": 26.0, - "moyenne": "~" - } - }, - "ECTS": { - "acquis": 0.0, - "total": 10.0 - } - } - }, - "semestre": { - "etapes": [ - "A1", - "A2", - "A3" - ], - "date_debut": "2021-09-01", - "date_fin": "2022-08-31", - "annee_universitaire": "2021 - 2022", - "numero": 1, - "inscription": "", - "groupes": [], - "absences": { - "injustifie": 4, - "total": 5 - }, - "ECTS": { - "acquis": 0.0, - "total": 30.0 - }, - "notes": { - "value": "14.36", - "min": "05.31", - "moy": "09.78", - "max": "14.36" - }, - "rang": { - "value": "1", - "total": 10, - "groupes": {} - } - } + "Content-Type": "application/pdf", + "Content-Disposition": "attachment; filename=\"bul-Semestre_test_semestre_1-2022-08-19-FLEURY.pdf\"" } ``` @@ -975,7 +13,7 @@ { "version": "0", "type": "BUT", - "date": "2022-08-14T08:01:52.717829Z", + "date": "2022-08-19T09:28:50.469878Z", "publie": true, "etudiant": { "civilite": "F", @@ -996,16 +34,16 @@ "boursier": "", "fiche_url": "/ScoDoc/TAPI/Scolarite/ficheEtud?etudid=11", "photo_url": "/ScoDoc/TAPI/Scolarite/get_photo_image?etudid=11&size=small", - "id": 11, "domicile": "", - "villedomicile": "", - "telephone": "", - "fax": "", - "description": "", "codepostaldomicile": "", "paysdomicile": "", "telephonemobile": "", - "typeadresse": "domicile" + "typeadresse": "domicile", + "id": 11, + "villedomicile": "", + "telephone": "", + "fax": "", + "description": "" }, "formation": { "id": 1, @@ -1945,7 +983,7 @@ { "version": "0", "type": "BUT", - "date": "2022-08-14T08:01:54.376363Z", + "date": "2022-08-19T09:28:52.133524Z", "publie": true, "etudiant": { "civilite": "F", @@ -1966,16 +1004,986 @@ "boursier": "", "fiche_url": "/ScoDoc/TAPI/Scolarite/ficheEtud?etudid=11", "photo_url": "/ScoDoc/TAPI/Scolarite/get_photo_image?etudid=11&size=small", - "id": 11, "domicile": "", - "villedomicile": "", - "telephone": "", - "fax": "", - "description": "", "codepostaldomicile": "", "paysdomicile": "", "telephonemobile": "", - "typeadresse": "domicile" + "typeadresse": "domicile", + "id": 11, + "villedomicile": "", + "telephone": "", + "fax": "", + "description": "" + }, + "formation": { + "id": 1, + "acronyme": "BUT R&T", + "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", + "titre": "BUT R&T" + }, + "formsemestre_id": 1, + "etat_inscription": "I", + "options": { + "show_abs": true, + "show_abs_modules": false, + "show_ects": true, + "show_codemodules": false, + "show_matieres": false, + "show_rangs": true, + "show_ue_rangs": true, + "show_mod_rangs": true, + "show_moypromo": false, + "show_minmax": false, + "show_minmax_mod": false, + "show_minmax_eval": false, + "show_coef": true, + "show_ue_cap_details": false, + "show_ue_cap_current": true, + "show_temporary": true, + "temporary_txt": "Provisoire", + "show_uevalid": true, + "show_date_inscr": true + }, + "ressources": { + "R101": { + "id": 1, + "titre": "Initiation aux r\u00e9seaux informatiques", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=1", + "moyenne": {}, + "evaluations": [ + { + "id": 1, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 1.0, + "RT3.1": 1.0 + }, + "note": { + "value": "~", + "min": "~", + "max": "~", + "moy": "~" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=1" + } + ] + }, + "R102": { + "id": 3, + "titre": "Principe et architecture des r\u00e9seaux", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=3", + "moyenne": {}, + "evaluations": [ + { + "id": 3, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 0.0, + "RT3.1": 0.0 + }, + "note": { + "value": "11.97", + "min": "03.27", + "max": "17.68", + "moy": "08.99" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=3" + } + ] + }, + "R103": { + "id": 4, + "titre": "R\u00e9seaux locaux et \u00e9quipements actifs", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=4", + "moyenne": {}, + "evaluations": [ + { + "id": 4, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 1.0, + "RT3.1": 0.0 + }, + "note": { + "value": "~", + "min": "~", + "max": "~", + "moy": "~" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=4" + } + ] + }, + "R104": { + "id": 5, + "titre": "Fondamentaux des syst\u00e8mes \u00e9lectroniques", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=5", + "moyenne": {}, + "evaluations": [ + { + "id": 5, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 1.0, + "RT3.1": 0.0 + }, + "note": { + "value": "~", + "min": "~", + "max": "~", + "moy": "~" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=5" + } + ] + }, + "R105": { + "id": 9, + "titre": "Support de transmission pour les r\u00e9seaux locaux", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=9", + "moyenne": {}, + "evaluations": [ + { + "id": 9, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 0.0, + "RT2.1": 1.0, + "RT3.1": 0.0 + }, + "note": { + "value": "09.33", + "min": "00.60", + "max": "19.77", + "moy": "09.57" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=9" + } + ] + }, + "R106": { + "id": 6, + "titre": "Architecture des syst\u00e8mes num\u00e9riques et informatiques", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=6", + "moyenne": {}, + "evaluations": [ + { + "id": 6, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 0.0, + "RT3.1": 0.0 + }, + "note": { + "value": "~", + "min": "~", + "max": "~", + "moy": "~" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=6" + } + ] + }, + "R107": { + "id": 17, + "titre": "Fondamentaux de la programmation", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=17", + "moyenne": {}, + "evaluations": [ + { + "id": 17, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 0.0, + "RT2.1": 0.0, + "RT3.1": 1.0 + }, + "note": { + "value": "~", + "min": "~", + "max": "~", + "moy": "~" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=17" + } + ] + }, + "R108": { + "id": 18, + "titre": "Base des syst\u00e8mes d'exploitation", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=18", + "moyenne": {}, + "evaluations": [ + { + "id": 18, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 0.0, + "RT3.1": 1.0 + }, + "note": { + "value": "15.71", + "min": "00.47", + "max": "18.31", + "moy": "09.70" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=18" + } + ] + }, + "R109": { + "id": 19, + "titre": "Introduction aux technologies Web", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=19", + "moyenne": {}, + "evaluations": [ + { + "id": 19, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 0.0, + "RT2.1": 0.0, + "RT3.1": 1.0 + }, + "note": { + "value": "~", + "min": "~", + "max": "~", + "moy": "~" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=19" + } + ] + }, + "R110": { + "id": 10, + "titre": "Anglais g\u00e9n\u00e9ral et init vocabulaire technique", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=10", + "moyenne": {}, + "evaluations": [ + { + "id": 10, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 1.0, + "RT3.1": 1.0 + }, + "note": { + "value": "~", + "min": "~", + "max": "~", + "moy": "~" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=10" + } + ] + }, + "R111": { + "id": 11, + "titre": "Expression-culture-Communication Pro.", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=11", + "moyenne": {}, + "evaluations": [ + { + "id": 11, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 1.0, + "RT3.1": 1.0 + }, + "note": { + "value": "~", + "min": "~", + "max": "~", + "moy": "~" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=11" + } + ] + }, + "R112": { + "id": 20, + "titre": "PPP", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=20", + "moyenne": {}, + "evaluations": [ + { + "id": 20, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 1.0, + "RT3.1": 1.0 + }, + "note": { + "value": "10.66", + "min": "03.22", + "max": "18.97", + "moy": "10.79" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=20" + } + ] + }, + "R113": { + "id": 12, + "titre": "Math\u00e9matiques du signal", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=12", + "moyenne": {}, + "evaluations": [ + { + "id": 12, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 1.0, + "RT3.1": 0.0 + }, + "note": { + "value": "12.50", + "min": "01.47", + "max": "19.97", + "moy": "12.15" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=12" + } + ] + }, + "R114": { + "id": 13, + "titre": "Math\u00e9matiques des transmissions", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=13", + "moyenne": {}, + "evaluations": [ + { + "id": 13, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 1.0, + "RT3.1": 0.0 + }, + "note": { + "value": "~", + "min": "~", + "max": "~", + "moy": "~" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=13" + } + ] + }, + "R115": { + "id": 21, + "titre": "Gestion de projets", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=21", + "moyenne": {}, + "evaluations": [ + { + "id": 21, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 0.0, + "RT2.1": 1.0, + "RT3.1": 1.0 + }, + "note": { + "value": "~", + "min": "~", + "max": "~", + "moy": "~" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=21" + } + ] + } + }, + "saes": { + "SAE11": { + "id": 2, + "titre": "Se sensibiliser \u00e0 l'hygi\u00e8ne informatique et \u00e0 la cybers\u00e9curit\u00e9", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=2", + "moyenne": {}, + "evaluations": [ + { + "id": 2, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 0.0, + "RT3.1": 0.0 + }, + "note": { + "value": "18.72", + "min": "00.12", + "max": "18.72", + "moy": "10.43" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=2" + } + ] + }, + "SAE12": { + "id": 7, + "titre": "S'initier aux r\u00e9seaux informatiques", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=7", + "moyenne": {}, + "evaluations": [ + { + "id": 7, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 1.0, + "RT2.1": 0.0, + "RT3.1": 0.0 + }, + "note": { + "value": "14.69", + "min": "00.53", + "max": "17.83", + "moy": "09.86" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=7" + } + ] + }, + "SAE13": { + "id": 8, + "titre": "D\u00e9couvrir un dispositif de tranmission", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=8", + "moyenne": {}, + "evaluations": [ + { + "id": 8, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 0.0, + "RT2.1": 1.0, + "RT3.1": 0.0 + }, + "note": { + "value": "~", + "min": "~", + "max": "~", + "moy": "~" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=8" + } + ] + }, + "SAE14": { + "id": 14, + "titre": "Se pr\u00e9senter sur Internet", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=14", + "moyenne": {}, + "evaluations": [ + { + "id": 14, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 0.0, + "RT2.1": 0.0, + "RT3.1": 1.0 + }, + "note": { + "value": "17.83", + "min": "00.94", + "max": "17.83", + "moy": "07.62" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=14" + } + ] + }, + "SAE15": { + "id": 15, + "titre": "Traiter des donn\u00e9es", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=15", + "moyenne": {}, + "evaluations": [ + { + "id": 15, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 0.0, + "RT2.1": 0.0, + "RT3.1": 1.0 + }, + "note": { + "value": "~", + "min": "~", + "max": "~", + "moy": "~" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=15" + } + ] + }, + "SAE16": { + "id": 16, + "titre": "Portofolio", + "code_apogee": null, + "url": "/ScoDoc/TAPI/Scolarite/Notes/moduleimpl_status?moduleimpl_id=16", + "moyenne": {}, + "evaluations": [ + { + "id": 16, + "description": null, + "date": null, + "heure_debut": "08:00", + "heure_fin": "09:00", + "coef": "01.00", + "poids": { + "RT1.1": 0.0, + "RT2.1": 0.0, + "RT3.1": 0.0 + }, + "note": { + "value": "09.30", + "min": "01.03", + "max": "17.47", + "moy": "09.45" + }, + "url": "/ScoDoc/TAPI/Scolarite/Notes/evaluation_listenotes?evaluation_id=16" + } + ] + } + }, + "ues": { + "RT1.1": { + "id": 1, + "titre": "Administrer les r\u00e9seaux et l\u2019Internet", + "numero": 1, + "type": 0, + "color": "#B80004", + "competence": null, + "moyenne": { + "value": "14.94", + "min": "03.73", + "max": "14.94", + "moy": "09.87", + "rang": "1", + "total": 16, + "groupes": {} + }, + "bonus": "00.00", + "malus": "00.00", + "capitalise": null, + "ressources": { + "R101": { + "id": 1, + "coef": 12.0, + "moyenne": "~" + }, + "R102": { + "id": 3, + "coef": 12.0, + "moyenne": "11.97" + }, + "R103": { + "id": 4, + "coef": 8.0, + "moyenne": "~" + }, + "R104": { + "id": 5, + "coef": 8.0, + "moyenne": "~" + }, + "R106": { + "id": 6, + "coef": 10.0, + "moyenne": "~" + }, + "R108": { + "id": 18, + "coef": 6.0, + "moyenne": "15.71" + }, + "R110": { + "id": 10, + "coef": 3.0, + "moyenne": "~" + }, + "R111": { + "id": 11, + "coef": 3.0, + "moyenne": "~" + }, + "R112": { + "id": 20, + "coef": 2.0, + "moyenne": "10.66" + }, + "R113": { + "id": 12, + "coef": 5.0, + "moyenne": "12.50" + }, + "R114": { + "id": 13, + "coef": 4.0, + "moyenne": "~" + } + }, + "saes": { + "SAE11": { + "id": 2, + "coef": 16.0, + "moyenne": "18.72" + }, + "SAE12": { + "id": 7, + "coef": 33.0, + "moyenne": "14.69" + } + }, + "ECTS": { + "acquis": 0.0, + "total": 12.0 + } + }, + "RT2.1": { + "id": 2, + "titre": "Connecter les entreprises et les usagers", + "numero": 2, + "type": 0, + "color": "#F97B3D", + "competence": null, + "moyenne": { + "value": "11.17", + "min": "03.41", + "max": "17.35", + "moy": "11.09", + "rang": "8", + "total": 16, + "groupes": {} + }, + "bonus": "00.00", + "malus": "00.00", + "capitalise": null, + "ressources": { + "R101": { + "id": 1, + "coef": 4.0, + "moyenne": "~" + }, + "R103": { + "id": 4, + "coef": 4.0, + "moyenne": "~" + }, + "R104": { + "id": 5, + "coef": 5.0, + "moyenne": "~" + }, + "R105": { + "id": 9, + "coef": 5.0, + "moyenne": "09.33" + }, + "R110": { + "id": 10, + "coef": 5.0, + "moyenne": "~" + }, + "R111": { + "id": 11, + "coef": 5.0, + "moyenne": "~" + }, + "R112": { + "id": 20, + "coef": 3.0, + "moyenne": "10.66" + }, + "R113": { + "id": 12, + "coef": 8.0, + "moyenne": "12.50" + }, + "R114": { + "id": 13, + "coef": 8.0, + "moyenne": "~" + }, + "R115": { + "id": 21, + "coef": 2.0, + "moyenne": "~" + } + }, + "saes": { + "SAE13": { + "id": 8, + "coef": 33.0, + "moyenne": "~" + } + }, + "ECTS": { + "acquis": 0.0, + "total": 8.0 + } + }, + "RT3.1": { + "id": 3, + "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", + "numero": 3, + "type": 0, + "color": "#FEB40B", + "competence": null, + "moyenne": { + "value": "16.22", + "min": "04.32", + "max": "16.22", + "moy": "08.63", + "rang": "1", + "total": 16, + "groupes": {} + }, + "bonus": "00.00", + "malus": "00.00", + "capitalise": null, + "ressources": { + "R101": { + "id": 1, + "coef": 4.0, + "moyenne": "~" + }, + "R107": { + "id": 17, + "coef": 22.0, + "moyenne": "~" + }, + "R108": { + "id": 18, + "coef": 7.0, + "moyenne": "15.71" + }, + "R109": { + "id": 19, + "coef": 4.0, + "moyenne": "~" + }, + "R110": { + "id": 10, + "coef": 5.0, + "moyenne": "~" + }, + "R111": { + "id": 11, + "coef": 4.0, + "moyenne": "~" + }, + "R112": { + "id": 20, + "coef": 4.0, + "moyenne": "10.66" + }, + "R115": { + "id": 21, + "coef": 4.0, + "moyenne": "~" + } + }, + "saes": { + "SAE14": { + "id": 14, + "coef": 16.0, + "moyenne": "17.83" + }, + "SAE15": { + "id": 15, + "coef": 26.0, + "moyenne": "~" + } + }, + "ECTS": { + "acquis": 0.0, + "total": 10.0 + } + } + }, + "semestre": { + "etapes": [ + "A1", + "A2", + "A3" + ], + "date_debut": "2021-09-01", + "date_fin": "2022-08-31", + "annee_universitaire": "2021 - 2022", + "numero": 1, + "inscription": "", + "groupes": [], + "absences": { + "injustifie": 4, + "total": 5 + }, + "ECTS": { + "acquis": 0.0, + "total": 30.0 + }, + "notes": { + "value": "14.36", + "min": "05.31", + "moy": "09.78", + "max": "14.36" + }, + "rang": { + "value": "1", + "total": 10, + "groupes": {} + } + } +} +``` + +#### GET /etudiant/ine/INE11/formsemestre/1/bulletin +```json +{ + "version": "0", + "type": "BUT", + "date": "2022-08-19T09:28:51.195650Z", + "publie": true, + "etudiant": { + "civilite": "F", + "code_ine": "INE11", + "code_nip": "11", + "date_naissance": "", + "dept_id": 1, + "dept_acronym": "TAPI", + "email": "MADELEINE.FLEURY@example.com", + "emailperso": "", + "etudid": 11, + "nom": "FLEURY", + "prenom": "MADELEINE", + "nomprenom": "Mme Madeleine FLEURY", + "lieu_naissance": "", + "dept_naissance": "", + "nationalite": "", + "boursier": "", + "fiche_url": "/ScoDoc/TAPI/Scolarite/ficheEtud?etudid=11", + "photo_url": "/ScoDoc/TAPI/Scolarite/get_photo_image?etudid=11&size=small", + "domicile": "", + "codepostaldomicile": "", + "paysdomicile": "", + "telephonemobile": "", + "typeadresse": "domicile", + "id": 11, + "villedomicile": "", + "telephone": "", + "fax": "", + "description": "" }, "formation": { "id": 1, diff --git a/docs/samples/sample_etudiant-formsemestre-groups.json.md b/docs/samples/sample_etudiant-formsemestre-groups.json.md index 2ebd02e4..c577bc63 100644 --- a/docs/samples/sample_etudiant-formsemestre-groups.json.md +++ b/docs/samples/sample_etudiant-formsemestre-groups.json.md @@ -14,7 +14,8 @@ "groups_editable": true, "group_id": 1, "group_name": null - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_etudiant-formsemestres.json.md b/docs/samples/sample_etudiant-formsemestres.json.md index 87a7a034..cb712df2 100644 --- a/docs/samples/sample_etudiant-formsemestres.json.md +++ b/docs/samples/sample_etudiant-formsemestres.json.md @@ -1,86 +1,9 @@ ### etudiant-formsemestres -#### GET /etudiant/ine/INE11/formsemestres -```json -[ - { - "dept_id": 1, - "etat": true, - "resp_can_change_ens": true, - "id": 1, - "modalite": "FI", - "ens_can_edit_eval": false, - "formation_id": 1, - "gestion_compensation": false, - "elt_sem_apo": null, - "semestre_id": 1, - "bul_hide_xml": false, - "elt_annee_apo": null, - "titre": "Semestre test", - "block_moyennes": false, - "scodoc7_id": null, - "date_debut": "01/09/2021", - "gestion_semestrielle": false, - "date_fin": "31/08/2022", - "bul_bgcolor": "white", - "resp_can_edit": false, - "parcours": [], - "annee_scolaire": 2021, - "date_debut_iso": "2021-09-01", - "date_fin_iso": "2022-08-31", - "departement": { - "id": 1, - "acronym": "TAPI", - "description": null, - "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" - }, - "etape_apo": "A1, A2, A3", - "formsemestre_id": 1, - "formation": { - "id": 1, - "acronyme": "BUT R&T", - "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", - "formation_code": "V1RET", - "code_specialite": null, - "dept_id": 1, - "titre": "BUT R&T", - "version": 1, - "type_parcours": 700, - "referentiel_competence_id": 1, - "departement": { - "id": 1, - "acronym": "TAPI", - "description": null, - "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" - }, - "formation_id": 1 - }, - "responsables": [], - "titre_court": "BUT R&T", - "titre_num": "Semestre test semestre 1", - "session_id": "TAPI-BUT-FI-S1-2021" - } -] -``` - #### GET /etudiant/etudid/11/formsemestres ```json [ { - "dept_id": 1, - "etat": true, - "resp_can_change_ens": true, - "id": 1, - "modalite": "FI", - "ens_can_edit_eval": false, - "formation_id": 1, - "gestion_compensation": false, - "elt_sem_apo": null, - "semestre_id": 1, - "bul_hide_xml": false, - "elt_annee_apo": null, "titre": "Semestre test", "block_moyennes": false, "scodoc7_id": null, @@ -88,7 +11,19 @@ "gestion_semestrielle": false, "date_fin": "31/08/2022", "bul_bgcolor": "white", + "etat": true, "resp_can_edit": false, + "dept_id": 1, + "modalite": "FI", + "resp_can_change_ens": true, + "id": 1, + "gestion_compensation": false, + "ens_can_edit_eval": false, + "formation_id": 1, + "bul_hide_xml": false, + "elt_sem_apo": null, + "semestre_id": 1, + "elt_annee_apo": null, "parcours": [], "annee_scolaire": 2021, "date_debut_iso": "2021-09-01", @@ -98,18 +33,18 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "etape_apo": "A1, A2, A3", "formsemestre_id": 1, "formation": { "id": 1, - "acronyme": "BUT R&T", + "titre": "BUT R&T", "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", "formation_code": "V1RET", "code_specialite": null, "dept_id": 1, - "titre": "BUT R&T", + "acronyme": "BUT R&T", "version": 1, "type_parcours": 700, "referentiel_competence_id": 1, @@ -118,7 +53,7 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "formation_id": 1 }, @@ -126,7 +61,74 @@ "titre_court": "BUT R&T", "titre_num": "Semestre test semestre 1", "session_id": "TAPI-BUT-FI-S1-2021" - } + }, + "... etc." +] +``` + +#### GET /etudiant/ine/INE11/formsemestres +```json +[ + { + "titre": "Semestre test", + "block_moyennes": false, + "scodoc7_id": null, + "date_debut": "01/09/2021", + "gestion_semestrielle": false, + "date_fin": "31/08/2022", + "bul_bgcolor": "white", + "etat": true, + "resp_can_edit": false, + "dept_id": 1, + "modalite": "FI", + "resp_can_change_ens": true, + "id": 1, + "gestion_compensation": false, + "ens_can_edit_eval": false, + "formation_id": 1, + "bul_hide_xml": false, + "elt_sem_apo": null, + "semestre_id": 1, + "elt_annee_apo": null, + "parcours": [], + "annee_scolaire": 2021, + "date_debut_iso": "2021-09-01", + "date_fin_iso": "2022-08-31", + "departement": { + "id": 1, + "acronym": "TAPI", + "description": null, + "visible": true, + "date_creation": "2022-08-19T11:28:05.479405+02:00" + }, + "etape_apo": "A1, A2, A3", + "formsemestre_id": 1, + "formation": { + "id": 1, + "titre": "BUT R&T", + "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", + "formation_code": "V1RET", + "code_specialite": null, + "dept_id": 1, + "acronyme": "BUT R&T", + "version": 1, + "type_parcours": 700, + "referentiel_competence_id": 1, + "departement": { + "id": 1, + "acronym": "TAPI", + "description": null, + "visible": true, + "date_creation": "2022-08-19T11:28:05.479405+02:00" + }, + "formation_id": 1 + }, + "responsables": [], + "titre_court": "BUT R&T", + "titre_num": "Semestre test semestre 1", + "session_id": "TAPI-BUT-FI-S1-2021" + }, + "... etc." ] ``` diff --git a/docs/samples/sample_etudiant.json.md b/docs/samples/sample_etudiant.json.md index 30ffd6ae..1108538c 100644 --- a/docs/samples/sample_etudiant.json.md +++ b/docs/samples/sample_etudiant.json.md @@ -1,41 +1,25 @@ ### etudiant -#### GET /etudiant/nip/11 +#### GET /etudiant/etudid/11 ```json { - "dept_id": 1, - "nationalite": null, - "nom": "FLEURY", - "statut": null, - "prenom": "MADELEINE", - "boursier": null, - "nom_usuel": null, - "photo_filename": null, - "civilite": "F", - "code_nip": "11", "date_naissance": null, "code_ine": "INE11", - "id": 11, + "dept_id": 1, "lieu_naissance": null, "scodoc7_id": null, + "id": 11, "dept_naissance": null, + "nom": "FLEURY", + "nationalite": null, + "prenom": "MADELEINE", + "statut": null, + "nom_usuel": null, + "boursier": null, + "civilite": "F", + "photo_filename": null, + "code_nip": "11", "admission": { - "etudid": 11, - "anglais": null, - "commentaire": null, - "apb_groupe": null, - "annee": null, - "francais": null, - "nomlycee": null, - "apb_classement_gr": null, - "rang": null, - "villelycee": null, - "bac": null, - "qualite": null, - "codepostallycee": null, - "specialite": null, - "rapporteur": null, - "codelycee": null, "id": 11, "annee_bac": null, "decision": null, @@ -43,24 +27,40 @@ "math": null, "score": null, "boursier_prec": null, + "etudid": 11, "physique": null, - "classement": null + "commentaire": null, + "classement": null, + "annee": null, + "anglais": null, + "nomlycee": null, + "apb_groupe": null, + "francais": null, + "villelycee": null, + "apb_classement_gr": null, + "bac": null, + "rang": null, + "codepostallycee": null, + "specialite": null, + "qualite": null, + "codelycee": null, + "rapporteur": null }, "adresses": [ { - "id": 11, + "etudid": 11, "email": "MADELEINE.FLEURY@example.com", "domicile": null, - "villedomicile": null, - "telephone": null, - "fax": null, - "description": null, - "etudid": 11, - "emailperso": null, "codepostaldomicile": null, "paysdomicile": null, "telephonemobile": null, - "typeadresse": "domicile" + "typeadresse": "domicile", + "emailperso": null, + "id": 11, + "villedomicile": null, + "telephone": null, + "fax": null, + "description": null } ], "dept_acronym": "TAPI" @@ -70,39 +70,23 @@ #### GET /etudiant/ine/INE11 ```json { - "dept_id": 1, - "nationalite": null, - "nom": "FLEURY", - "statut": null, - "prenom": "MADELEINE", - "boursier": null, - "nom_usuel": null, - "photo_filename": null, - "civilite": "F", - "code_nip": "11", "date_naissance": null, "code_ine": "INE11", - "id": 11, + "dept_id": 1, "lieu_naissance": null, "scodoc7_id": null, + "id": 11, "dept_naissance": null, + "nom": "FLEURY", + "nationalite": null, + "prenom": "MADELEINE", + "statut": null, + "nom_usuel": null, + "boursier": null, + "civilite": "F", + "photo_filename": null, + "code_nip": "11", "admission": { - "etudid": 11, - "anglais": null, - "commentaire": null, - "apb_groupe": null, - "annee": null, - "francais": null, - "nomlycee": null, - "apb_classement_gr": null, - "rang": null, - "villelycee": null, - "bac": null, - "qualite": null, - "codepostallycee": null, - "specialite": null, - "rapporteur": null, - "codelycee": null, "id": 11, "annee_bac": null, "decision": null, @@ -110,66 +94,66 @@ "math": null, "score": null, "boursier_prec": null, + "etudid": 11, "physique": null, - "classement": null + "commentaire": null, + "classement": null, + "annee": null, + "anglais": null, + "nomlycee": null, + "apb_groupe": null, + "francais": null, + "villelycee": null, + "apb_classement_gr": null, + "bac": null, + "rang": null, + "codepostallycee": null, + "specialite": null, + "qualite": null, + "codelycee": null, + "rapporteur": null }, "adresses": [ { - "id": 11, + "etudid": 11, "email": "MADELEINE.FLEURY@example.com", "domicile": null, - "villedomicile": null, - "telephone": null, - "fax": null, - "description": null, - "etudid": 11, - "emailperso": null, "codepostaldomicile": null, "paysdomicile": null, "telephonemobile": null, - "typeadresse": "domicile" + "typeadresse": "domicile", + "emailperso": null, + "id": 11, + "villedomicile": null, + "telephone": null, + "fax": null, + "description": null } ], "dept_acronym": "TAPI" } ``` -#### GET /etudiant/etudid/11 +#### GET /etudiant/nip/11 ```json { - "dept_id": 1, - "nationalite": null, - "nom": "FLEURY", - "statut": null, - "prenom": "MADELEINE", - "boursier": null, - "nom_usuel": null, - "photo_filename": null, - "civilite": "F", - "code_nip": "11", "date_naissance": null, "code_ine": "INE11", - "id": 11, + "dept_id": 1, "lieu_naissance": null, "scodoc7_id": null, + "id": 11, "dept_naissance": null, + "nom": "FLEURY", + "nationalite": null, + "prenom": "MADELEINE", + "statut": null, + "nom_usuel": null, + "boursier": null, + "civilite": "F", + "photo_filename": null, + "code_nip": "11", "admission": { - "etudid": 11, - "anglais": null, - "commentaire": null, - "apb_groupe": null, - "annee": null, - "francais": null, - "nomlycee": null, - "apb_classement_gr": null, - "rang": null, - "villelycee": null, - "bac": null, - "qualite": null, - "codepostallycee": null, - "specialite": null, - "rapporteur": null, - "codelycee": null, "id": 11, "annee_bac": null, "decision": null, @@ -177,24 +161,40 @@ "math": null, "score": null, "boursier_prec": null, + "etudid": 11, "physique": null, - "classement": null + "commentaire": null, + "classement": null, + "annee": null, + "anglais": null, + "nomlycee": null, + "apb_groupe": null, + "francais": null, + "villelycee": null, + "apb_classement_gr": null, + "bac": null, + "rang": null, + "codepostallycee": null, + "specialite": null, + "qualite": null, + "codelycee": null, + "rapporteur": null }, "adresses": [ { - "id": 11, + "etudid": 11, "email": "MADELEINE.FLEURY@example.com", "domicile": null, - "villedomicile": null, - "telephone": null, - "fax": null, - "description": null, - "etudid": 11, - "emailperso": null, "codepostaldomicile": null, "paysdomicile": null, "telephonemobile": null, - "typeadresse": "domicile" + "typeadresse": "domicile", + "emailperso": null, + "id": 11, + "villedomicile": null, + "telephone": null, + "fax": null, + "description": null } ], "dept_acronym": "TAPI" diff --git a/docs/samples/sample_etudiant_formsemestres.json.md b/docs/samples/sample_etudiant_formsemestres.json.md index 2c7781e5..79a876fd 100644 --- a/docs/samples/sample_etudiant_formsemestres.json.md +++ b/docs/samples/sample_etudiant_formsemestres.json.md @@ -4,18 +4,6 @@ ```json [ { - "dept_id": 1, - "etat": true, - "resp_can_change_ens": true, - "id": 1, - "modalite": "FI", - "ens_can_edit_eval": false, - "formation_id": 1, - "gestion_compensation": false, - "elt_sem_apo": null, - "semestre_id": 1, - "bul_hide_xml": false, - "elt_annee_apo": null, "titre": "Semestre test", "block_moyennes": false, "scodoc7_id": null, @@ -23,7 +11,19 @@ "gestion_semestrielle": false, "date_fin": "31/08/2022", "bul_bgcolor": "white", + "etat": true, "resp_can_edit": false, + "dept_id": 1, + "modalite": "FI", + "resp_can_change_ens": true, + "id": 1, + "gestion_compensation": false, + "ens_can_edit_eval": false, + "formation_id": 1, + "bul_hide_xml": false, + "elt_sem_apo": null, + "semestre_id": 1, + "elt_annee_apo": null, "parcours": [], "annee_scolaire": 2021, "date_debut_iso": "2021-09-01", @@ -33,18 +33,18 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "etape_apo": "A1, A2, A3", "formsemestre_id": 1, "formation": { "id": 1, - "acronyme": "BUT R&T", + "titre": "BUT R&T", "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", "formation_code": "V1RET", "code_specialite": null, "dept_id": 1, - "titre": "BUT R&T", + "acronyme": "BUT R&T", "version": 1, "type_parcours": 700, "referentiel_competence_id": 1, @@ -53,7 +53,7 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "formation_id": 1 }, @@ -61,7 +61,8 @@ "titre_court": "BUT R&T", "titre_num": "Semestre test semestre 1", "session_id": "TAPI-BUT-FI-S1-2021" - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_etudiants-clef.json.md b/docs/samples/sample_etudiants-clef.json.md index 0fe50a78..aea6b1f0 100644 --- a/docs/samples/sample_etudiants-clef.json.md +++ b/docs/samples/sample_etudiants-clef.json.md @@ -1,111 +1,26 @@ ### etudiants-clef -#### GET /etudiants/nip/11 -```json -[ - { - "dept_id": 1, - "nationalite": null, - "nom": "FLEURY", - "statut": null, - "prenom": "MADELEINE", - "boursier": null, - "nom_usuel": null, - "photo_filename": null, - "civilite": "F", - "code_nip": "11", - "date_naissance": null, - "code_ine": "INE11", - "id": 11, - "lieu_naissance": null, - "scodoc7_id": null, - "dept_naissance": null, - "admission": { - "etudid": 11, - "anglais": null, - "commentaire": null, - "apb_groupe": null, - "annee": null, - "francais": null, - "nomlycee": null, - "apb_classement_gr": null, - "rang": null, - "villelycee": null, - "bac": null, - "qualite": null, - "codepostallycee": null, - "specialite": null, - "rapporteur": null, - "codelycee": null, - "id": 11, - "annee_bac": null, - "decision": null, - "type_admission": null, - "math": null, - "score": null, - "boursier_prec": null, - "physique": null, - "classement": null - }, - "adresses": [ - { - "id": 11, - "email": "MADELEINE.FLEURY@example.com", - "domicile": null, - "villedomicile": null, - "telephone": null, - "fax": null, - "description": null, - "etudid": 11, - "emailperso": null, - "codepostaldomicile": null, - "paysdomicile": null, - "telephonemobile": null, - "typeadresse": "domicile" - } - ], - "dept_acronym": "TAPI" - } -] -``` - #### GET /etudiants/etudid/11 ```json [ { - "dept_id": 1, - "nationalite": null, - "nom": "FLEURY", - "statut": null, - "prenom": "MADELEINE", - "boursier": null, - "nom_usuel": null, - "photo_filename": null, - "civilite": "F", - "code_nip": "11", "date_naissance": null, "code_ine": "INE11", - "id": 11, + "dept_id": 1, "lieu_naissance": null, "scodoc7_id": null, + "id": 11, "dept_naissance": null, + "nom": "FLEURY", + "nationalite": null, + "prenom": "MADELEINE", + "statut": null, + "nom_usuel": null, + "boursier": null, + "civilite": "F", + "photo_filename": null, + "code_nip": "11", "admission": { - "etudid": 11, - "anglais": null, - "commentaire": null, - "apb_groupe": null, - "annee": null, - "francais": null, - "nomlycee": null, - "apb_classement_gr": null, - "rang": null, - "villelycee": null, - "bac": null, - "qualite": null, - "codepostallycee": null, - "specialite": null, - "rapporteur": null, - "codelycee": null, "id": 11, "annee_bac": null, "decision": null, @@ -113,28 +28,115 @@ "math": null, "score": null, "boursier_prec": null, + "etudid": 11, "physique": null, - "classement": null + "commentaire": null, + "classement": null, + "annee": null, + "anglais": null, + "nomlycee": null, + "apb_groupe": null, + "francais": null, + "villelycee": null, + "apb_classement_gr": null, + "bac": null, + "rang": null, + "codepostallycee": null, + "specialite": null, + "qualite": null, + "codelycee": null, + "rapporteur": null }, "adresses": [ { - "id": 11, + "etudid": 11, "email": "MADELEINE.FLEURY@example.com", "domicile": null, - "villedomicile": null, - "telephone": null, - "fax": null, - "description": null, - "etudid": 11, - "emailperso": null, "codepostaldomicile": null, "paysdomicile": null, "telephonemobile": null, - "typeadresse": "domicile" + "typeadresse": "domicile", + "emailperso": null, + "id": 11, + "villedomicile": null, + "telephone": null, + "fax": null, + "description": null } ], "dept_acronym": "TAPI" - } + }, + "... etc." +] +``` + +#### GET /etudiants/nip/11 +```json +[ + { + "date_naissance": null, + "code_ine": "INE11", + "dept_id": 1, + "lieu_naissance": null, + "scodoc7_id": null, + "id": 11, + "dept_naissance": null, + "nom": "FLEURY", + "nationalite": null, + "prenom": "MADELEINE", + "statut": null, + "nom_usuel": null, + "boursier": null, + "civilite": "F", + "photo_filename": null, + "code_nip": "11", + "admission": { + "id": 11, + "annee_bac": null, + "decision": null, + "type_admission": null, + "math": null, + "score": null, + "boursier_prec": null, + "etudid": 11, + "physique": null, + "commentaire": null, + "classement": null, + "annee": null, + "anglais": null, + "nomlycee": null, + "apb_groupe": null, + "francais": null, + "villelycee": null, + "apb_classement_gr": null, + "bac": null, + "rang": null, + "codepostallycee": null, + "specialite": null, + "qualite": null, + "codelycee": null, + "rapporteur": null + }, + "adresses": [ + { + "etudid": 11, + "email": "MADELEINE.FLEURY@example.com", + "domicile": null, + "codepostaldomicile": null, + "paysdomicile": null, + "telephonemobile": null, + "typeadresse": "domicile", + "emailperso": null, + "id": 11, + "villedomicile": null, + "telephone": null, + "fax": null, + "description": null + } + ], + "dept_acronym": "TAPI" + }, + "... etc." ] ``` @@ -142,39 +144,23 @@ ```json [ { - "dept_id": 1, - "nationalite": null, - "nom": "FLEURY", - "statut": null, - "prenom": "MADELEINE", - "boursier": null, - "nom_usuel": null, - "photo_filename": null, - "civilite": "F", - "code_nip": "11", "date_naissance": null, "code_ine": "INE11", - "id": 11, + "dept_id": 1, "lieu_naissance": null, "scodoc7_id": null, + "id": 11, "dept_naissance": null, + "nom": "FLEURY", + "nationalite": null, + "prenom": "MADELEINE", + "statut": null, + "nom_usuel": null, + "boursier": null, + "civilite": "F", + "photo_filename": null, + "code_nip": "11", "admission": { - "etudid": 11, - "anglais": null, - "commentaire": null, - "apb_groupe": null, - "annee": null, - "francais": null, - "nomlycee": null, - "apb_classement_gr": null, - "rang": null, - "villelycee": null, - "bac": null, - "qualite": null, - "codepostallycee": null, - "specialite": null, - "rapporteur": null, - "codelycee": null, "id": 11, "annee_bac": null, "decision": null, @@ -182,28 +168,45 @@ "math": null, "score": null, "boursier_prec": null, + "etudid": 11, "physique": null, - "classement": null + "commentaire": null, + "classement": null, + "annee": null, + "anglais": null, + "nomlycee": null, + "apb_groupe": null, + "francais": null, + "villelycee": null, + "apb_classement_gr": null, + "bac": null, + "rang": null, + "codepostallycee": null, + "specialite": null, + "qualite": null, + "codelycee": null, + "rapporteur": null }, "adresses": [ { - "id": 11, + "etudid": 11, "email": "MADELEINE.FLEURY@example.com", "domicile": null, - "villedomicile": null, - "telephone": null, - "fax": null, - "description": null, - "etudid": 11, - "emailperso": null, "codepostaldomicile": null, "paysdomicile": null, "telephonemobile": null, - "typeadresse": "domicile" + "typeadresse": "domicile", + "emailperso": null, + "id": 11, + "villedomicile": null, + "telephone": null, + "fax": null, + "description": null } ], "dept_acronym": "TAPI" - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_etudiants-courants.json.md b/docs/samples/sample_etudiants-courants.json.md index 5f28bf5b..7c8fb31e 100644 --- a/docs/samples/sample_etudiants-courants.json.md +++ b/docs/samples/sample_etudiants-courants.json.md @@ -4,39 +4,23 @@ ```json [ { - "dept_id": 1, - "nationalite": null, - "nom": "COSTA", - "statut": null, - "prenom": "SACHA", - "boursier": null, - "nom_usuel": null, - "photo_filename": null, - "civilite": "X", - "code_nip": "1", "date_naissance": null, "code_ine": "INE1", - "id": 1, + "dept_id": 1, "lieu_naissance": null, "scodoc7_id": null, + "id": 1, "dept_naissance": null, + "nom": "COSTA", + "nationalite": null, + "prenom": "SACHA", + "statut": null, + "nom_usuel": null, + "boursier": null, + "civilite": "X", + "photo_filename": null, + "code_nip": "1", "admission": { - "etudid": 1, - "anglais": null, - "commentaire": null, - "apb_groupe": null, - "annee": null, - "francais": null, - "nomlycee": null, - "apb_classement_gr": null, - "rang": null, - "villelycee": null, - "bac": null, - "qualite": null, - "codepostallycee": null, - "specialite": null, - "rapporteur": null, - "codelycee": null, "id": 1, "annee_bac": null, "decision": null, @@ -44,62 +28,62 @@ "math": null, "score": null, "boursier_prec": null, + "etudid": 1, "physique": null, - "classement": null + "commentaire": null, + "classement": null, + "annee": null, + "anglais": null, + "nomlycee": null, + "apb_groupe": null, + "francais": null, + "villelycee": null, + "apb_classement_gr": null, + "bac": null, + "rang": null, + "codepostallycee": null, + "specialite": null, + "qualite": null, + "codelycee": null, + "rapporteur": null }, "adresses": [ { - "id": 1, + "etudid": 1, "email": "SACHA.COSTA@example.com", "domicile": null, - "villedomicile": null, - "telephone": null, - "fax": null, - "description": null, - "etudid": 1, - "emailperso": null, "codepostaldomicile": null, "paysdomicile": null, "telephonemobile": null, - "typeadresse": "domicile" + "typeadresse": "domicile", + "emailperso": null, + "id": 1, + "villedomicile": null, + "telephone": null, + "fax": null, + "description": null } ], "dept_acronym": "TAPI" }, { - "dept_id": 1, - "nationalite": null, - "nom": "NAUDIN", - "statut": null, - "prenom": "SIMONE", - "boursier": null, - "nom_usuel": null, - "photo_filename": null, - "civilite": "F", - "code_nip": "NIP2", "date_naissance": null, "code_ine": "2", - "id": 2, + "dept_id": 1, "lieu_naissance": null, "scodoc7_id": null, + "id": 2, "dept_naissance": null, + "nom": "NAUDIN", + "nationalite": null, + "prenom": "SIMONE", + "statut": null, + "nom_usuel": null, + "boursier": null, + "civilite": "F", + "photo_filename": null, + "code_nip": "NIP2", "admission": { - "etudid": 2, - "anglais": null, - "commentaire": null, - "apb_groupe": null, - "annee": null, - "francais": null, - "nomlycee": null, - "apb_classement_gr": null, - "rang": null, - "villelycee": null, - "bac": null, - "qualite": null, - "codepostallycee": null, - "specialite": null, - "rapporteur": null, - "codelycee": null, "id": 2, "annee_bac": null, "decision": null, @@ -107,28 +91,45 @@ "math": null, "score": null, "boursier_prec": null, + "etudid": 2, "physique": null, - "classement": null + "commentaire": null, + "classement": null, + "annee": null, + "anglais": null, + "nomlycee": null, + "apb_groupe": null, + "francais": null, + "villelycee": null, + "apb_classement_gr": null, + "bac": null, + "rang": null, + "codepostallycee": null, + "specialite": null, + "qualite": null, + "codelycee": null, + "rapporteur": null }, "adresses": [ { - "id": 2, + "etudid": 2, "email": "SIMONE.NAUDIN@example.com", "domicile": null, - "villedomicile": null, - "telephone": null, - "fax": null, - "description": null, - "etudid": 2, - "emailperso": null, "codepostaldomicile": null, "paysdomicile": null, "telephonemobile": null, - "typeadresse": "domicile" + "typeadresse": "domicile", + "emailperso": null, + "id": 2, + "villedomicile": null, + "telephone": null, + "fax": null, + "description": null } ], "dept_acronym": "TAPI" - } + }, + "... etc." ] ``` @@ -154,7 +155,8 @@ "nom_usuel": null, "prenom": "SIMONE", "civilite": "F" - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_formation-export.json.md b/docs/samples/sample_formation-export.json.md index 05041192..b872588e 100644 --- a/docs/samples/sample_formation-export.json.md +++ b/docs/samples/sample_formation-export.json.md @@ -1,584 +1,15 @@ ### formation-export -#### GET /formation/1/export -```json -{ - "id": 1, - "acronyme": "BUT R&T", - "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", - "formation_code": "V1RET", - "code_specialite": null, - "dept_id": 1, - "titre": "BUT R&T", - "version": 1, - "type_parcours": 700, - "referentiel_competence_id": 1, - "departement": { - "id": 1, - "acronym": "TAPI", - "description": null, - "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" - }, - "formation_id": 1, - "ue": [ - { - "acronyme": "RT1.1", - "numero": 1, - "titre": "Administrer les r\u00e9seaux et l\u2019Internet", - "type": 0, - "ue_code": "UCOD11", - "ects": 12.0, - "is_external": false, - "code_apogee": "", - "coefficient": 0.0, - "semestre_idx": 1, - "color": "#B80004", - "niveau_competence_id": "", - "coef_rcue": 1.0, - "reference": 1, - "matiere": [ - { - "titre": "Administrer les r\u00e9seaux et l\u2019Internet", - "numero": 1, - "module": [ - { - "titre": "Initiation aux r\u00e9seaux informatiques", - "abbrev": "Init aux r\u00e9seaux informatiques", - "code": "R101", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 10, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "1", - "coef": "12.0" - }, - { - "ue_reference": "2", - "coef": "4.0" - }, - { - "ue_reference": "3", - "coef": "4.0" - } - ] - }, - { - "titre": "Se sensibiliser \u00e0 l'hygi\u00e8ne informatique et \u00e0 la cybers\u00e9curit\u00e9", - "abbrev": "Hygi\u00e8ne informatique", - "code": "SAE11", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 10, - "code_apogee": "", - "module_type": 3, - "coefficients": [ - { - "ue_reference": "1", - "coef": "16.0" - } - ] - }, - { - "titre": "Principe et architecture des r\u00e9seaux", - "abbrev": "", - "code": "R102", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 20, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "1", - "coef": "12.0" - } - ] - }, - { - "titre": "R\u00e9seaux locaux et \u00e9quipements actifs", - "abbrev": "R\u00e9seaux locaux", - "code": "R103", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 30, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "1", - "coef": "8.0" - }, - { - "ue_reference": "2", - "coef": "4.0" - } - ] - }, - { - "titre": "Fondamentaux des syst\u00e8mes \u00e9lectroniques", - "abbrev": "", - "code": "R104", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 40, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "1", - "coef": "8.0" - }, - { - "ue_reference": "2", - "coef": "5.0" - } - ] - }, - { - "titre": "Architecture des syst\u00e8mes num\u00e9riques et informatiques", - "abbrev": "", - "code": "R106", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 60, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "1", - "coef": "10.0" - } - ] - } - ] - } - ] - }, - { - "acronyme": "RT2.1", - "numero": 2, - "titre": "Connecter les entreprises et les usagers", - "type": 0, - "ue_code": "UCOD12", - "ects": 8.0, - "is_external": false, - "code_apogee": "", - "coefficient": 0.0, - "semestre_idx": 1, - "color": "#F97B3D", - "niveau_competence_id": "", - "coef_rcue": 1.0, - "reference": 2, - "matiere": [ - { - "titre": "Connecter les entreprises et les usagers", - "numero": 1, - "module": [ - { - "titre": "S'initier aux r\u00e9seaux informatiques", - "abbrev": "", - "code": "SAE12", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 20, - "code_apogee": "", - "module_type": 3, - "coefficients": [ - { - "ue_reference": "1", - "coef": "33.0" - } - ] - }, - { - "titre": "D\u00e9couvrir un dispositif de tranmission", - "abbrev": "", - "code": "SAE13", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 30, - "code_apogee": "", - "module_type": 3, - "coefficients": [ - { - "ue_reference": "2", - "coef": "33.0" - } - ] - }, - { - "titre": "Support de transmission pour les r\u00e9seaux locaux", - "abbrev": "Support de transmission", - "code": "R105", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 50, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "2", - "coef": "5.0" - } - ] - }, - { - "titre": "Anglais g\u00e9n\u00e9ral et init vocabulaire technique", - "abbrev": "", - "code": "R110", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 100, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "1", - "coef": "3.0" - }, - { - "ue_reference": "2", - "coef": "5.0" - }, - { - "ue_reference": "3", - "coef": "5.0" - } - ] - }, - { - "titre": "Expression-culture-Communication Pro.", - "abbrev": "", - "code": "R111", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 110, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "1", - "coef": "3.0" - }, - { - "ue_reference": "2", - "coef": "5.0" - }, - { - "ue_reference": "3", - "coef": "4.0" - } - ] - }, - { - "titre": "Math\u00e9matiques du signal", - "abbrev": "", - "code": "R113", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 130, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "1", - "coef": "5.0" - }, - { - "ue_reference": "2", - "coef": "8.0" - } - ] - }, - { - "titre": "Math\u00e9matiques des transmissions", - "abbrev": "", - "code": "R114", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 140, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "1", - "coef": "4.0" - }, - { - "ue_reference": "2", - "coef": "8.0" - } - ] - } - ] - } - ] - }, - { - "acronyme": "RT3.1", - "numero": 3, - "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", - "type": 0, - "ue_code": "UCOD13", - "ects": 10.0, - "is_external": false, - "code_apogee": "", - "coefficient": 0.0, - "semestre_idx": 1, - "color": "#FEB40B", - "niveau_competence_id": "", - "coef_rcue": 1.0, - "reference": 3, - "matiere": [ - { - "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", - "numero": 1, - "module": [ - { - "titre": "Se pr\u00e9senter sur Internet", - "abbrev": "", - "code": "SAE14", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 40, - "code_apogee": "", - "module_type": 3, - "coefficients": [ - { - "ue_reference": "3", - "coef": "16.0" - } - ] - }, - { - "titre": "Traiter des donn\u00e9es", - "abbrev": "", - "code": "SAE15", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 50, - "code_apogee": "", - "module_type": 3, - "coefficients": [ - { - "ue_reference": "3", - "coef": "26.0" - } - ] - }, - { - "titre": "Portofolio", - "abbrev": "", - "code": "SAE16", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 60, - "code_apogee": "", - "module_type": 3, - "coefficients": [] - }, - { - "titre": "Fondamentaux de la programmation", - "abbrev": "", - "code": "R107", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 70, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "3", - "coef": "22.0" - } - ] - }, - { - "titre": "Base des syst\u00e8mes d'exploitation", - "abbrev": "", - "code": "R108", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 80, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "1", - "coef": "6.0" - }, - { - "ue_reference": "3", - "coef": "7.0" - } - ] - }, - { - "titre": "Introduction aux technologies Web", - "abbrev": "", - "code": "R109", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 90, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "3", - "coef": "4.0" - } - ] - }, - { - "titre": "PPP", - "abbrev": "", - "code": "R112", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 120, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "1", - "coef": "2.0" - }, - { - "ue_reference": "2", - "coef": "3.0" - }, - { - "ue_reference": "3", - "coef": "4.0" - } - ] - }, - { - "titre": "Gestion de projets", - "abbrev": "", - "code": "R115", - "heures_cours": 0.0, - "heures_td": 0.0, - "heures_tp": 0.0, - "coefficient": 1.0, - "ects": "", - "semestre_id": 1, - "numero": 150, - "code_apogee": "", - "module_type": 2, - "coefficients": [ - { - "ue_reference": "2", - "coef": "2.0" - }, - { - "ue_reference": "3", - "coef": "4.0" - } - ] - } - ] - } - ] - } - ] -} -``` - #### GET /formation/1/export_with_ids ```json { "id": 1, - "acronyme": "BUT R&T", + "titre": "BUT R&T", "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", "formation_code": "V1RET", "code_specialite": null, "dept_id": 1, - "titre": "BUT R&T", + "acronyme": "BUT R&T", "version": 1, "type_parcours": 700, "referentiel_competence_id": 1, @@ -587,7 +18,7 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "formation_id": 1, "ue": [ @@ -1261,3 +692,572 @@ } ``` +#### GET /formation/1/export +```json +{ + "id": 1, + "titre": "BUT R&T", + "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", + "formation_code": "V1RET", + "code_specialite": null, + "dept_id": 1, + "acronyme": "BUT R&T", + "version": 1, + "type_parcours": 700, + "referentiel_competence_id": 1, + "departement": { + "id": 1, + "acronym": "TAPI", + "description": null, + "visible": true, + "date_creation": "2022-08-19T11:28:05.479405+02:00" + }, + "formation_id": 1, + "ue": [ + { + "acronyme": "RT1.1", + "numero": 1, + "titre": "Administrer les r\u00e9seaux et l\u2019Internet", + "type": 0, + "ue_code": "UCOD11", + "ects": 12.0, + "is_external": false, + "code_apogee": "", + "coefficient": 0.0, + "semestre_idx": 1, + "color": "#B80004", + "niveau_competence_id": "", + "coef_rcue": 1.0, + "reference": 1, + "matiere": [ + { + "titre": "Administrer les r\u00e9seaux et l\u2019Internet", + "numero": 1, + "module": [ + { + "titre": "Initiation aux r\u00e9seaux informatiques", + "abbrev": "Init aux r\u00e9seaux informatiques", + "code": "R101", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 10, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "1", + "coef": "12.0" + }, + { + "ue_reference": "2", + "coef": "4.0" + }, + { + "ue_reference": "3", + "coef": "4.0" + } + ] + }, + { + "titre": "Se sensibiliser \u00e0 l'hygi\u00e8ne informatique et \u00e0 la cybers\u00e9curit\u00e9", + "abbrev": "Hygi\u00e8ne informatique", + "code": "SAE11", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 10, + "code_apogee": "", + "module_type": 3, + "coefficients": [ + { + "ue_reference": "1", + "coef": "16.0" + } + ] + }, + { + "titre": "Principe et architecture des r\u00e9seaux", + "abbrev": "", + "code": "R102", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 20, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "1", + "coef": "12.0" + } + ] + }, + { + "titre": "R\u00e9seaux locaux et \u00e9quipements actifs", + "abbrev": "R\u00e9seaux locaux", + "code": "R103", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 30, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "1", + "coef": "8.0" + }, + { + "ue_reference": "2", + "coef": "4.0" + } + ] + }, + { + "titre": "Fondamentaux des syst\u00e8mes \u00e9lectroniques", + "abbrev": "", + "code": "R104", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 40, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "1", + "coef": "8.0" + }, + { + "ue_reference": "2", + "coef": "5.0" + } + ] + }, + { + "titre": "Architecture des syst\u00e8mes num\u00e9riques et informatiques", + "abbrev": "", + "code": "R106", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 60, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "1", + "coef": "10.0" + } + ] + } + ] + } + ] + }, + { + "acronyme": "RT2.1", + "numero": 2, + "titre": "Connecter les entreprises et les usagers", + "type": 0, + "ue_code": "UCOD12", + "ects": 8.0, + "is_external": false, + "code_apogee": "", + "coefficient": 0.0, + "semestre_idx": 1, + "color": "#F97B3D", + "niveau_competence_id": "", + "coef_rcue": 1.0, + "reference": 2, + "matiere": [ + { + "titre": "Connecter les entreprises et les usagers", + "numero": 1, + "module": [ + { + "titre": "S'initier aux r\u00e9seaux informatiques", + "abbrev": "", + "code": "SAE12", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 20, + "code_apogee": "", + "module_type": 3, + "coefficients": [ + { + "ue_reference": "1", + "coef": "33.0" + } + ] + }, + { + "titre": "D\u00e9couvrir un dispositif de tranmission", + "abbrev": "", + "code": "SAE13", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 30, + "code_apogee": "", + "module_type": 3, + "coefficients": [ + { + "ue_reference": "2", + "coef": "33.0" + } + ] + }, + { + "titre": "Support de transmission pour les r\u00e9seaux locaux", + "abbrev": "Support de transmission", + "code": "R105", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 50, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "2", + "coef": "5.0" + } + ] + }, + { + "titre": "Anglais g\u00e9n\u00e9ral et init vocabulaire technique", + "abbrev": "", + "code": "R110", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 100, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "1", + "coef": "3.0" + }, + { + "ue_reference": "2", + "coef": "5.0" + }, + { + "ue_reference": "3", + "coef": "5.0" + } + ] + }, + { + "titre": "Expression-culture-Communication Pro.", + "abbrev": "", + "code": "R111", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 110, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "1", + "coef": "3.0" + }, + { + "ue_reference": "2", + "coef": "5.0" + }, + { + "ue_reference": "3", + "coef": "4.0" + } + ] + }, + { + "titre": "Math\u00e9matiques du signal", + "abbrev": "", + "code": "R113", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 130, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "1", + "coef": "5.0" + }, + { + "ue_reference": "2", + "coef": "8.0" + } + ] + }, + { + "titre": "Math\u00e9matiques des transmissions", + "abbrev": "", + "code": "R114", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 140, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "1", + "coef": "4.0" + }, + { + "ue_reference": "2", + "coef": "8.0" + } + ] + } + ] + } + ] + }, + { + "acronyme": "RT3.1", + "numero": 3, + "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", + "type": 0, + "ue_code": "UCOD13", + "ects": 10.0, + "is_external": false, + "code_apogee": "", + "coefficient": 0.0, + "semestre_idx": 1, + "color": "#FEB40B", + "niveau_competence_id": "", + "coef_rcue": 1.0, + "reference": 3, + "matiere": [ + { + "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", + "numero": 1, + "module": [ + { + "titre": "Se pr\u00e9senter sur Internet", + "abbrev": "", + "code": "SAE14", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 40, + "code_apogee": "", + "module_type": 3, + "coefficients": [ + { + "ue_reference": "3", + "coef": "16.0" + } + ] + }, + { + "titre": "Traiter des donn\u00e9es", + "abbrev": "", + "code": "SAE15", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 50, + "code_apogee": "", + "module_type": 3, + "coefficients": [ + { + "ue_reference": "3", + "coef": "26.0" + } + ] + }, + { + "titre": "Portofolio", + "abbrev": "", + "code": "SAE16", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 60, + "code_apogee": "", + "module_type": 3, + "coefficients": [] + }, + { + "titre": "Fondamentaux de la programmation", + "abbrev": "", + "code": "R107", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 70, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "3", + "coef": "22.0" + } + ] + }, + { + "titre": "Base des syst\u00e8mes d'exploitation", + "abbrev": "", + "code": "R108", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 80, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "1", + "coef": "6.0" + }, + { + "ue_reference": "3", + "coef": "7.0" + } + ] + }, + { + "titre": "Introduction aux technologies Web", + "abbrev": "", + "code": "R109", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 90, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "3", + "coef": "4.0" + } + ] + }, + { + "titre": "PPP", + "abbrev": "", + "code": "R112", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 120, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "1", + "coef": "2.0" + }, + { + "ue_reference": "2", + "coef": "3.0" + }, + { + "ue_reference": "3", + "coef": "4.0" + } + ] + }, + { + "titre": "Gestion de projets", + "abbrev": "", + "code": "R115", + "heures_cours": 0.0, + "heures_td": 0.0, + "heures_tp": 0.0, + "coefficient": 1.0, + "ects": "", + "semestre_id": 1, + "numero": 150, + "code_apogee": "", + "module_type": 2, + "coefficients": [ + { + "ue_reference": "2", + "coef": "2.0" + }, + { + "ue_reference": "3", + "coef": "4.0" + } + ] + } + ] + } + ] + } + ] +} +``` + diff --git a/docs/samples/sample_formation-referentiel_competences.json.md b/docs/samples/sample_formation-referentiel_competences.json.md index 676cb71b..72873c48 100644 --- a/docs/samples/sample_formation-referentiel_competences.json.md +++ b/docs/samples/sample_formation-referentiel_competences.json.md @@ -11,7 +11,7 @@ "type_departement": "secondaire", "type_titre": "B.U.T.", "version_orebut": "2021-12-11 00:00:00", - "scodoc_date_loaded": "2022-08-14T08:00:39.083445Z", + "scodoc_date_loaded": "2022-08-19T09:28:10.715572Z", "scodoc_orig_filename": "ressources/referentiels/but2022/competences/but-RT-05012022-081735.xml", "competences": { "Administrer": { diff --git a/docs/samples/sample_formation.json.md b/docs/samples/sample_formation.json.md index c68afafb..8f4d2430 100644 --- a/docs/samples/sample_formation.json.md +++ b/docs/samples/sample_formation.json.md @@ -4,12 +4,12 @@ ```json { "id": 1, - "acronyme": "BUT R&T", + "titre": "BUT R&T", "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", "formation_code": "V1RET", "code_specialite": null, "dept_id": 1, - "titre": "BUT R&T", + "acronyme": "BUT R&T", "version": 1, "type_parcours": 700, "referentiel_competence_id": 1, @@ -18,7 +18,7 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "formation_id": 1 } diff --git a/docs/samples/sample_formations.json.md b/docs/samples/sample_formations.json.md index 934fb42b..3bf6e829 100644 --- a/docs/samples/sample_formations.json.md +++ b/docs/samples/sample_formations.json.md @@ -5,12 +5,12 @@ [ { "id": 1, - "acronyme": "BUT R&T", + "titre": "BUT R&T", "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", "formation_code": "V1RET", "code_specialite": null, "dept_id": 1, - "titre": "BUT R&T", + "acronyme": "BUT R&T", "version": 1, "type_parcours": 700, "referentiel_competence_id": 1, @@ -19,10 +19,11 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "formation_id": 1 - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_formations_ids.json.md b/docs/samples/sample_formations_ids.json.md index 79c047e9..d9740c4f 100644 --- a/docs/samples/sample_formations_ids.json.md +++ b/docs/samples/sample_formations_ids.json.md @@ -3,7 +3,8 @@ #### GET /formations_ids ```json [ - 1 + 1, + "... etc." ] ``` diff --git a/docs/samples/sample_formsemestre-bulletins.json.md b/docs/samples/sample_formsemestre-bulletins.json.md index 79146ec9..bd8fdba1 100644 --- a/docs/samples/sample_formsemestre-bulletins.json.md +++ b/docs/samples/sample_formsemestre-bulletins.json.md @@ -6,7 +6,7 @@ { "version": "0", "type": "BUT", - "date": "2022-08-14T08:02:01.309363Z", + "date": "2022-08-19T09:29:00.145584Z", "publie": true, "etudiant": { "civilite": "X", @@ -27,16 +27,16 @@ "boursier": "", "fiche_url": "/ScoDoc/TAPI/Scolarite/ficheEtud?etudid=1", "photo_url": "/ScoDoc/TAPI/Scolarite/get_photo_image?etudid=1&size=small", - "id": 1, "domicile": "", - "villedomicile": "", - "telephone": "", - "fax": "", - "description": "", "codepostaldomicile": "", "paysdomicile": "", "telephonemobile": "", - "typeadresse": "domicile" + "typeadresse": "domicile", + "id": 1, + "villedomicile": "", + "telephone": "", + "fax": "", + "description": "" }, "formation": { "id": 1, @@ -972,7 +972,7 @@ { "version": "0", "type": "BUT", - "date": "2022-08-14T08:02:01.674979Z", + "date": "2022-08-19T09:29:00.600860Z", "publie": true, "etudiant": { "civilite": "F", @@ -993,16 +993,16 @@ "boursier": "", "fiche_url": "/ScoDoc/TAPI/Scolarite/ficheEtud?etudid=2", "photo_url": "/ScoDoc/TAPI/Scolarite/get_photo_image?etudid=2&size=small", - "id": 2, "domicile": "", - "villedomicile": "", - "telephone": "", - "fax": "", - "description": "", "codepostaldomicile": "", "paysdomicile": "", "telephonemobile": "", - "typeadresse": "domicile" + "typeadresse": "domicile", + "id": 2, + "villedomicile": "", + "telephone": "", + "fax": "", + "description": "" }, "formation": { "id": 1, @@ -1934,7 +1934,8 @@ "groupes": {} } } - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_formsemestre-decisions_jury.json.md b/docs/samples/sample_formsemestre-decisions_jury.json.md index 014d21aa..3338fcd1 100644 --- a/docs/samples/sample_formsemestre-decisions_jury.json.md +++ b/docs/samples/sample_formsemestre-decisions_jury.json.md @@ -26,7 +26,8 @@ "ues": [], "semestre": {}, "autorisations": [] - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_formsemestre-etat_evals.json.md b/docs/samples/sample_formsemestre-etat_evals.json.md index 1266aff0..62d16b54 100644 --- a/docs/samples/sample_formsemestre-etat_evals.json.md +++ b/docs/samples/sample_formsemestre-etat_evals.json.md @@ -5,22 +5,13 @@ [ { "module_id": 1, - "id": 1, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 1, + "responsable_id": 2, "moduleimpl_id": 1, "ens": [], "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Initiation aux r\u00e9seaux informatiques", - "ects": null, - "module_type": 2, - "id": 1, - "ue_id": 1, - "abbrev": "Init aux r\u00e9seaux informatiques", - "formation_id": 1, "code": "R101", "matiere_id": 1, "heures_cours": 0.0, @@ -28,75 +19,84 @@ "heures_td": 0.0, "numero": 10, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Initiation aux r\u00e9seaux informatiques", + "coefficient": 1.0, + "module_type": 2, + "id": 1, + "ects": null, + "abbrev": "Init aux r\u00e9seaux informatiques", + "ue_id": 1, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 12.0, - "ue_id": 1, "module_id": 1, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 4.0, - "ue_id": 2, "module_id": 1, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 4.0, - "ue_id": 3, "module_id": 1, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } } @@ -105,15 +105,15 @@ }, "evaluations": [ { - "jour": "", "id": 1, "moduleimpl_id": 1, - "heure_fin": "09h00", + "heure_debut": "08h00", + "description": null, "note_max": 20.0, "visibulletin": true, "evaluation_type": 0, - "heure_debut": "08h00", - "description": null, + "jour": "", + "heure_fin": "09h00", "coefficient": 1.0, "publish_incomplete": true, "numero": 0, @@ -146,22 +146,13 @@ }, { "module_id": 3, - "id": 3, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 3, + "responsable_id": 2, "moduleimpl_id": 3, "ens": [], "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Principe et architecture des r\u00e9seaux", - "ects": null, - "module_type": 2, - "id": 3, - "ue_id": 1, - "abbrev": null, - "formation_id": 1, "code": "R102", "matiere_id": 1, "heures_cours": 0.0, @@ -169,29 +160,38 @@ "heures_td": 0.0, "numero": 20, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Principe et architecture des r\u00e9seaux", + "coefficient": 1.0, + "module_type": 2, + "id": 3, + "ects": null, + "abbrev": null, + "ue_id": 1, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 12.0, - "ue_id": 1, "module_id": 3, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } } @@ -200,15 +200,15 @@ }, "evaluations": [ { - "jour": "", "id": 3, "moduleimpl_id": 3, - "heure_fin": "09h00", + "heure_debut": "08h00", + "description": null, "note_max": 20.0, "visibulletin": true, "evaluation_type": 0, - "heure_debut": "08h00", - "description": null, + "jour": "", + "heure_fin": "09h00", "coefficient": 1.0, "publish_incomplete": true, "numero": 0, @@ -238,7 +238,8 @@ } } ] - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_formsemestre-etudiants-query.json.md b/docs/samples/sample_formsemestre-etudiants-query.json.md index 2938472a..47ba3075 100644 --- a/docs/samples/sample_formsemestre-etudiants-query.json.md +++ b/docs/samples/sample_formsemestre-etudiants-query.json.md @@ -12,20 +12,7 @@ "nom_usuel": null, "prenom": "FRAN\u00c7OISE", "civilite": "F", - "groups": [ - { - "partition_id": 1, - "id": 1, - "formsemestre_id": 1, - "partition_name": null, - "numero": null, - "bul_show_rank": false, - "show_in_lists": true, - "groups_editable": true, - "group_id": 1, - "group_name": null - } - ] + "groups": [] }, { "id": 10, @@ -36,21 +23,9 @@ "nom_usuel": null, "prenom": "MARGUERITE", "civilite": "F", - "groups": [ - { - "partition_id": 1, - "id": 1, - "formsemestre_id": 1, - "partition_name": null, - "numero": null, - "bul_show_rank": false, - "show_in_lists": true, - "groups_editable": true, - "group_id": 1, - "group_name": null - } - ] - } + "groups": [] + }, + "... etc." ] ``` diff --git a/docs/samples/sample_formsemestre-etudiants.json.md b/docs/samples/sample_formsemestre-etudiants.json.md index b4d96f00..20656251 100644 --- a/docs/samples/sample_formsemestre-etudiants.json.md +++ b/docs/samples/sample_formsemestre-etudiants.json.md @@ -12,20 +12,7 @@ "nom_usuel": null, "prenom": "SACHA", "civilite": "X", - "groups": [ - { - "partition_id": 1, - "id": 1, - "formsemestre_id": 1, - "partition_name": null, - "numero": null, - "bul_show_rank": false, - "show_in_lists": true, - "groups_editable": true, - "group_id": 1, - "group_name": null - } - ] + "groups": [] }, { "id": 2, @@ -36,21 +23,9 @@ "nom_usuel": null, "prenom": "SIMONE", "civilite": "F", - "groups": [ - { - "partition_id": 1, - "id": 1, - "formsemestre_id": 1, - "partition_name": null, - "numero": null, - "bul_show_rank": false, - "show_in_lists": true, - "groups_editable": true, - "group_id": 1, - "group_name": null - } - ] - } + "groups": [] + }, + "... etc." ] ``` diff --git a/docs/samples/sample_formsemestre-partition-create.json.md b/docs/samples/sample_formsemestre-partition-create.json.md index 70172bb7..d98aec1b 100644 --- a/docs/samples/sample_formsemestre-partition-create.json.md +++ b/docs/samples/sample_formsemestre-partition-create.json.md @@ -7,13 +7,13 @@ ```json { - "bul_show_rank": false, "partition_name": "PART", + "bul_show_rank": false, "groups_editable": true, "id": 2, - "numero": 0, - "show_in_lists": false, "formsemestre_id": 1, + "show_in_lists": false, + "numero": 0, "groups": {} } ``` diff --git a/docs/samples/sample_formsemestre-partitions-order.json.md b/docs/samples/sample_formsemestre-partitions-order.json.md index 04748b3e..8ccfdd98 100644 --- a/docs/samples/sample_formsemestre-partitions-order.json.md +++ b/docs/samples/sample_formsemestre-partitions-order.json.md @@ -15,7 +15,8 @@ "formsemestre_id": 1, "numero": 0, "show_in_lists": false - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_formsemestre-programme.json.md b/docs/samples/sample_formsemestre-programme.json.md index b0fa3dc2..f6bd710a 100644 --- a/docs/samples/sample_formsemestre-programme.json.md +++ b/docs/samples/sample_formsemestre-programme.json.md @@ -5,842 +5,842 @@ { "ues": [ { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1, "module_ue_coefs": [ { "coef": 12.0, - "ue_id": 1, "module_id": 1, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 16.0, - "ue_id": 1, "module_id": 2, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 12.0, - "ue_id": 1, "module_id": 3, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 8.0, - "ue_id": 1, "module_id": 4, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 8.0, - "ue_id": 1, "module_id": 5, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 10.0, - "ue_id": 1, "module_id": 6, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 33.0, - "ue_id": 1, "module_id": 7, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 3.0, - "ue_id": 1, "module_id": 10, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 3.0, - "ue_id": 1, "module_id": 11, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 5.0, - "ue_id": 1, "module_id": 12, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 4.0, - "ue_id": 1, "module_id": 13, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 6.0, - "ue_id": 1, "module_id": 18, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 2.0, - "ue_id": 1, "module_id": 20, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } } ] }, { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2, "module_ue_coefs": [ { "coef": 4.0, - "ue_id": 2, "module_id": 1, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 4.0, - "ue_id": 2, "module_id": 4, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 5.0, - "ue_id": 2, "module_id": 5, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 33.0, - "ue_id": 2, "module_id": 8, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 5.0, - "ue_id": 2, "module_id": 9, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 5.0, - "ue_id": 2, "module_id": 10, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 5.0, - "ue_id": 2, "module_id": 11, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 8.0, - "ue_id": 2, "module_id": 12, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 8.0, - "ue_id": 2, "module_id": 13, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 3.0, - "ue_id": 2, "module_id": 20, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 2.0, - "ue_id": 2, "module_id": 21, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } } ] }, { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3, "module_ue_coefs": [ { "coef": 4.0, - "ue_id": 3, "module_id": 1, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } }, { "coef": 5.0, - "ue_id": 3, "module_id": 10, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } }, { "coef": 4.0, - "ue_id": 3, "module_id": 11, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } }, { "coef": 16.0, - "ue_id": 3, "module_id": 14, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } }, { "coef": 26.0, - "ue_id": 3, "module_id": 15, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } }, { "coef": 22.0, - "ue_id": 3, "module_id": 17, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } }, { "coef": 7.0, - "ue_id": 3, "module_id": 18, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } }, { "coef": 4.0, - "ue_id": 3, "module_id": 19, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } }, { "coef": 4.0, - "ue_id": 3, "module_id": 20, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } }, { "coef": 4.0, - "ue_id": 3, "module_id": 21, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } } @@ -850,20 +850,11 @@ "ressources": [ { "module_id": 1, - "id": 1, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 1, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Initiation aux r\u00e9seaux informatiques", - "ects": null, - "module_type": 2, - "id": 1, - "ue_id": 1, - "abbrev": "Init aux r\u00e9seaux informatiques", - "formation_id": 1, "code": "R101", "matiere_id": 1, "heures_cours": 0.0, @@ -871,75 +862,84 @@ "heures_td": 0.0, "numero": 10, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Initiation aux r\u00e9seaux informatiques", + "coefficient": 1.0, + "module_type": 2, + "id": 1, + "ects": null, + "abbrev": "Init aux r\u00e9seaux informatiques", + "ue_id": 1, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 12.0, - "ue_id": 1, "module_id": 1, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 4.0, - "ue_id": 2, "module_id": 1, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 4.0, - "ue_id": 3, "module_id": 1, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } } @@ -951,20 +951,11 @@ }, { "module_id": 3, - "id": 3, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 3, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Principe et architecture des r\u00e9seaux", - "ects": null, - "module_type": 2, - "id": 3, - "ue_id": 1, - "abbrev": null, - "formation_id": 1, "code": "R102", "matiere_id": 1, "heures_cours": 0.0, @@ -972,29 +963,38 @@ "heures_td": 0.0, "numero": 20, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Principe et architecture des r\u00e9seaux", + "coefficient": 1.0, + "module_type": 2, + "id": 3, + "ects": null, + "abbrev": null, + "ue_id": 1, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 12.0, - "ue_id": 1, "module_id": 3, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } } @@ -1006,20 +1006,11 @@ }, { "module_id": 4, - "id": 4, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 4, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "R\u00e9seaux locaux et \u00e9quipements actifs", - "ects": null, - "module_type": 2, - "id": 4, - "ue_id": 1, - "abbrev": "R\u00e9seaux locaux", - "formation_id": 1, "code": "R103", "matiere_id": 1, "heures_cours": 0.0, @@ -1027,52 +1018,61 @@ "heures_td": 0.0, "numero": 30, "heures_tp": 0.0, + "code_apogee": "", + "titre": "R\u00e9seaux locaux et \u00e9quipements actifs", + "coefficient": 1.0, + "module_type": 2, + "id": 4, + "ects": null, + "abbrev": "R\u00e9seaux locaux", + "ue_id": 1, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 8.0, - "ue_id": 1, "module_id": 4, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 4.0, - "ue_id": 2, "module_id": 4, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } } @@ -1084,20 +1084,11 @@ }, { "module_id": 5, - "id": 5, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 5, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Fondamentaux des syst\u00e8mes \u00e9lectroniques", - "ects": null, - "module_type": 2, - "id": 5, - "ue_id": 1, - "abbrev": null, - "formation_id": 1, "code": "R104", "matiere_id": 1, "heures_cours": 0.0, @@ -1105,52 +1096,61 @@ "heures_td": 0.0, "numero": 40, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Fondamentaux des syst\u00e8mes \u00e9lectroniques", + "coefficient": 1.0, + "module_type": 2, + "id": 5, + "ects": null, + "abbrev": null, + "ue_id": 1, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 8.0, - "ue_id": 1, "module_id": 5, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 5.0, - "ue_id": 2, "module_id": 5, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } } @@ -1162,20 +1162,11 @@ }, { "module_id": 9, - "id": 9, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 9, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Support de transmission pour les r\u00e9seaux locaux", - "ects": null, - "module_type": 2, - "id": 9, - "ue_id": 2, - "abbrev": "Support de transmission", - "formation_id": 1, "code": "R105", "matiere_id": 2, "heures_cours": 0.0, @@ -1183,29 +1174,38 @@ "heures_td": 0.0, "numero": 50, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Support de transmission pour les r\u00e9seaux locaux", + "coefficient": 1.0, + "module_type": 2, + "id": 9, + "ects": null, + "abbrev": "Support de transmission", + "ue_id": 2, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 5.0, - "ue_id": 2, "module_id": 9, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } } @@ -1217,20 +1217,11 @@ }, { "module_id": 6, - "id": 6, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 6, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Architecture des syst\u00e8mes num\u00e9riques et informatiques", - "ects": null, - "module_type": 2, - "id": 6, - "ue_id": 1, - "abbrev": null, - "formation_id": 1, "code": "R106", "matiere_id": 1, "heures_cours": 0.0, @@ -1238,29 +1229,38 @@ "heures_td": 0.0, "numero": 60, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Architecture des syst\u00e8mes num\u00e9riques et informatiques", + "coefficient": 1.0, + "module_type": 2, + "id": 6, + "ects": null, + "abbrev": null, + "ue_id": 1, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 10.0, - "ue_id": 1, "module_id": 6, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } } @@ -1272,20 +1272,11 @@ }, { "module_id": 17, - "id": 17, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 17, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Fondamentaux de la programmation", - "ects": null, - "module_type": 2, - "id": 17, - "ue_id": 3, - "abbrev": null, - "formation_id": 1, "code": "R107", "matiere_id": 3, "heures_cours": 0.0, @@ -1293,29 +1284,38 @@ "heures_td": 0.0, "numero": 70, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Fondamentaux de la programmation", + "coefficient": 1.0, + "module_type": 2, + "id": 17, + "ects": null, + "abbrev": null, + "ue_id": 3, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 22.0, - "ue_id": 3, "module_id": 17, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } } @@ -1327,20 +1327,11 @@ }, { "module_id": 18, - "id": 18, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 18, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Base des syst\u00e8mes d'exploitation", - "ects": null, - "module_type": 2, - "id": 18, - "ue_id": 3, - "abbrev": null, - "formation_id": 1, "code": "R108", "matiere_id": 3, "heures_cours": 0.0, @@ -1348,52 +1339,61 @@ "heures_td": 0.0, "numero": 80, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Base des syst\u00e8mes d'exploitation", + "coefficient": 1.0, + "module_type": 2, + "id": 18, + "ects": null, + "abbrev": null, + "ue_id": 3, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 6.0, - "ue_id": 1, "module_id": 18, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 7.0, - "ue_id": 3, "module_id": 18, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } } @@ -1405,20 +1405,11 @@ }, { "module_id": 19, - "id": 19, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 19, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Introduction aux technologies Web", - "ects": null, - "module_type": 2, - "id": 19, - "ue_id": 3, - "abbrev": null, - "formation_id": 1, "code": "R109", "matiere_id": 3, "heures_cours": 0.0, @@ -1426,29 +1417,38 @@ "heures_td": 0.0, "numero": 90, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Introduction aux technologies Web", + "coefficient": 1.0, + "module_type": 2, + "id": 19, + "ects": null, + "abbrev": null, + "ue_id": 3, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 4.0, - "ue_id": 3, "module_id": 19, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } } @@ -1460,20 +1460,11 @@ }, { "module_id": 10, - "id": 10, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 10, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Anglais g\u00e9n\u00e9ral et init vocabulaire technique", - "ects": null, - "module_type": 2, - "id": 10, - "ue_id": 2, - "abbrev": null, - "formation_id": 1, "code": "R110", "matiere_id": 2, "heures_cours": 0.0, @@ -1481,75 +1472,84 @@ "heures_td": 0.0, "numero": 100, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Anglais g\u00e9n\u00e9ral et init vocabulaire technique", + "coefficient": 1.0, + "module_type": 2, + "id": 10, + "ects": null, + "abbrev": null, + "ue_id": 2, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 3.0, - "ue_id": 1, "module_id": 10, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 5.0, - "ue_id": 2, "module_id": 10, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 5.0, - "ue_id": 3, "module_id": 10, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } } @@ -1561,20 +1561,11 @@ }, { "module_id": 11, - "id": 11, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 11, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Expression-culture-Communication Pro.", - "ects": null, - "module_type": 2, - "id": 11, - "ue_id": 2, - "abbrev": null, - "formation_id": 1, "code": "R111", "matiere_id": 2, "heures_cours": 0.0, @@ -1582,75 +1573,84 @@ "heures_td": 0.0, "numero": 110, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Expression-culture-Communication Pro.", + "coefficient": 1.0, + "module_type": 2, + "id": 11, + "ects": null, + "abbrev": null, + "ue_id": 2, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 3.0, - "ue_id": 1, "module_id": 11, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 5.0, - "ue_id": 2, "module_id": 11, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 4.0, - "ue_id": 3, "module_id": 11, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } } @@ -1662,20 +1662,11 @@ }, { "module_id": 20, - "id": 20, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 20, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "PPP", - "ects": null, - "module_type": 2, - "id": 20, - "ue_id": 3, - "abbrev": null, - "formation_id": 1, "code": "R112", "matiere_id": 3, "heures_cours": 0.0, @@ -1683,75 +1674,84 @@ "heures_td": 0.0, "numero": 120, "heures_tp": 0.0, + "code_apogee": "", + "titre": "PPP", + "coefficient": 1.0, + "module_type": 2, + "id": 20, + "ects": null, + "abbrev": null, + "ue_id": 3, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 2.0, - "ue_id": 1, "module_id": 20, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 3.0, - "ue_id": 2, "module_id": 20, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 4.0, - "ue_id": 3, "module_id": 20, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } } @@ -1763,20 +1763,11 @@ }, { "module_id": 12, - "id": 12, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 12, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Math\u00e9matiques du signal", - "ects": null, - "module_type": 2, - "id": 12, - "ue_id": 2, - "abbrev": null, - "formation_id": 1, "code": "R113", "matiere_id": 2, "heures_cours": 0.0, @@ -1784,52 +1775,61 @@ "heures_td": 0.0, "numero": 130, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Math\u00e9matiques du signal", + "coefficient": 1.0, + "module_type": 2, + "id": 12, + "ects": null, + "abbrev": null, + "ue_id": 2, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 5.0, - "ue_id": 1, "module_id": 12, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 8.0, - "ue_id": 2, "module_id": 12, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } } @@ -1841,20 +1841,11 @@ }, { "module_id": 13, - "id": 13, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 13, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Math\u00e9matiques des transmissions", - "ects": null, - "module_type": 2, - "id": 13, - "ue_id": 2, - "abbrev": null, - "formation_id": 1, "code": "R114", "matiere_id": 2, "heures_cours": 0.0, @@ -1862,52 +1853,61 @@ "heures_td": 0.0, "numero": 140, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Math\u00e9matiques des transmissions", + "coefficient": 1.0, + "module_type": 2, + "id": 13, + "ects": null, + "abbrev": null, + "ue_id": 2, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 4.0, - "ue_id": 1, "module_id": 13, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } }, { "coef": 8.0, - "ue_id": 2, "module_id": 13, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } } @@ -1919,20 +1919,11 @@ }, { "module_id": 21, - "id": 21, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 21, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Gestion de projets", - "ects": null, - "module_type": 2, - "id": 21, - "ue_id": 3, - "abbrev": null, - "formation_id": 1, "code": "R115", "matiere_id": 3, "heures_cours": 0.0, @@ -1940,52 +1931,61 @@ "heures_td": 0.0, "numero": 150, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Gestion de projets", + "coefficient": 1.0, + "module_type": 2, + "id": 21, + "ects": null, + "abbrev": null, + "ue_id": 3, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 2.0, - "ue_id": 2, "module_id": 21, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } }, { "coef": 4.0, - "ue_id": 3, "module_id": 21, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } } @@ -1999,20 +1999,11 @@ "saes": [ { "module_id": 2, - "id": 2, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 2, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Se sensibiliser \u00e0 l'hygi\u00e8ne informatique et \u00e0 la cybers\u00e9curit\u00e9", - "ects": null, - "module_type": 3, - "id": 2, - "ue_id": 1, - "abbrev": "Hygi\u00e8ne informatique", - "formation_id": 1, "code": "SAE11", "matiere_id": 1, "heures_cours": 0.0, @@ -2020,29 +2011,38 @@ "heures_td": 0.0, "numero": 10, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Se sensibiliser \u00e0 l'hygi\u00e8ne informatique et \u00e0 la cybers\u00e9curit\u00e9", + "coefficient": 1.0, + "module_type": 3, + "id": 2, + "ects": null, + "abbrev": "Hygi\u00e8ne informatique", + "ue_id": 1, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 16.0, - "ue_id": 1, "module_id": 2, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } } @@ -2054,20 +2054,11 @@ }, { "module_id": 7, - "id": 7, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 7, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "S'initier aux r\u00e9seaux informatiques", - "ects": null, - "module_type": 3, - "id": 7, - "ue_id": 2, - "abbrev": null, - "formation_id": 1, "code": "SAE12", "matiere_id": 2, "heures_cours": 0.0, @@ -2075,29 +2066,38 @@ "heures_td": 0.0, "numero": 20, "heures_tp": 0.0, + "code_apogee": "", + "titre": "S'initier aux r\u00e9seaux informatiques", + "coefficient": 1.0, + "module_type": 3, + "id": 7, + "ects": null, + "abbrev": null, + "ue_id": 2, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 33.0, - "ue_id": 1, "module_id": 7, + "ue_id": 1, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD11", - "id": 1, - "ects": 12.0, - "acronyme": "RT1.1", - "is_external": false, "numero": 1, "code_apogee": "", "titre": "Administrer les r\u00e9seaux et l\u2019Internet", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#B80004", + "ue_code": "UCOD11", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 12.0, + "id": 1, + "is_external": false, + "acronyme": "RT1.1", "ue_id": 1 } } @@ -2109,20 +2109,11 @@ }, { "module_id": 8, - "id": 8, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 8, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "D\u00e9couvrir un dispositif de tranmission", - "ects": null, - "module_type": 3, - "id": 8, - "ue_id": 2, - "abbrev": null, - "formation_id": 1, "code": "SAE13", "matiere_id": 2, "heures_cours": 0.0, @@ -2130,29 +2121,38 @@ "heures_td": 0.0, "numero": 30, "heures_tp": 0.0, + "code_apogee": "", + "titre": "D\u00e9couvrir un dispositif de tranmission", + "coefficient": 1.0, + "module_type": 3, + "id": 8, + "ects": null, + "abbrev": null, + "ue_id": 2, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 33.0, - "ue_id": 2, "module_id": 8, + "ue_id": 2, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD12", - "id": 2, - "ects": 8.0, - "acronyme": "RT2.1", - "is_external": false, "numero": 2, "code_apogee": "", "titre": "Connecter les entreprises et les usagers", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#F97B3D", + "ue_code": "UCOD12", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 8.0, + "id": 2, + "is_external": false, + "acronyme": "RT2.1", "ue_id": 2 } } @@ -2164,20 +2164,11 @@ }, { "module_id": 14, - "id": 14, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 14, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Se pr\u00e9senter sur Internet", - "ects": null, - "module_type": 3, - "id": 14, - "ue_id": 3, - "abbrev": null, - "formation_id": 1, "code": "SAE14", "matiere_id": 3, "heures_cours": 0.0, @@ -2185,29 +2176,38 @@ "heures_td": 0.0, "numero": 40, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Se pr\u00e9senter sur Internet", + "coefficient": 1.0, + "module_type": 3, + "id": 14, + "ects": null, + "abbrev": null, + "ue_id": 3, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 16.0, - "ue_id": 3, "module_id": 14, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } } @@ -2219,20 +2219,11 @@ }, { "module_id": 15, - "id": 15, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 15, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Traiter des donn\u00e9es", - "ects": null, - "module_type": 3, - "id": 15, - "ue_id": 3, - "abbrev": null, - "formation_id": 1, "code": "SAE15", "matiere_id": 3, "heures_cours": 0.0, @@ -2240,29 +2231,38 @@ "heures_td": 0.0, "numero": 50, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Traiter des donn\u00e9es", + "coefficient": 1.0, + "module_type": 3, + "id": 15, + "ects": null, + "abbrev": null, + "ue_id": 3, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [ { "coef": 26.0, - "ue_id": 3, "module_id": 15, + "ue_id": 3, "ue": { - "type": 0, - "niveau_competence_id": null, - "formation_id": 1, - "ue_code": "UCOD13", - "id": 3, - "ects": 10.0, - "acronyme": "RT3.1", - "is_external": false, "numero": 3, "code_apogee": "", "titre": "Cre\u0301er des outils et applications informatiques pour les R&T", "coefficient": 0.0, "semestre_idx": 1, "coef_rcue": 1.0, + "type": 0, "color": "#FEB40B", + "ue_code": "UCOD13", + "niveau_competence_id": null, + "formation_id": 1, + "ects": 10.0, + "id": 3, + "is_external": false, + "acronyme": "RT3.1", "ue_id": 3 } } @@ -2274,20 +2274,11 @@ }, { "module_id": 16, - "id": 16, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 16, + "responsable_id": 2, "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Portofolio", - "ects": null, - "module_type": 3, - "id": 16, - "ue_id": 3, - "abbrev": null, - "formation_id": 1, "code": "SAE16", "matiere_id": 3, "heures_cours": 0.0, @@ -2295,6 +2286,15 @@ "heures_td": 0.0, "numero": 60, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Portofolio", + "coefficient": 1.0, + "module_type": 3, + "id": 16, + "ects": null, + "abbrev": null, + "ue_id": 3, + "formation_id": 1, "parcours": [], "app_critiques": [], "ue_coefs": [], diff --git a/docs/samples/sample_formsemestre-resultats.json.md b/docs/samples/sample_formsemestre-resultats.json.md index fd37b230..7ab13565 100644 --- a/docs/samples/sample_formsemestre-resultats.json.md +++ b/docs/samples/sample_formsemestre-resultats.json.md @@ -112,7 +112,8 @@ "partitions": { "1": 1 } - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_formsemestre.json.md b/docs/samples/sample_formsemestre.json.md index 0730eda5..fdcd4118 100644 --- a/docs/samples/sample_formsemestre.json.md +++ b/docs/samples/sample_formsemestre.json.md @@ -3,18 +3,6 @@ #### GET /formsemestre/1 ```json { - "dept_id": 1, - "etat": true, - "resp_can_change_ens": true, - "id": 1, - "modalite": "FI", - "ens_can_edit_eval": false, - "formation_id": 1, - "gestion_compensation": false, - "elt_sem_apo": null, - "semestre_id": 1, - "bul_hide_xml": false, - "elt_annee_apo": null, "titre": "Semestre test", "block_moyennes": false, "scodoc7_id": null, @@ -22,7 +10,19 @@ "gestion_semestrielle": false, "date_fin": "31/08/2022", "bul_bgcolor": "white", + "etat": true, "resp_can_edit": false, + "dept_id": 1, + "modalite": "FI", + "resp_can_change_ens": true, + "id": 1, + "gestion_compensation": false, + "ens_can_edit_eval": false, + "formation_id": 1, + "bul_hide_xml": false, + "elt_sem_apo": null, + "semestre_id": 1, + "elt_annee_apo": null, "parcours": [], "annee_scolaire": 2021, "date_debut_iso": "2021-09-01", @@ -32,18 +32,18 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "etape_apo": "A1, A2, A3", "formsemestre_id": 1, "formation": { "id": 1, - "acronyme": "BUT R&T", + "titre": "BUT R&T", "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", "formation_code": "V1RET", "code_specialite": null, "dept_id": 1, - "titre": "BUT R&T", + "acronyme": "BUT R&T", "version": 1, "type_parcours": 700, "referentiel_competence_id": 1, @@ -52,7 +52,7 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "formation_id": 1 }, diff --git a/docs/samples/sample_formsemestres-query.json.md b/docs/samples/sample_formsemestres-query.json.md index e94ec6ad..f0c20fc4 100644 --- a/docs/samples/sample_formsemestres-query.json.md +++ b/docs/samples/sample_formsemestres-query.json.md @@ -4,18 +4,6 @@ ```json [ { - "dept_id": 1, - "etat": true, - "resp_can_change_ens": true, - "id": 1, - "modalite": "FI", - "ens_can_edit_eval": false, - "formation_id": 1, - "gestion_compensation": false, - "elt_sem_apo": null, - "semestre_id": 1, - "bul_hide_xml": false, - "elt_annee_apo": null, "titre": "Semestre test", "block_moyennes": false, "scodoc7_id": null, @@ -23,7 +11,19 @@ "gestion_semestrielle": false, "date_fin": "31/08/2022", "bul_bgcolor": "white", + "etat": true, "resp_can_edit": false, + "dept_id": 1, + "modalite": "FI", + "resp_can_change_ens": true, + "id": 1, + "gestion_compensation": false, + "ens_can_edit_eval": false, + "formation_id": 1, + "bul_hide_xml": false, + "elt_sem_apo": null, + "semestre_id": 1, + "elt_annee_apo": null, "parcours": [], "annee_scolaire": 2021, "date_debut_iso": "2021-09-01", @@ -33,18 +33,18 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "etape_apo": "A1, A2, A3", "formsemestre_id": 1, "formation": { "id": 1, - "acronyme": "BUT R&T", + "titre": "BUT R&T", "titre_officiel": "Bachelor technologique r\u00e9seaux et t\u00e9l\u00e9communications", "formation_code": "V1RET", "code_specialite": null, "dept_id": 1, - "titre": "BUT R&T", + "acronyme": "BUT R&T", "version": 1, "type_parcours": 700, "referentiel_competence_id": 1, @@ -53,7 +53,7 @@ "acronym": "TAPI", "description": null, "visible": true, - "date_creation": "2022-08-14T10:00:33.575071+02:00" + "date_creation": "2022-08-19T11:28:05.479405+02:00" }, "formation_id": 1 }, @@ -61,7 +61,8 @@ "titre_court": "BUT R&T", "titre_num": "Semestre test semestre 1", "session_id": "TAPI-BUT-FI-S1-2021" - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_group-edit.json.md b/docs/samples/sample_group-edit.json.md index 6126319e..34c799f3 100644 --- a/docs/samples/sample_group-edit.json.md +++ b/docs/samples/sample_group-edit.json.md @@ -7,10 +7,10 @@ ```json { - "numero": null, "id": 2, - "group_name": "NEW_GROUP2", + "numero": null, "partition_id": 1, + "group_name": "NEW_GROUP2", "partition": { "id": 1, "partition_name": null, diff --git a/docs/samples/sample_group-etudiants-query.json.md b/docs/samples/sample_group-etudiants-query.json.md index 421c58d9..c2c5e306 100644 --- a/docs/samples/sample_group-etudiants-query.json.md +++ b/docs/samples/sample_group-etudiants-query.json.md @@ -22,7 +22,8 @@ "nom_usuel": null, "prenom": "MARGUERITE", "civilite": "F" - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_group-etudiants.json.md b/docs/samples/sample_group-etudiants.json.md index 591cd021..b7e492b2 100644 --- a/docs/samples/sample_group-etudiants.json.md +++ b/docs/samples/sample_group-etudiants.json.md @@ -22,7 +22,8 @@ "nom_usuel": null, "prenom": "SIMONE", "civilite": "F" - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_logo.json.md b/docs/samples/sample_logo.json.md new file mode 100644 index 00000000..fa29bedf --- /dev/null +++ b/docs/samples/sample_logo.json.md @@ -0,0 +1,10 @@ +### logo + +#### GET /logo/demo +```json +{ + "Content-Type": "image/png", + "Content-Disposition": "inline; filename=logo_demo.png" +} +``` + diff --git a/docs/samples/sample_logos.json.md b/docs/samples/sample_logos.json.md new file mode 100644 index 00000000..72256c6d --- /dev/null +++ b/docs/samples/sample_logos.json.md @@ -0,0 +1,11 @@ +### logos + +#### GET /logos +```json +[ + "header", + "footer", + "... etc." +] +``` + diff --git a/docs/samples/sample_moduleimpl-evaluations.json.md b/docs/samples/sample_moduleimpl-evaluations.json.md index 62aa715f..7cde6d72 100644 --- a/docs/samples/sample_moduleimpl-evaluations.json.md +++ b/docs/samples/sample_moduleimpl-evaluations.json.md @@ -4,15 +4,15 @@ ```json [ { - "jour": "", "id": 1, "moduleimpl_id": 1, - "heure_fin": "09h00", + "heure_debut": "08h00", + "description": null, "note_max": 20.0, "visibulletin": true, "evaluation_type": 0, - "heure_debut": "08h00", - "description": null, + "jour": "", + "heure_fin": "09h00", "coefficient": 1.0, "publish_incomplete": true, "numero": 0, @@ -25,7 +25,8 @@ "descrheure": " de 08h00 \u00e0 09h00", "matin": 0, "apresmidi": 0 - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_moduleimpl.json.md b/docs/samples/sample_moduleimpl.json.md index c3b796bd..2b2c306d 100644 --- a/docs/samples/sample_moduleimpl.json.md +++ b/docs/samples/sample_moduleimpl.json.md @@ -4,22 +4,13 @@ ```json { "module_id": 1, - "id": 1, - "responsable_id": 2, "formsemestre_id": 1, "computation_expr": null, + "id": 1, + "responsable_id": 2, "moduleimpl_id": 1, "ens": [], "module": { - "coefficient": 1.0, - "code_apogee": "", - "titre": "Initiation aux r\u00e9seaux informatiques", - "ects": null, - "module_type": 2, - "id": 1, - "ue_id": 1, - "abbrev": "Init aux r\u00e9seaux informatiques", - "formation_id": 1, "code": "R101", "matiere_id": 1, "heures_cours": 0.0, @@ -27,6 +18,15 @@ "heures_td": 0.0, "numero": 10, "heures_tp": 0.0, + "code_apogee": "", + "titre": "Initiation aux r\u00e9seaux informatiques", + "coefficient": 1.0, + "module_type": 2, + "id": 1, + "ects": null, + "abbrev": "Init aux r\u00e9seaux informatiques", + "ue_id": 1, + "formation_id": 1, "parcours": [], "app_critiques": [], "module_id": 1 diff --git a/docs/samples/sample_partition-edit.json.md b/docs/samples/sample_partition-edit.json.md index 4dbf509e..a2d5b229 100644 --- a/docs/samples/sample_partition-edit.json.md +++ b/docs/samples/sample_partition-edit.json.md @@ -7,13 +7,13 @@ ```json { - "bul_show_rank": true, "partition_name": "P2BIS", + "bul_show_rank": true, "groups_editable": true, "id": 1, - "numero": 3, - "show_in_lists": false, "formsemestre_id": 1, + "show_in_lists": false, + "numero": 3, "groups": { "1": { "id": 1, diff --git a/docs/samples/sample_partition-group-create.json.md b/docs/samples/sample_partition-group-create.json.md index e6bdd6f0..ae4a4ae1 100644 --- a/docs/samples/sample_partition-group-create.json.md +++ b/docs/samples/sample_partition-group-create.json.md @@ -7,18 +7,18 @@ ```json { - "numero": null, "id": 2, - "group_name": "NEW_GROUP", + "numero": null, "partition_id": 1, + "group_name": "NEW_GROUP", "partition": { - "bul_show_rank": false, "partition_name": null, + "bul_show_rank": false, "groups_editable": true, "id": 1, - "numero": 0, + "formsemestre_id": 1, "show_in_lists": true, - "formsemestre_id": 1 + "numero": 0 } } ``` diff --git a/docs/samples/sample_partition-groups-order.json.md b/docs/samples/sample_partition-groups-order.json.md index a98d4e99..7bd9a59c 100644 --- a/docs/samples/sample_partition-groups-order.json.md +++ b/docs/samples/sample_partition-groups-order.json.md @@ -7,13 +7,13 @@ ```json { - "bul_show_rank": true, "partition_name": "P2BIS", + "bul_show_rank": true, "groups_editable": true, "id": 1, - "numero": 3, - "show_in_lists": false, "formsemestre_id": 1, + "show_in_lists": false, + "numero": 3, "groups": { "1": { "id": 1, diff --git a/docs/samples/sample_permissions.json.md b/docs/samples/sample_permissions.json.md index 8fe8bcd7..1000b4b3 100644 --- a/docs/samples/sample_permissions.json.md +++ b/docs/samples/sample_permissions.json.md @@ -4,7 +4,8 @@ ```json [ "ScoSuperAdmin", - "APIView" + "APIView", + "... etc." ] ``` diff --git a/docs/samples/sample_role-edit.json.md b/docs/samples/sample_role-edit.json.md index 1a6089c7..5f539f7e 100644 --- a/docs/samples/sample_role-edit.json.md +++ b/docs/samples/sample_role-edit.json.md @@ -15,18 +15,3 @@ } ``` -#### POST /role/customRole/edit -> `Content-Type: application/json` -> -> `{ "name" : "LaveurDeVitres", "permissions" : [ "ScoView", "APIView" ] }` - -```json -{ - "id": 13, - "role_name": "customRole", - "permissions": [ - "ScoView" - ] -} -``` - diff --git a/docs/samples/sample_roles.json.md b/docs/samples/sample_roles.json.md index 653e2e29..95766f0e 100644 --- a/docs/samples/sample_roles.json.md +++ b/docs/samples/sample_roles.json.md @@ -23,7 +23,8 @@ "ScoEnsView", "ScoView" ] - } + }, + "... etc." ] ``` diff --git a/docs/samples/sample_user-create.json.md b/docs/samples/sample_user-create.json.md index 67970cae..0a164183 100644 --- a/docs/samples/sample_user-create.json.md +++ b/docs/samples/sample_user-create.json.md @@ -8,13 +8,13 @@ ```json { "date_expiration": null, - "date_modif_passwd": "2022-08-14T08:02:19.960831Z", - "date_created": "2022-08-14T08:02:19.960835Z", + "date_modif_passwd": "2022-08-19T09:29:19.775361Z", + "date_created": "2022-08-19T09:29:19.775364Z", "dept": null, "id": 10, "active": true, "status_txt": "actif", - "last_seen": "2022-08-14T08:02:19.960825Z", + "last_seen": "2022-08-19T09:29:19.775354Z", "nom": "alain", "prenom": "bruno", "roles_string": "", diff --git a/docs/samples/sample_user-edit.json.md b/docs/samples/sample_user-edit.json.md index a52cdfeb..eced5bf8 100644 --- a/docs/samples/sample_user-edit.json.md +++ b/docs/samples/sample_user-edit.json.md @@ -8,13 +8,13 @@ ```json { "date_expiration": null, - "date_modif_passwd": "2022-08-14T08:02:19.960831Z", - "date_created": "2022-08-14T08:02:19.960835Z", + "date_modif_passwd": "2022-08-19T09:29:19.775361Z", + "date_created": "2022-08-19T09:29:19.775364Z", "dept": "TAPI", "id": 10, "active": false, "status_txt": "ferm\u00e9", - "last_seen": "2022-08-14T08:02:19.960825Z", + "last_seen": "2022-08-19T09:29:19.775354Z", "nom": "alain2", "prenom": "bruno2", "roles_string": "", diff --git a/docs/samples/sample_user-role-add.json.md b/docs/samples/sample_user-role-add.json.md index 3b9d0d70..7ae92b0b 100644 --- a/docs/samples/sample_user-role-add.json.md +++ b/docs/samples/sample_user-role-add.json.md @@ -4,13 +4,13 @@ ```json { "date_expiration": null, - "date_modif_passwd": "2022-08-14T08:02:19.960831Z", - "date_created": "2022-08-14T08:02:19.960835Z", + "date_modif_passwd": "2022-08-19T09:29:19.775361Z", + "date_created": "2022-08-19T09:29:19.775364Z", "dept": "TAPI", "id": 10, "active": false, "status_txt": "ferm\u00e9", - "last_seen": "2022-08-14T08:02:19.960825Z", + "last_seen": "2022-08-19T09:29:19.775354Z", "nom": "alain2", "prenom": "bruno2", "roles_string": "Observateur_", diff --git a/docs/samples/sample_user-role-remove.json.md b/docs/samples/sample_user-role-remove.json.md index 0f9e96ea..8cf72a0d 100644 --- a/docs/samples/sample_user-role-remove.json.md +++ b/docs/samples/sample_user-role-remove.json.md @@ -4,13 +4,13 @@ ```json { "date_expiration": null, - "date_modif_passwd": "2022-08-14T08:02:19.960831Z", - "date_created": "2022-08-14T08:02:19.960835Z", + "date_modif_passwd": "2022-08-19T09:29:19.775361Z", + "date_created": "2022-08-19T09:29:19.775364Z", "dept": "TAPI", "id": 10, "active": false, "status_txt": "ferm\u00e9", - "last_seen": "2022-08-14T08:02:19.960825Z", + "last_seen": "2022-08-19T09:29:19.775354Z", "nom": "alain2", "prenom": "bruno2", "roles_string": "", diff --git a/docs/samples/sample_user.json.md b/docs/samples/sample_user.json.md index a49c07ec..de001400 100644 --- a/docs/samples/sample_user.json.md +++ b/docs/samples/sample_user.json.md @@ -4,13 +4,13 @@ ```json { "date_expiration": null, - "date_modif_passwd": "2022-08-14T08:00:27.453374Z", - "date_created": "2022-08-14T08:00:27.453378Z", + "date_modif_passwd": "2022-08-19T09:27:59.660680Z", + "date_created": "2022-08-19T09:27:59.660683Z", "dept": null, "id": 1, "active": true, "status_txt": "actif", - "last_seen": "2022-08-14T08:00:27.453368Z", + "last_seen": "2022-08-19T09:27:59.660673Z", "nom": "", "prenom": "", "roles_string": "SuperAdmin_", diff --git a/docs/samples/sample_users-query.json.md b/docs/samples/sample_users-query.json.md index 50250659..50c43405 100644 --- a/docs/samples/sample_users-query.json.md +++ b/docs/samples/sample_users-query.json.md @@ -5,13 +5,13 @@ [ { "date_expiration": null, - "date_modif_passwd": "2022-08-14T08:00:35.856632Z", - "date_created": "2022-08-14T08:00:35.856636Z", + "date_modif_passwd": "2022-08-19T09:28:07.700732Z", + "date_created": "2022-08-19T09:28:07.700735Z", "dept": "AA", "id": 6, "active": true, "status_txt": "actif", - "last_seen": "2022-08-14T08:00:35.856626Z", + "last_seen": "2022-08-19T09:28:07.700726Z", "nom": "U AA", "prenom": "lambda", "roles_string": "UsersViewer_TAPI,Viewer_,UsersViewer_AA,Viewer_", @@ -26,13 +26,13 @@ }, { "date_expiration": null, - "date_modif_passwd": "2022-08-14T08:00:36.310163Z", - "date_created": "2022-08-14T08:00:36.310166Z", + "date_modif_passwd": "2022-08-19T09:28:08.125041Z", + "date_created": "2022-08-19T09:28:08.125043Z", "dept": "BB", "id": 7, "active": true, "status_txt": "actif", - "last_seen": "2022-08-14T08:00:36.310157Z", + "last_seen": "2022-08-19T09:28:08.125034Z", "nom": "U BB", "prenom": "lambda", "roles_string": "UsersViewer_TAPI,Viewer_,UsersViewer_AA,Viewer_,UsersViewer_BB,Viewer_", @@ -44,7 +44,8 @@ "nomplogin": "U BB Lambda (u_BB)", "nomcomplet": "Lambda U Bb", "email": "" - } + }, + "... etc." ] ```