Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
UO270734 committed Apr 27, 2024
1 parent f7d37bf commit dd6ea4c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -950,31 +950,23 @@ <h3 id="_whitebox_overall_system">5.1. Whitebox Overall System</h3>
<dt class="hdlist1">Motivation</dt>
<dd>
<p>The user interacts with the webapp interface to be able to play the game. In the diagram it is clear to see that the webbApp interacts
with two external box which is Wikidata, as it is a requirement of the game to generate the qestions, and Mongodb, the database used to keep our data stored.
In other levels, the webApp will decompose in more detail.</p>
with an external box which is Wikidata, as it is a requirement of the game to generate the questions.
In subsequent levels, the webApp will be decomposed into more detail.</p>
</dd>
</dl>
</div>
<div class="sect3">
<h4 id="_webapp">5.1.1. WebApp</h4>
<div class="paragraph">
<p>The WebApp box consists of the entire game with all the different responsibilities the game might have all together.
The interface of the WebApp will be the frontend of a web that will be seen better in other diagrams.</p>
The interface of the WebApp serves as the frontend of a web application, that will be detailed in other diagrams.</p>
</div>
</div>
<div class="sect3">
<h4 id="_wikdata">5.1.2. Wikdata</h4>
<h4 id="_wikidata">5.1.2. Wikidata</h4>
<div class="paragraph">
<p>The purpose of the Wikidata box is to get the necessary information to generate all the questions of all the games.
The game will interact with Wikidata by sparql querys which will be stored in the database.</p>
</div>
</div>
<div class="sect3">
<h4 id="_mongodb">5.1.3. MongoDb</h4>
<div class="paragraph">
<p>MongoDb is the service we will use to store our data. We will keep it in a cluster in which there are
different collections to separate the data. Templates of the entities we save are seen in the project and
there are some for the users and their record and others for the questions.</p>
<p>The purpose of the Wikidata box is to get the necessary information to generate all the questions for all the games.
The web app will interact with Wikidata by SPARQL querys which will be stored in the database.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -1008,6 +1000,14 @@ <h4 id="_services">5.2.3. Services</h4>
the services need data from the database or Wikidata, so they interact with them and sends the data as the response to show the user, for example.</p>
</div>
</div>
<div class="sect3">
<h4 id="_mongodb">5.2.4. MongoDb</h4>
<div class="paragraph">
<p>MongoDb is the service we will use to store our data. We will keep it in a cluster in which there are
different collections to separate the data. Templates of the entities we save are seen in the project and
there are some for the users and their record and others for the questions.</p>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_level_3">5.3. Level 3</h3>
Expand Down

0 comments on commit dd6ea4c

Please sign in to comment.