Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 26, 2024
1 parent 608026e commit 9e3e820
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified images/Whitebox-overall.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/level2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ <h3 id="_whitebox_overall_system">5.1. Whitebox Overall System</h3>
</div>
<div class="imageblock">
<div class="content">
<img src="./images/Whitebox-overall.png" alt="Whitebox overall" width="830" height="433">
<img src="./images/Whitebox-overall.png" alt="Whitebox overall" width="808" height="416">
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -941,22 +941,22 @@ <h3 id="_level_2">5.2. Level 2</h3>
<div class="ulist">
<ul>
<li>
<p><strong>Game Logic:</strong> This component acts as the core of the QuestionGame, orchestrating the flow of games, managing question selection, enforcing game rules, and tracking scores. It ensures that gameplay proceeds smoothly and according to the predefined logic, offering a seamless experience for the user.</p>
<p><strong>GameService:</strong> This component acts as the core of the QuestionGame, orchestrating the flow of games, managing question selection, enforcing game rules, and tracking scores. It ensures that gameplay proceeds smoothly and according to the predefined logic, offering a seamless experience for the user.</p>
</li>
<li>
<p><strong>User Account Management:</strong> Responsible for handling user accounts, this component manages registration, authentication, and profile management. It safeguards user data while providing a personalized experience through game history tracking and preference settings.</p>
<p><strong>PlayerService:</strong> Responsible for handling user accounts, this component manages registration, authentication, and profile management. It safeguards user data while providing a personalized experience through game history tracking and preference settings.</p>
</li>
<li>
<p><strong>Question Management:</strong> This component interacts directly with the Wikidata service to fetch data for question generation. It processes and curates content to produce relevant, challenging questions for the game, thereby ensuring a varied and educational experience.</p>
<p><strong>QuestionService:</strong> This component interacts directly with the Wikidata service to fetch data for question generation. It processes and curates content to produce relevant, challenging questions for the game, thereby ensuring a varied and educational experience.</p>
</li>
<li>
<p><strong>API Management:</strong> Serving as the gateway for external developers, this component exposes a set of RESTful APIs that allow access to player information and question data. It handles request processing, authentication, and data delivery, facilitating third-party integrations and extensions of the WIQ platform.</p>
<p><strong>RestApiService:</strong> Serving as the gateway for external developers, this component exposes a set of RESTful APIs that allow access to player information and question data. It handles request processing, authentication, and data delivery, facilitating third-party integrations and extensions of the WIQ platform.</p>
</li>
</ul>
</div>
<div class="imageblock">
<div class="content">
<img src="./images/level2.png" alt="level2" width="432" height="534">
<img src="./images/level2.png" alt="level2" width="432" height="517">
</div>
</div>
</div>
Expand Down Expand Up @@ -1484,7 +1484,7 @@ <h2 id="section-glossary">12. Glossary</h2>
<div id="footer">
<div id="footer-text">
Version 2<br>
Last updated 2024-04-26 17:49:00 UTC
Last updated 2024-04-26 22:21:32 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 9e3e820

Please sign in to comment.