diff --git a/schemas/collaborateur/agence.yaml b/schemas/collaborateur/agence.yaml index cb8ed01..0d9b2b3 100644 --- a/schemas/collaborateur/agence.yaml +++ b/schemas/collaborateur/agence.yaml @@ -1,5 +1,5 @@ type: object -description: Agence à laquelle appartient le collaborateur +description: DTO contenant l’agence à laquelle appartient le collaborateur. properties: id: type: integer diff --git a/schemas/collaborateur/businessunit.yaml b/schemas/collaborateur/businessunit.yaml index c691ccc..76b5f58 100644 --- a/schemas/collaborateur/businessunit.yaml +++ b/schemas/collaborateur/businessunit.yaml @@ -1,13 +1,13 @@ type: object -description: Business unit à laquelle appartient le collaborateur +description: DTO contenant la Business Unit à laquelle appartient le collaborateur. properties: id: type: integer format: int64 - description: Id de la business unit + description: Id de la Business Unit nom: type: string - description: Nom de la business unit + description: Nom de la Business Unit agence: $ref: ./agence.yaml required: diff --git a/schemas/collaborateur/collaborateur.yaml b/schemas/collaborateur/collaborateur.yaml index 659f0a9..0bb72f6 100644 --- a/schemas/collaborateur/collaborateur.yaml +++ b/schemas/collaborateur/collaborateur.yaml @@ -1,5 +1,5 @@ type: object -description: Objet contenant les données du collaborateur +description: DTO contenant les données du collaborateur. properties: id: type: string diff --git a/schemas/demandedelegation/demandeDelegation.yaml b/schemas/demandedelegation/demandeDelegation.yaml index 3f86353..945a7da 100644 --- a/schemas/demandedelegation/demandeDelegation.yaml +++ b/schemas/demandedelegation/demandeDelegation.yaml @@ -1,10 +1,10 @@ type: object -description: DTO pour la gestion des demandes de délégations +description: DTO pour la gestion des demandes de délégation. properties: id: type: integer format: int64 - description: Id de le demande de d´el´egation + description: Id de le demande de délégation referent: $ref: ../collaborateur/collaborateur.yaml ep: diff --git a/schemas/demandeepi/demandeEPI.yaml b/schemas/demandeepi/demandeEPI.yaml index 4576de9..e10a341 100644 --- a/schemas/demandeepi/demandeEPI.yaml +++ b/schemas/demandeepi/demandeEPI.yaml @@ -1,5 +1,5 @@ type: object -description: Objet pour afficher et gérer les demandes d'EPI +description: DTO pour afficher et gérer les demandes d'EPI. properties: id: type: integer diff --git a/schemas/demandeformation/demandeFormation.yaml b/schemas/demandeformation/demandeFormation.yaml index a29c625..9fbe8c3 100644 --- a/schemas/demandeformation/demandeFormation.yaml +++ b/schemas/demandeformation/demandeFormation.yaml @@ -1,5 +1,5 @@ type: object -description: DTO permettant de gérer les demandes de formation +description: DTO permettant de gérer les demandes de formation. properties: id: type: integer @@ -14,7 +14,7 @@ properties: demandeRH: type: boolean default: false - description: Indique si il s'agit d'une demande de formation créer par une RH ou non + description: Indique s'il s'agit d'une demande de formation créée par une RH ou non dateDemande: type: string format: date-time diff --git a/schemas/demandeformation/origineDemandesFormation.yaml b/schemas/demandeformation/origineDemandesFormation.yaml index eba04b8..bb4d71f 100644 --- a/schemas/demandeformation/origineDemandesFormation.yaml +++ b/schemas/demandeformation/origineDemandesFormation.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant l'origine de la demande de formation +description: DTO concernant l'origine de la demande de formation. properties: id: type: integer diff --git a/schemas/demandeformation/theme.yaml b/schemas/demandeformation/theme.yaml index d9bfde6..9fd32dd 100644 --- a/schemas/demandeformation/theme.yaml +++ b/schemas/demandeformation/theme.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant le thème d'une demande de formation +description: DTO concernant le thème d'une demande de formation. properties: id: type: integer diff --git a/schemas/ep/augmentationsalaire.yaml b/schemas/ep/augmentationsalaire.yaml index f4ead16..ade4837 100644 --- a/schemas/ep/augmentationsalaire.yaml +++ b/schemas/ep/augmentationsalaire.yaml @@ -1,5 +1,5 @@ type: object -description: DTO lié à la demande d'augmentation du salaire effectuée lors d'un EP +description: DTO lié à la demande d'augmentation du salaire effectuée lors d'un EP. properties: id: type: integer diff --git a/schemas/ep/commentaireAssistant.yaml b/schemas/ep/commentaireAssistant.yaml index 88f49ac..f2dcd1d 100644 --- a/schemas/ep/commentaireAssistant.yaml +++ b/schemas/ep/commentaireAssistant.yaml @@ -1,5 +1,5 @@ type: object -description: DTO contenant le commentaire d'un assistant sur l'EP +description: DTO contenant le commentaire d'un assistant sur l'EP. properties: id: type: integer diff --git a/schemas/ep/document.yaml b/schemas/ep/document.yaml index 1a02b81..7a30181 100644 --- a/schemas/ep/document.yaml +++ b/schemas/ep/document.yaml @@ -1,5 +1,5 @@ type: object -description: DTO permettant de faire le lien entre les saisies (EPS ou EPA...) avec l'EP +description: DTO permettant de faire le lien entre les saisies (EPS ou EPA...) avec l'EP. properties: id: type: integer diff --git a/schemas/ep/engagement.yaml b/schemas/ep/engagement.yaml index 769e8cb..6581442 100644 --- a/schemas/ep/engagement.yaml +++ b/schemas/ep/engagement.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant les engagements pris par le référent lors de l'EP +description: DTO concernant les engagements pris par le référent lors de l'EP. properties: id: type: integer diff --git a/schemas/ep/ep.yaml b/schemas/ep/ep.yaml index 1a9b185..a4a7d4a 100644 --- a/schemas/ep/ep.yaml +++ b/schemas/ep/ep.yaml @@ -1,5 +1,5 @@ type: object -description: DTO contenant l'ensemble des informations d’un EP +description: DTO contenant l'ensemble des informations d'un EP. properties: id: type: integer @@ -43,11 +43,11 @@ properties: obligatoire: type: boolean description: Indique si oui ou non l'EP doit obligatoirement être effectué - objectif: + objectifs: type: array items: $ref: ./objectif.yaml - objectifPrecedent: + objectifsPrecedent: type: array items: $ref: ./objectifPrecedent.yaml @@ -91,4 +91,5 @@ required: - statut - cv - obligatoire + - objectifs - documents \ No newline at end of file diff --git a/schemas/ep/epInformations.yaml b/schemas/ep/epInformations.yaml index 82512e5..eb469bb 100644 --- a/schemas/ep/epInformations.yaml +++ b/schemas/ep/epInformations.yaml @@ -1,5 +1,5 @@ type: object -description: DTO permettant d'afficher les informations utiles d'un EP dans un tableau +description: DTO permettant d'afficher les informations utiles d'un EP dans un tableau. properties: id: type: integer diff --git a/schemas/ep/epSaisie.yaml b/schemas/ep/epSaisie.yaml index 7101d11..91598e2 100644 --- a/schemas/ep/epSaisie.yaml +++ b/schemas/ep/epSaisie.yaml @@ -1,5 +1,5 @@ type: object -description: DTO utilisé lors de la saisie du collaborateur ou du référent +description: DTO utilisé lors de la saisie du collaborateur ou du référent. properties: id: type: integer @@ -15,11 +15,11 @@ properties: obligatoire: type: boolean description: Indique si oui ou non l'EP doit obligatoirement être effectué - objectif: + objectifs: type: array items: $ref: ./objectif.yaml - objectifPrecedent: + objectifsPrecedent: type: array items: $ref: ./objectifPrecedent.yaml diff --git a/schemas/ep/objectif.yaml b/schemas/ep/objectif.yaml index 34dd9f9..ab74732 100644 --- a/schemas/ep/objectif.yaml +++ b/schemas/ep/objectif.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant un objectif du collaborateur +description: DTO concernant un objectif du collaborateur. properties: id: type: integer @@ -7,7 +7,7 @@ properties: description: Id de l'objectif libelle: type: string - description: L'objectif du collaborateur + description: Objectif du collaborateur required: - id diff --git a/schemas/ep/objectifPrecedent.yaml b/schemas/ep/objectifPrecedent.yaml index 49c073c..b05108b 100644 --- a/schemas/ep/objectifPrecedent.yaml +++ b/schemas/ep/objectifPrecedent.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant un objectif du dernier EP effectué par le collaborateur +description: DTO concernant un objectif du dernier EP effectué par le collaborateur. properties: id: type: integer @@ -7,7 +7,7 @@ properties: description: Id de l'objectif précédent libelle: type: string - description: Contenu de l'objectif + description: Objectif précédent du collaborateur statutObjectif: $ref: ../enum/statutObjectif.yaml commentaire: diff --git a/schemas/ep/participationEP.yaml b/schemas/ep/participationEP.yaml index 87884cc..5b7b6f3 100644 --- a/schemas/ep/participationEP.yaml +++ b/schemas/ep/participationEP.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant les participants d'un EP hors collaborateur et référent +description: DTO concernant les participants supplémentaires d’un EP en dehors du collaborateur et du référent. properties: id: type: integer @@ -14,7 +14,7 @@ properties: description: Indique si la participation est juste une participation d'un EP en cours ou des prochains EP en plus participant: type: string - description: Nom et prénom + description: Nom et prénom du participant required: - idParticipant diff --git a/schemas/ep/prochainEP.yaml b/schemas/ep/prochainEP.yaml index 8a3ebb3..0a836e1 100644 --- a/schemas/ep/prochainEP.yaml +++ b/schemas/ep/prochainEP.yaml @@ -1,5 +1,5 @@ type: object -description: DTO permettant au collaborateur d'avoir les informations sur la date de son prochain EP +description: DTO permettant au collaborateur d'avoir les informations sur la date de son prochain EP. properties: id: type: integer diff --git a/schemas/ep/rdventretien.yaml b/schemas/ep/rdventretien.yaml index 6aaa500..12854fb 100644 --- a/schemas/ep/rdventretien.yaml +++ b/schemas/ep/rdventretien.yaml @@ -1,10 +1,10 @@ type: object -description: DTO concernant la proposition d'un RDV pour l'entretien professionnel +description: DTO concernant la proposition d’un rendez-vous pour l’entretien professionnel. properties: id: type: integer format: int64 - description: Id du RDV + description: Id du rendez-vous dateEntretien: type: string format: date-time diff --git a/schemas/ep/typeEntretien.yaml b/schemas/ep/typeEntretien.yaml index 96cecfb..a26d978 100644 --- a/schemas/ep/typeEntretien.yaml +++ b/schemas/ep/typeEntretien.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant comment l'entretien va se dérouler +description: DTO concernant comment l'entretien va se dérouler. properties: id: type: integer diff --git a/schemas/erreur/erreur.yaml b/schemas/erreur/erreur.yaml index 7b1f282..7c07775 100644 --- a/schemas/erreur/erreur.yaml +++ b/schemas/erreur/erreur.yaml @@ -1,5 +1,5 @@ type: object -description: Classe pour la gestion et l'affichage des erreurs +description: Classe pour la gestion et l'affichage des erreurs. properties: code: type: integer diff --git a/schemas/formation/evaluation.yaml b/schemas/formation/evaluation.yaml index cf8cb63..2c2ceb5 100644 --- a/schemas/formation/evaluation.yaml +++ b/schemas/formation/evaluation.yaml @@ -1,5 +1,5 @@ type: object -description: DTO pour les évaluations concernant les formations +description: DTO pour les évaluations concernant les formations. properties: id: type: integer diff --git a/schemas/formation/formation.yaml b/schemas/formation/formation.yaml index fa71989..994bb5a 100644 --- a/schemas/formation/formation.yaml +++ b/schemas/formation/formation.yaml @@ -1,5 +1,5 @@ type: object -description: DTO pour la gestion des formations +description: DTO pour la gestion des formations. properties: id: type: integer @@ -39,7 +39,7 @@ properties: $ref: ./typeFormation.yaml estCertifiee: type: boolean - description: Indique qu'il s'agit d'une formation certifiée ou non + description: Indique s'il s'agit d'une formation certifiée ou non estRealisee: type: boolean description: Indique que la formation a bien été effectuée ou non @@ -52,7 +52,7 @@ properties: required: - intitule - origine - - status + - statut - dateDebut - dateFin - idAgence diff --git a/schemas/formation/formationDetails.yaml b/schemas/formation/formationDetails.yaml index 9a6515f..96a0d8a 100644 --- a/schemas/formation/formationDetails.yaml +++ b/schemas/formation/formationDetails.yaml @@ -1,5 +1,5 @@ type: object -description: DTO pour l'affichage des détails d'une formation +description: DTO pour l'affichage des détails d'une formation. properties: id: type: integer diff --git a/schemas/formation/modeFormation.yaml b/schemas/formation/modeFormation.yaml index b6394a7..52b2cae 100644 --- a/schemas/formation/modeFormation.yaml +++ b/schemas/formation/modeFormation.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant le mode d'une formation +description: DTO concernant le mode d'une formation. properties: id: type: integer diff --git a/schemas/formation/origineFormation.yaml b/schemas/formation/origineFormation.yaml index 668896f..62fc1f2 100644 --- a/schemas/formation/origineFormation.yaml +++ b/schemas/formation/origineFormation.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant l'origine d'une formation +description: DTO concernant l'origine d'une formation. properties: id: type: integer diff --git a/schemas/formation/participationformation.yaml b/schemas/formation/participationformation.yaml index 54b75e3..b15097f 100644 --- a/schemas/formation/participationformation.yaml +++ b/schemas/formation/participationformation.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant la participation à une formation +description: DTO concernant la participation à une formation. properties: id: type: integer diff --git a/schemas/formation/statutFormation.yaml b/schemas/formation/statutFormation.yaml index b4b7660..e847b02 100644 --- a/schemas/formation/statutFormation.yaml +++ b/schemas/formation/statutFormation.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant le statut d’une formation +description: DTO concernant le statut d’une formation. properties: id: type: integer diff --git a/schemas/formation/typeFormation.yaml b/schemas/formation/typeFormation.yaml index d734250..31069c2 100644 --- a/schemas/formation/typeFormation.yaml +++ b/schemas/formation/typeFormation.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant le type d'une formation +description: DTO concernant le type d'une formation. properties: id: type: integer diff --git a/schemas/note/affichageNote.yaml b/schemas/note/affichageNote.yaml index 8375d97..022c967 100644 --- a/schemas/note/affichageNote.yaml +++ b/schemas/note/affichageNote.yaml @@ -1,5 +1,5 @@ type: object -description: Objet permettant l'affichage d'une note dans un tableau +description: DTO concernant l'affichage d'une note dans un tableau. properties: id: type: integer diff --git a/schemas/note/detailsNote.yaml b/schemas/note/detailsNote.yaml index 51d7901..b40290e 100644 --- a/schemas/note/detailsNote.yaml +++ b/schemas/note/detailsNote.yaml @@ -1,5 +1,5 @@ type: object -description: Détail complet d'une note +description: DTO contenant le détail complet d’une note. properties: id: type: integer diff --git a/schemas/saisie/champ.yaml b/schemas/saisie/champ.yaml index be53816..8ac322d 100644 --- a/schemas/saisie/champ.yaml +++ b/schemas/saisie/champ.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant les champs des documents +description: DTO concernant les champs des documents. properties: id: type: integer diff --git a/schemas/saisie/saisie.yaml b/schemas/saisie/saisie.yaml index de3a8b4..ebfe18a 100644 --- a/schemas/saisie/saisie.yaml +++ b/schemas/saisie/saisie.yaml @@ -1,5 +1,5 @@ type: object -description: DTO concernant la saisie des documents de l'EP +description: DTO concernant la saisie des documents de l'EP. properties: id: type: string