From 6f31243872c199acfe133a24408bbf3c1d15cddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel?= Date: Wed, 14 Feb 2024 17:33:23 +0100 Subject: [PATCH 1/4] Point 3.2 of the documentation done --- docs/src/03_system_scope_and_context.adoc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/src/03_system_scope_and_context.adoc b/docs/src/03_system_scope_and_context.adoc index c528e90..8a21e44 100644 --- a/docs/src/03_system_scope_and_context.adoc +++ b/docs/src/03_system_scope_and_context.adoc @@ -69,7 +69,30 @@ together with a mapping table showing the relationships between channels and inp **** **** +[cols="2,2"] +|=== +| **Componente** | **Tecnologías Utilizadas** +| Front-end | HTML, CSS, JavaScript (Svelte) +| Back-end | PHP, API de Wikidata +| Base de Datos | MongoDB +| Arquitectura | Microservicios +| Despliegue y Mantenimiento | Docker +|=== **** **** +[cols="2,2,2"] +|=== +| **Componente** | **Función** +| Front-end | Interacción con el usuario, visualización de resultados +| Back-end | Procesamiento lógico, comunicación con API externa y base de datos +| Base de Datos | Almacenamiento de datos +| API Externa | Consulta de datos desde Wikidata +|=== + +En este flujo: +- El usuario interactúa con la interfaz de usuario (front-end) mediante clics y respuestas. +- El back-end procesa las solicitudes, consulta la API de Wikidata y actualiza la pantalla. +- Los canales son las conexiones HTTP entre los componentes. +- El mapeo evalúa las respuestas del usuario en tiempo real para proporcionar una respuesta adecuada. From 8ea9875dd9e6393a97e60f3f3963399720384f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel?= Date: Wed, 14 Feb 2024 18:08:24 +0100 Subject: [PATCH 2/4] Error of the language fixed. --- docs/src/03_system_scope_and_context.adoc | 28 +++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/src/03_system_scope_and_context.adoc b/docs/src/03_system_scope_and_context.adoc index 8a21e44..dd2f36f 100644 --- a/docs/src/03_system_scope_and_context.adoc +++ b/docs/src/03_system_scope_and_context.adoc @@ -71,12 +71,12 @@ together with a mapping table showing the relationships between channels and inp **** [cols="2,2"] |=== -| **Componente** | **Tecnologías Utilizadas** +| **Component** | **Technologies Used** | Front-end | HTML, CSS, JavaScript (Svelte) | Back-end | PHP, API de Wikidata -| Base de Datos | MongoDB -| Arquitectura | Microservicios -| Despliegue y Mantenimiento | Docker +| Database | MongoDB +| Arquitectura | Microservices +| Deployment and Maintenance | Docker |=== **** @@ -84,15 +84,15 @@ together with a mapping table showing the relationships between channels and inp **** [cols="2,2,2"] |=== -| **Componente** | **Función** -| Front-end | Interacción con el usuario, visualización de resultados -| Back-end | Procesamiento lógico, comunicación con API externa y base de datos -| Base de Datos | Almacenamiento de datos -| API Externa | Consulta de datos desde Wikidata +| **Component** | **Functionality** +| Front-end | User interaction and results display. +| Back-end | Logical processing, communication with external API and database. +| Database | Data storage. +| External API | Data query from Wikidata. |=== -En este flujo: -- El usuario interactúa con la interfaz de usuario (front-end) mediante clics y respuestas. -- El back-end procesa las solicitudes, consulta la API de Wikidata y actualiza la pantalla. -- Los canales son las conexiones HTTP entre los componentes. -- El mapeo evalúa las respuestas del usuario en tiempo real para proporcionar una respuesta adecuada. +In this flow: +- The user interacts with the user interface (front-end) through clicks and responses. +- The back-end processes the requests, consults the Wikidata API, and updates the screen. +- The channels are the HTTP connections between the components. +- The mapping evaluates the user’s responses in real time to provide an appropriate response. \ No newline at end of file From 491f5255a4a7f625312ae4f918bd65dcbd8f63ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel?= Date: Wed, 14 Feb 2024 18:16:24 +0100 Subject: [PATCH 3/4] Minor bug in the second table fixed --- docs/src/03_system_scope_and_context.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/03_system_scope_and_context.adoc b/docs/src/03_system_scope_and_context.adoc index dd2f36f..244641c 100644 --- a/docs/src/03_system_scope_and_context.adoc +++ b/docs/src/03_system_scope_and_context.adoc @@ -73,16 +73,16 @@ together with a mapping table showing the relationships between channels and inp |=== | **Component** | **Technologies Used** | Front-end | HTML, CSS, JavaScript (Svelte) -| Back-end | PHP, API de Wikidata +| Back-end | .NET, API de Wikidata | Database | MongoDB -| Arquitectura | Microservices +| Arquitechture | Microservices | Deployment and Maintenance | Docker |=== **** **** -[cols="2,2,2"] +[cols="2,2"] |=== | **Component** | **Functionality** | Front-end | User interaction and results display. From 672d23b294b1eae3aaa36f019ecec04f916f1c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel?= Date: Wed, 14 Feb 2024 18:25:41 +0100 Subject: [PATCH 4/4] Minor change --- docs/src/03_system_scope_and_context.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/03_system_scope_and_context.adoc b/docs/src/03_system_scope_and_context.adoc index 244641c..3d2af12 100644 --- a/docs/src/03_system_scope_and_context.adoc +++ b/docs/src/03_system_scope_and_context.adoc @@ -72,8 +72,8 @@ together with a mapping table showing the relationships between channels and inp [cols="2,2"] |=== | **Component** | **Technologies Used** -| Front-end | HTML, CSS, JavaScript (Svelte) -| Back-end | .NET, API de Wikidata +| Front-end | HTML, CSS, JavaScript (Svelte/React) +| Back-end | .NET/node.js, API de Wikidata | Database | MongoDB | Arquitechture | Microservices | Deployment and Maintenance | Docker @@ -95,4 +95,4 @@ In this flow: - The user interacts with the user interface (front-end) through clicks and responses. - The back-end processes the requests, consults the Wikidata API, and updates the screen. - The channels are the HTTP connections between the components. -- The mapping evaluates the user’s responses in real time to provide an appropriate response. \ No newline at end of file +- The mapping evaluates the user’s responses in real time to provide an appropriate response. \ No newline at end of file