From 4755de1b79ff79c30123c3643e9027a4cdaf9256 Mon Sep 17 00:00:00 2001 From: Alfredo Jirout Cid <144898617+UO288443@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:46:57 +0100 Subject: [PATCH] Update 07_deployment_view.adoc --- docs/src/07_deployment_view.adoc | 35 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/docs/src/07_deployment_view.adoc b/docs/src/07_deployment_view.adoc index 32417784..cadae4e9 100644 --- a/docs/src/07_deployment_view.adoc +++ b/docs/src/07_deployment_view.adoc @@ -61,16 +61,7 @@ _****_ Motivation:: -__ - -Quality and/or Performance Features:: - -__ - -Mapping of Building Blocks to Infrastructure:: -__ +As we can see, this would be the initial diagram of how the classes would relate to each other. We have, in the first place, the 'app' class that is related to 'link', which in turn is related to the different parts of the app. === Infrastructure Level 2 @@ -82,16 +73,26 @@ Here you can include the internal structure of (some) infrastructure elements fr Please copy the structure from level 1 for each selected element. **** -==== __ +==== APP + +"App": It is the part with which the user interacts. This part would be responsible for providing the visual interface and using the rest of the created classes. + +==== LINK + +"Link" is the part of the application that connects the rest of the parts. This will facilitate the use of the different parts of the application in the App section. + +==== REGISTER + +"Register" is the part of the application that handles user registration and login. It's very important as it's the first thing a potential user will encounter when they visit our page. -__ +==== USER SERVICE -==== __ +"User service" is the part of the application that generates the various services within the application to the user, such as a ranking, correctly answered questions, and so on. -__ +==== QUESTION GENERATOR -... +"Question generator" is the part of the application that, using the data from Wikidata and some pre-created templates, generates the questions and possible answers of the application. -==== __ +==== WIKIDATA -__ +Wikidataā€¯ is the API that you will use to obtain the data for the questions. Wikidata is a free and collaborative database that can be read and edited by both humans and machines. It provides a common source of certain types of data that can be used by Wikimedia projects.