From 69123da8f96357a5425869ec26de93b8c6557776 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Metivier <jean-philippe.metivier@unicaen.fr> Date: Tue, 8 Oct 2019 10:35:33 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20read.me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 722b39d..3f19be2 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,13 @@ # Quoi de neuf ? -**version 0.6.0** +**version 0.7.0** + intégration des premières tables liées à l'offre de formation + ODF_DIPLOME => OffreDeFormationDiplome + ODF_ETAPE => OffreDeFormationEtape + récupération des inscriptions et ajout des liens avec la table individu + INDIVIDU_INSCRIPTION => IndividuInscription - + Création du service OffreDeFormationService pour récupérer les informations associées à l'offre de formation \ No newline at end of file + + Création du service OffreDeFormationService pour récupérer les informations associées à l'offre de formation + + **version 0.6.0** + + + intégration des fonctions \ No newline at end of file -- GitLab