Loading README.md +4 −3 Original line number Diff line number Diff line Loading @@ -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 | Loading Loading
README.md +4 −3 Original line number Diff line number Diff line Loading @@ -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 | Loading