From ac6aafd04a8ad9d0e373370b47607523a1c28272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fern=C3=A1ndez=20Noriega?= Date: Sat, 27 Apr 2024 22:22:19 +0200 Subject: [PATCH] Included MongoDB in business context linking it with UsersAPI --- docs/src/03_system_scope_and_context.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/03_system_scope_and_context.adoc b/docs/src/03_system_scope_and_context.adoc index b071f32..7e495ec 100644 --- a/docs/src/03_system_scope_and_context.adoc +++ b/docs/src/03_system_scope_and_context.adoc @@ -57,6 +57,7 @@ the past games of all users in a ranking. ---- actor Player [Wikidata] <> +database MongoDB [WIQ Game] <> [UsersAPI] <> @@ -65,6 +66,7 @@ Player ..> (WIQ Game) : register/login [QuestionsAPI] ..> Wikidata [WIQ Game] ..> UsersAPI [WIQ Game] ..> QuestionsAPI +[UsersAPI] <--> MongoDB ---- [cols="e,2e" options="header"] @@ -85,4 +87,7 @@ Player ..> (WIQ Game) : register/login |Questions API |Manages generation of questions from Wikidata + +|MongoDB +|Database for storing players' info and scores |=== \ No newline at end of file