From 11e66747835e208485d08a19e9721d51f5ba7b9e Mon Sep 17 00:00:00 2001 From: Pierre FERREIRA Date: Sun, 26 Mar 2023 13:53:56 +0200 Subject: [PATCH] =?UTF-8?q?:memo:=20r=C3=A9daction=20du=20bar=C3=A8me=20de?= =?UTF-8?q?=20l'Entity=20Framework?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63197a6..38c90b5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,40 @@ # :package: Entity FrameWork :construction_worker: :construction: -(trouver la grille de notation) + +Partie 1 : +* Exo1 : + une base de données + une table de champion + utilisation du client console/mobile + requetes CRUD (+ tri, filtrage) + +* Exo2 : + UT + Base de données stubbée + SQLiteInMemory + +* Exo3 : + Déploiement EF et tests via code#0 + +--- + +Partie 2 : +* Exo4 : + implémentation des runes et skins (1 table -> pas de relation) + +* Exo5 : + Relation entre champion et skin (OneToMany) + +* Exo6 : + Relation entre Champion RunePage et Rune (ManyToMany) + +* Exo7 : + mapping entre model et entité (intégration de qualité) + (en 1 table et avec relations) + +* Exo8 : + Ajouter le paterne UnitOfWork (rollback en cas de probleme sur les transaction) --- # Sujet principal :