diff --git a/images/Context diagram.png b/images/Context diagram.png index 0a239fa..2186832 100644 Binary files a/images/Context diagram.png and b/images/Context diagram.png differ diff --git a/index.html b/index.html index f366f17..9ec6d3a 100644 --- a/index.html +++ b/index.html @@ -455,7 +455,6 @@
<optionally: Explanation of external domain interfaces>
-<Diagram or Table>
-<optionally: Explanation of technical interfaces>
-<Mapping Input/Output to Channels>
-Element | +Description | +
---|---|
Player |
+Plays the game and can consult past scores |
+
Client |
+Can access the data about players and generated questions |
+
WIQ Game |
+Main system in which generated questions are shown and can be answered by players |
+
Wikidata |
+External data repository from which questions are generated using the WikidataAPI |
+
MongoDB |
+Database for storing generated questions, players' info and scores |
+
Users Info API |
+Allows clients to see the info about players stored in the database |
+
Generated Questions API |
+Allows clients to see the info about generated questions stored in the database |
+