Skip to content

Commit

Permalink
Sections-3-and-4-of-the-documentation
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
uo287545 authored Feb 11, 2024
1 parent 198ac5e commit 193732d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/src/03_system_scope_and_context.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 193732d

Please sign in to comment.