Commit f6d26746 authored by Anthony Gautreau's avatar Anthony Gautreau
Browse files

Erreur dans le type_formation, ajout du domaine

parent 8153e10e
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -127,23 +127,24 @@ Note : Les propriétés non obligatoires peuvent être omises, mais il est préf
#### Données de formations

| Nom                      | Type     | Obligatoire | Commentaires    | Exemple                        |
|--------------------------|----------|-------------|-----------------|----------------------------------------|
|--------------------------|----------|-------------|-----------------|--------------------------------|
| `COD_VET`                | `string` | Oui         | Code formation  |                                |
| `COD_CMP`                | `string` | Oui         | Code composante |                                |
| `LIB_WEB_VET`            | `string` | Non         | Libelle         |                                |
| `TYPE_FORMATION`         | `string` | Non         | Caractère(1)    | C ou D, pour Certifiante ou Diplomante |
| `TYPE_FORMATION`         | `string` | Non         | Caractère(1)    | L ou M, pour Licence ou Master |
| `LIBELLE_TYPE_FORMATION` | `string` | Non         |                 | Licence, Master                |
| `NIVEAU_FORMATION`       | `int`    | Non         |                 |                                |

#### Données de cours

| Nom                   | Type     | Obligatoire | Commentaires                                   |
|-----------------------|----------|-------------|------------------------------|
|-----------------------|----------|-------------|------------------------------------------------|
| `COD_ELP`             | `string` | Oui         | Code cour                                      |
| `COD_CMP`             | `string` | Oui         | Code composante                                |
| `COD_VET`             | `string` | Oui         | Code formation                                 |
| `LIB_ELP`             | `string` | Oui         | Libelle cour                                   |
| `NBR_CRD_ELP`         | `string` | Oui         | Crédits                                        |
| `LIB_RDE`             | `string` | Non         | Domaine, permet de mieux categoriser les cours |
| `LIB_CMT_ELP`         | `string` | Non         | Libelle/Commentaires anglais                   |
| `S1`                  | `string` | Non         | "S1" ou vide ou boolean                        |
| `S2`                  | `string` | Non         | "S2" ou vide ou boolean                        |