Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Rodríguez committed Feb 11, 2025
1 parent 1d18680 commit 89f46b1
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -980,23 +980,27 @@ <h3 id="_level_2">5.2. Level 2</h3>
<img src="./images/05_level2.png" alt="Level 2">
</div>
</div>
<div class="paragraph">
<p>*The Frontend is what the user will interact with, the part the user will be able to see. It will send requests to the GameService and UserService.</p>
</div>
<div class="paragraph">
<p>*The GameService handles the game, it will ask for questions and hints, and send them to the frontend, then process the answers. It will also interact with the user service to keep track of scores and other user information related to the game.</p>
</div>
<div class="paragraph">
<p>*The UserService is in charge of logging in the user and keeping track of all their relevant information by storing it and retrieving it from a database.</p>
</div>
<div class="paragraph">
<p>*The HintService will be used to interact with an LLM in order to generate hints.</p>
</div>
<div class="paragraph">
<p>*The QuestionService will be used to generate questions based on data extracted from WikiData.</p>
</div>
<div class="paragraph">
<p>*The Database will store information used in the system such as the user login details, the previous games and scores, in the future we might also use it for information about the questions.</p>
<div class="ulist">
<ul>
<li>
<p>The Frontend is what the user will interact with, the part the user will be able to see. It will send requests to the GameService and UserService.</p>
</li>
<li>
<p>The GameService handles the game, it will ask for questions and hints, and send them to the frontend, then process the answers. It will also interact with the user service to keep track of scores and other user information related to the game.</p>
</li>
<li>
<p>The UserService is in charge of logging in the user and keeping track of all their relevant information by storing it and retrieving it from a database.</p>
</li>
<li>
<p>The HintService will be used to interact with an LLM in order to generate hints.</p>
</li>
<li>
<p>The QuestionService will be used to generate questions based on data extracted from WikiData.</p>
</li>
<li>
<p>The Database will store information used in the system such as the user login details, the previous games and scores, in the future we might also use it for information about the questions.</p>
</li>
</ul>
</div>
<div style="page-break-after: always;"></div>
</div>
Expand Down

0 comments on commit 89f46b1

Please sign in to comment.