From 193732ddc5ae14133e14947d7469bd07dd772f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iker=20=C3=81lvarez=20Fern=C3=A1ndez?= <142450634+uo287545@users.noreply.github.com> Date: Sun, 11 Feb 2024 23:29:06 +0100 Subject: [PATCH] Sections-3-and-4-of-the-documentation * commit de prueba * Base of the documentation done. There are parts pending until we take the main decisions about the system. * Merge branch 'develop' into Sections-3-and-4-of-the-documentation * Point 4 translated to english. * Merge branch 'develop' into Sections-3-and-4-of-the-documentation * Section 3.2 indentation fixed --- docs/src/03_system_scope_and_context.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/src/03_system_scope_and_context.adoc b/docs/src/03_system_scope_and_context.adoc index 8f1b425b..009d85f2 100644 --- a/docs/src/03_system_scope_and_context.adoc +++ b/docs/src/03_system_scope_and_context.adoc @@ -64,7 +64,6 @@ The title of the table is the name of your system, the three columns contain the System --> WikiData ---- -**Explanation:** * **User:** Represents users who interact with the application to play games or view their history. * **System (QuestionGame):** The main system that hosts the game logic and manages user interactions. * **WikiData:** Component used to retrieve data from Wikidata and automatically generate questions. @@ -118,12 +117,13 @@ together with a mapping table showing the relationships between channels and inp developer --> (User's API) : HTTPS developer --> (Question's API) : HTTPS ---- -* User Agent: Represents the web or mobile interface used by users. -* QuestionGame server: The server-side components, including the Frontend, QuestionGame logic, User's API, and Question's API. -* HTTPS: Represents the communication channels, with HTTPS being the protocol used for secure communication. -* Question Generation: Represents the means used for question and answers generation. -* Database: Represents whichever system used for data persistence. -* To be decided: Indicates that specific details about the channels and protocols are yet to be determined. + +* **User Agent:** Represents the web or mobile interface used by users. +* **QuestionGame server:** The server-side components, including the Frontend, QuestionGame logic, User's API, and Question's API. +* **HTTPS:** Represents the communication channels, with HTTPS being the protocol used for secure communication. +* **Question Generation:** Represents the means used for question and answers generation. +* **Database:** Represents whichever system used for data persistence. +* **To be decided:** Indicates that specific details about the channels and protocols are yet to be determined. ==== Input/Output Mapping Table