From b6b4e6e87c4d82350b209d3f46c675d871563a64 Mon Sep 17 00:00:00 2001 From: uo264915 Date: Sun, 10 Mar 2024 11:51:27 +0100 Subject: [PATCH] =?UTF-8?q?Revision,=20cambios=20y=20actualizaci=C3=B3n=20?= =?UTF-8?q?de=20la=20documentacion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/04_solution_strategy.adoc | 2 +- docs/src/05_building_block_view.adoc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/04_solution_strategy.adoc b/docs/src/04_solution_strategy.adoc index 3917e316..17623c12 100644 --- a/docs/src/04_solution_strategy.adoc +++ b/docs/src/04_solution_strategy.adoc @@ -13,7 +13,7 @@ ifndef::imagesdir[:imagesdir: ../images] | _React_ | _JavaScript library that allows us to create interactive user interfaces in a simple way. It is based on components._ | _MongoDB_ | _Open source, document-oriented database system_ | _Docker_ | _A tool that makes it easy to create, deploy and run applications using containers. Containers allow you to package an application with all the parts you need, such as libraries and other dependencies, and deploy it as a single package._ -| _API_ | _Se usarĂ¡ una API externa para mostrar el mapa_ +| _Wikidata_ | _Website where the information is taken from_ | _Javascript_ | _An interpreted programming language based on prototypes, imperative and dynamic. We will use it on both frontend and backend._ | _CSS_ | _A graphic programming language oriented to define the repesentation of a document._ |=== diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index f231ad45..4d723045 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -68,13 +68,10 @@ Detailed structure of the system. Focused on the components of the Webapp, Users |=== | Name | Description -| *_Register / Login_* -| Component to create a new user or log in the system. - | *_Games History_* | Component to store games played by each user and where user can watch their previous games. -| *_Play New Games_* +| *_Play New Game_* | Component to create all related to play a new game. | *_Questions History_* @@ -101,6 +98,9 @@ Detailed structure of the system. Focused on the components of the Webapp, Users | *_Profile_* | Component to store and manage the user data. +| *_Game_* +| Component to create a new game. + | *_NewQuestion_* | Component to create new questions for the games.