From 02db2d5e57aa30a4bee640ca9ab573cde1a078b5 Mon Sep 17 00:00:00 2001 From: Loris OBRY Date: Sun, 4 Jun 2023 15:38:37 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f38519a..d0549c0 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ Class Carte { - String strategies - int note - String lienImage - + int getNbCommentaire(Commentaire) - + int getCommentaire(Commentaire) - + int getNote() - + int setNote() + + List likes + + bool hasLiked(User) + + void addLike(User) + + void removeLike(User) } Class Commentaire { @@ -37,7 +37,7 @@ Class Pack { + String description + int note + String lienImage - + List cartes + + Set cartes + int getNbCommentaire() } @@ -45,7 +45,7 @@ Class Camp { + String nom + String description + String lienImage - + List cartes + + Set cartes } User --> Pack