Skip to content

Commit

Permalink
Included MongoDB in business context linking it with UsersAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFN2 committed Apr 27, 2024
1 parent e14d981 commit ac6aafd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/03_system_scope_and_context.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ the past games of all users in a ranking.
----
actor Player
[Wikidata] <<external>>
database MongoDB
[WIQ Game] <<system>>
[UsersAPI] <<internal>>
Expand All @@ -65,6 +66,7 @@ Player ..> (WIQ Game) : register/login
[QuestionsAPI] ..> Wikidata
[WIQ Game] ..> UsersAPI
[WIQ Game] ..> QuestionsAPI
[UsersAPI] <--> MongoDB
----

[cols="e,2e" options="header"]
Expand All @@ -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
|===

0 comments on commit ac6aafd

Please sign in to comment.