Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrsin committed Apr 7, 2024
1 parent 92d5072 commit 8d174f8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 33 deletions.
Binary file modified images/Context Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/Whitebox overall system.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/questions API (WhiteBox).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 13 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -608,35 +608,15 @@ <h3 id="_requirements_overview">1.1. Requirements Overview</h3>
</div>
</div>
<div class="paragraph">
<p>The functional requirements are the following:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>The application must be accesible through the web</p>
</li>
<li>
<p>Users must be able to register into the system</p>
</li>
<li>
<p>Users must be able to see data about their past games (score, correct/wrong answers, number of questions answered&#8230;&#8203;)</p>
</li>
<li>
<p>Questions must be automatically generated from Wikidata.</p>
</li>
<li>
<p>Questions must be answered before some specific time.</p>
</li>
<li>
<p>Each question must have one right answer and several incorrect ones or distractors. Both the right answer and the distractors should be automatically generated.</p>
</li>
<li>
<p>The system must give access to the information about the users through an API.</p>
</li>
<li>
<p>The system must give access to information about the generated questions through an API.</p>
</li>
</ul>
<p>The functional requirements are the following:
* The application must be accesible through the web
* Users must be able to register into the system
* Users must be able to see data about their past games (score, correct/wrong answers, number of questions answered&#8230;&#8203;)
* Questions must be automatically generated from Wikidata.
* Questions must be answered before some specific time.
* Each question must have one right answer and several incorrect ones or distractors. Both the right answer and the distractors should be automatically generated.
* The system must give access to the information about the users through an API.
* The system must give access to information about the generated questions through an API.</p>
</div>
<div class="paragraph">
<p>The functional requirements have been grouped into the different microservices the web application will have:</p>
Expand Down Expand Up @@ -997,7 +977,7 @@ <h3 id="_business_context">3.1. Business Context</h3>
</div>
<div class="imageblock">
<div class="content">
<img src="./images/Context%20Diagram.png" alt="Context Diagram" width="272" height="483">
<img src="./images/Context%20Diagram.png" alt="Context Diagram" width="1031" height="578">
</div>
</div>
<table class="tableblock frame-all grid-all stretch">
Expand Down Expand Up @@ -1206,7 +1186,7 @@ <h3 id="_whitebox_overall_system">5.1. Whitebox Overall System</h3>
</div>
<div class="imageblock">
<div class="content">
<img src="./images/Whitebox%20overall%20system.png" alt="Whitebox overall system" width="297" height="410">
<img src="./images/Whitebox%20overall%20system.png" alt="Whitebox overall system" width="1028" height="578">
</div>
</div>
<div class="dlist">
Expand Down Expand Up @@ -1345,7 +1325,7 @@ <h4 id="_questions_api_white_box">5.2.1. questions API (White Box)</h4>
</div>
<div class="imageblock">
<div class="content">
<img src="./images/questions%20API%20(WhiteBox).png" alt="questions API (WhiteBox)" width="389" height="337">
<img src="./images/questions%20API%20(WhiteBox).png" alt="questions API (WhiteBox)" width="1008" height="578">
</div>
</div>
<div class="dlist">
Expand Down Expand Up @@ -2167,7 +2147,7 @@ <h2 id="section-glossary">12. Glossary</h2>
<div id="footer">
<div id="footer-text">
Version 8.2 EN<br>
Last updated 2024-02-11 21:54:06 +0100
Last updated 2024-02-05 19:08:54 +0100
</div>
</div>
</body>
Expand Down

0 comments on commit 8d174f8

Please sign in to comment.