Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
UO290054 committed Apr 29, 2024
1 parent f3b23e6 commit 1bd5412
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
Binary file modified images/Start a game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 6 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.21">
<meta name="generator" content="Asciidoctor 2.0.22">
<title>WIQ ES-2B Documentation</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style>
Expand Down Expand Up @@ -1028,10 +1028,6 @@ <h3 id="_technology_decisions">4.1. Technology decisions</h3>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>CSS</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>A graphic programming language oriented to define the repesentation of a document.</em></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>Bootstrap</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>A popular front-end framework for building responsive websites.</em></p></td>
</tr>
</tbody>
</table>
</div>
Expand Down Expand Up @@ -1410,23 +1406,23 @@ <h2 id="section-design-decisions">9. Architecture Decisions</h2>
<td class="tableblock halign-left valign-top"><p class="tableblock">Risks</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Use of React.js</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Uso de React.js</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">- Facilitates the development of user interfaces.
- React.js is a widely popular library in the development community.
- Improves the efficiency of frontend development.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">- Limited experience with React.js.
- Possible learning curve for the team.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Use of JavaScript</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Uso de JavaScript</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">- Team&#8217;s prior knowledge in JavaScript.
- Extensive support and resources available.
- Suitable language for frontend and backend development.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">- Limitations in compile-time error detection.
- Potential challenges in performance for large projects.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Use of MongoDB</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Uso de MongoDB</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">- Flexible schema and horizontal scalability.
- Widely used in modern applications.
- Compatibility with unstructured data.
Expand All @@ -1435,21 +1431,13 @@ <h2 id="section-design-decisions">9. Architecture Decisions</h2>
- Possible learning curve.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Use of Docker</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Uso de Docker</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">- Containerization that facilitates deployment and scalability.
- Consistent environment in development and production.
- Streamlines dependency management.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">- Potential initial complexity in Docker configuration.
- Requires additional learning resources.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Use of Bootstrap</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">- Simplifies and accelerates the development of responsive and mobile-first web applications.
- Provides a wide range of pre-designed components and styles.
- Offers extensive documentation and community support.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">- Learning curve for team members unfamiliar with Bootstrap.
- Risk of over-reliance on Bootstrap components, leading to less customizability.</p></td>
</tr>
</tbody>
</table>
<div style="page-break-after: always;"></div>
Expand Down Expand Up @@ -1639,7 +1627,7 @@ <h2 id="section-glossary">12. Glossary</h2>
<div id="footer">
<div id="footer-text">
Version 8.2 EN<br>
Last updated 2024-04-19 02:05:19 +0200
Last updated 2024-04-22 14:20:26 +0200
</div>
</div>
</body>
Expand Down

0 comments on commit 1bd5412

Please sign in to comment.