Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoconde committed Feb 10, 2024
1 parent 0d4a6c1 commit 9e280d5
Showing 1 changed file with 56 additions and 53 deletions.
109 changes: 56 additions & 53 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2296,6 +2296,9 @@ <h3 id="_technical_debts">11.2. Technical debts</h3>
<div class="sect1">
<h2 id="section-glossary">12. Glossary</h2>
<div class="sectionbody">
<div class="paragraph">
<p>In this section we will present, define and translate some concepts that we consider relevant to know when facing our application.</p>
</div>
<div class="sidebarblock arc42help">
<div class="content">
<div class="paragraph">
Expand Down Expand Up @@ -2336,41 +2339,41 @@ <h2 id="section-glossary">12. Glossary</h2>
<h3 id="_acronyms">12.1. Acronyms</h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
<col style="width: 33.3334%;">
<col style="width: 20%;">
<col style="width: 20%;">
<col style="width: 60%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-center valign-top">Acronym</th>
<th class="tableblock halign-center valign-top">Term</th>
<th class="tableblock halign-left valign-top">Acronym</th>
<th class="tableblock halign-left valign-top">Term</th>
<th class="tableblock halign-left valign-top">Definition</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">ADR</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Arquitectural Design Record</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">ADR</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Arquitectural Design Record</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Document that describes a choice the team makes about a significant aspect of the software architecture they&#8217;re planning to build. Each ADR describes the architectural decision, its context, and its consequences, and its goal is to ensure that the proposed design meets functional, aesthetic, regulatory, and safety requirements before proceeding further with the project.</p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">API</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Application Programming Interface</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">API</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Application Programming Interface</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Set of rules, protocols, and tools that allows different software applications to communicate and interact with each other. It defines the methods and data formats that developers can use to request and exchange information between different software components.</p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">CI/CD</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Continuous Integration &amp; Continuous Delivery</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">CI/CD</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Continuous Integration &amp; Continuous Delivery</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">CI refers to the practice of automatically and frequently integrating code changes into a shared source code repository; CD is a 2 part process that refers to the integration, testing, and delivery of code changes. Continuous delivery stops short of automatic production deployment, while continuous deployment automatically releases the updates into the production environment.</p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">PR</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Pull Request</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">PR</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Pull Request</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Proposal to merge a set of changes from one branch into another. In a pull request, collaborators can review and discuss the proposed set of changes before they integrate the changes into the main codebase.</p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">WIQ</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">TBD</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">WIQ</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">TBD</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Web application&#8217;s name, where the users can register and login themselves to play different type of rounds.</p></td>
</tr>
</tbody>
Expand All @@ -2380,47 +2383,47 @@ <h3 id="_acronyms">12.1. Acronyms</h3>
<h3 id="_domain_specific_terms">12.2. Domain Specific Terms</h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
<col style="width: 33.3334%;">
<col style="width: 20%;">
<col style="width: 60%;">
<col style="width: 20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-center valign-top">Term</th>
<th class="tableblock halign-left valign-top">Term</th>
<th class="tableblock halign-left valign-top">Definition</th>
<th class="tableblock halign-center valign-top">ES Translation</th>
<th class="tableblock halign-left valign-top">ES Translation</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">Discarding</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Discarding</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Test in which the participants must answer a series of multiple-choice questions; for each question, they are presented with a set of options and must eliminate those they believe to be incorrect until they arrive at the correct answer. This process of elimination continues until the contestants are confident in the correct answer or until the allotted time for the test runs out</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Descartando</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Descartando</p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">Discovering cities</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Discovering cities</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Test in which contestants receive clues about a specific city and must guess which city it is; this clues may include descriptions of geographical features, famous monuments, historical or cultural events, among other aspects related to the city in question.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Descubriendo ciudades</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Descubriendo ciudades</p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">HappySw</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">HappySw</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Name of the fictitious company under which the members of the group will simulate that we have been hired to develop the application.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock"><em>N/A</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>N/A</em></p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">Know &amp; Win</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Know &amp; Win</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Popular Spanish television program that combines quiz shows with educational entertainment aired daily on La 2 of Televisión Española. The show is known for its unique format, which includes a variety of challenges and tests where contestants demonstrate their knowledge in different areas such as history, geography, science, popular culture, literature, art, among other subjects.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">"Saber Y Ganar"</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">"Saber Y Ganar"</p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">Warm question</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Warm question</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Test in which contestants' aim is to answer questions rapidly and accurately, requiring quick thinking, as questions are presented rapidly without pauses between them. Contestants strive to provide correct answers to accumulate points, but they must also carefully assess the risk of answering incorrectly, which could lead to losing points.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Pregunta caliente</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Pregunta caliente</p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">Wise Men Stack</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Wise Men Stack</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Test in which questions are presented on a wide range of topics spanning from literature and history to science and popular culture. Contestants must answer as many questions correctly as possible within a limited time frame.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Batería de sabios</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Batería de sabios</p></td>
</tr>
</tbody>
</table>
Expand All @@ -2429,57 +2432,57 @@ <h3 id="_domain_specific_terms">12.2. Domain Specific Terms</h3>
<h3 id="_technical_terms">12.3. Technical Terms</h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
<col style="width: 33.3334%;">
<col style="width: 20%;">
<col style="width: 60%;">
<col style="width: 20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-center valign-top">Term</th>
<th class="tableblock halign-left valign-top">Term</th>
<th class="tableblock halign-left valign-top">Definition</th>
<th class="tableblock halign-center valign-top">ES Translation</th>
<th class="tableblock halign-left valign-top">ES Translation</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">Backend</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Backend</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Server-side of a software application or website. It encompasses everything that users don&#8217;t see directly, such as databases, servers, and application logic. The backend is responsible for processing requests from the frontend and generating the appropriate responses.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock"><em>N/A</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>N/A</em></p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">Frontend</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Frontend</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Part of a software application or website that users interact with directly. It encompasses the user interface (UI) and user experience (UX) components that users see and interact with in their web browsers or on their devices. This includes elements such as buttons, forms, menus, and any visual or interactive elements users interact with to use the application.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock"><em>N/A</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>N/A</em></p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">Git</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Git</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Free and open-source version control system used for tracking changes in source code during software development. It allows multiple developers to collaborate on projects simultaneously and efficiently manage changes to the codebase.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock"><em>N/A</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>N/A</em></p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">Github</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Github</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Online software development platform built around Git used for storing, tracking, and collaborating on software projects. It makes it easy for developers to share code files and collaborate with fellow developers on open-source projects.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock"><em>N/A</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>N/A</em></p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">Internationalization</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Internationalization</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Process of designing and developing a software application in such a way that it can easily adapt to different languages, cultures, and regions of the world. This involves for example the application&#8217;s ability to handle different sets of characters, date and time formats, units of measurement, and other cultural and linguistic aspects.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Internacionalización</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Internacionalización</p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">Microservice</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Microservice</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Software architectural style that structures an application as a collection of loosely coupled services; each service is designed to perform a specific and narrowly defined function within the application. These services are typically small, independently deployable, and can be developed, tested, and deployed separately from the rest of the application.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Microservicio</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Microservicio</p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">User</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">User</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Typically refers to an individual or entity that interacts with the system or software to perform tasks, access resources, or obtain information. Users can interact with computer systems through various means, such as graphical user interfaces, command-line interfaces, or the mentioned APIs.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Usuario</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Usuario</p></td>
</tr>
<tr>
<td class="tableblock halign-center valign-top"><p class="tableblock">Wikidata</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Wikidata</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Free and open knowledge base that acts as a central storage repository for structured data from Wikimedia projects and beyond. It provides a common platform for collecting and sharing structured data about various topics, including but not limited to, people, places, events, concepts, and objects.</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock"><em>N/A</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>N/A</em></p></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 9e280d5

Please sign in to comment.