From 00c0c09cb9cae548053e775254281c19fca61a28 Mon Sep 17 00:00:00 2001 From: Diego Villanueva <98838739+UO283615@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:37:27 +0100 Subject: [PATCH] Chore: Added the full diagram again --- docs/src/08_concepts.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/08_concepts.adoc b/docs/src/08_concepts.adoc index 93c16a5d..b14a2f16 100644 --- a/docs/src/08_concepts.adoc +++ b/docs/src/08_concepts.adoc @@ -51,16 +51,16 @@ class Game { } -class Ranking { +class Ranking << Singleton >> { } User o--> Question -User --> UserStat +User "1" --> "1" UserStat Game o--> Question -Game --> User -Question --> Answer -Ranking --> User +Game "n" --> "n" User +Question "n" --> "n" Answer +Ranking "1" --> "n" User @enduml ----