Skip to content

Commit

Permalink
Merge pull request #63 from Arquisoft/pablo
Browse files Browse the repository at this point in the history
Revision, cambios y actualización de la documentacion
  • Loading branch information
uo264915 authored Mar 10, 2024
2 parents 4d72020 + b6b4e6e commit 443f41a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/04_solution_strategy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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._
|===
Expand Down
8 changes: 4 additions & 4 deletions docs/src/05_building_block_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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_*
Expand All @@ -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.

Expand Down

0 comments on commit 443f41a

Please sign in to comment.