dept et formation ok

This commit is contained in:
Jean-Marie PLACE 2022-08-04 10:56:05 +02:00
parent f382df8ae3
commit aa571a3cca
7 changed files with 3335 additions and 16977 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 420 KiB

After

Width:  |  Height:  |  Size: 267 KiB

View File

@ -0,0 +1,14 @@
### departements
`/api/departement/1`
```json
{
"id": 1,
"acronym": "BIO",
"description": "migré de ScoDoc7",
"visible": true,
"date_creation": "2021-11-04T15:38:09.397095+01:00"
}
```

View File

@ -0,0 +1,17 @@
### departements
`/api/departements`
```json
[
{
"id": 1,
"acronym": "BIO",
"description": "migré de ScoDoc7",
"visible": true,
"date_creation": "2021-11-04T15:38:09.397095+01:00"
},
...
]
```

View File

@ -0,0 +1,20 @@
### formations
/api/formations
```json
{
"id": 1,
"acronyme": "BUT R&T",
"titre_officiel": "Bachelor technologique réseaux et télécommunications",
"formation_code": "V1RET",
"code_specialite": null,
"dept_id": 1,
"titre": "BUT R&T",
"version": 1,
"type_parcours": 700,
"referentiel_competence_id": null,
"formation_id": 1
}
```

View File

@ -71,3 +71,8 @@ markdown_extensions:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search
- inline-svg