From 02e6c8b74446d0291fa421bd728e85cfa68d7a9c Mon Sep 17 00:00:00 2001 From: Liliana Date: Thu, 22 Feb 2024 18:12:20 +0100 Subject: [PATCH 1/2] Modificacion requisitos --- docs/src/10_quality_requirements.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/src/10_quality_requirements.adoc b/docs/src/10_quality_requirements.adoc index 9a45578d..5cac43cb 100644 --- a/docs/src/10_quality_requirements.adoc +++ b/docs/src/10_quality_requirements.adoc @@ -27,11 +27,6 @@ occurs. |Usage Scenarios |Priority -|Privacy -|In order to be able to play, the user must log in to the application. -|Only the user who created/owns the account will have access to it (unless he/she gives someone else his/her credentials). -|High - |Usability |The ease of interaction with the user should be enhanced through intuitive and simple interfaces to enhance the user experience. |Users will be able to understand how the game works thanks to the clarity of its rules and ease of navigation. @@ -45,10 +40,15 @@ occurs. |Integrity |The game must be played without errors. |The answer determined as correct for each question by the system shall be the one that is actually correct. -|High +|Medium |Interactivity |The user must answer a series of questions in which the user must select the correct answer in each case. |For each of the questions, the user must select the correct answer from those provided by the system. -|High +|Medium + +|Privacy +|In order to be able to play, the user must log in to the application. +|Only the user who created/owns the account will have access to it (unless he/she gives someone else his/her credentials). +|Low |=== \ No newline at end of file From a5b5257a614edb900b94e790402bc5a4369d40dc Mon Sep 17 00:00:00 2001 From: Liliana Date: Thu, 22 Feb 2024 18:18:17 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Modificaciones=20de=20decisiones=20arquitec?= =?UTF-8?q?t=C3=B3nicas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/09_architecture_decisions.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/09_architecture_decisions.adoc b/docs/src/09_architecture_decisions.adoc index 73da571c..ee0816e2 100644 --- a/docs/src/09_architecture_decisions.adoc +++ b/docs/src/09_architecture_decisions.adoc @@ -40,15 +40,15 @@ There you will find links and examples about ADR. |Advantages |Disagvantanges -|React +|Use of React |It is the most used javascript framework and there is a lot of documentation about it. |All of us in the team will have to learn how to use it because we have never worked with it. -|JavaScript +|Use of JavaScript |It is a language we have all used. |It is a complex language that can cause us problems while other simpler languages could make our work easier. -|MongoDB +|Use of MongoDB |Being a non-relational database, it is easier to use. In addition, it is used by large telecommunications companies. |Non-relational databases are the ones with which we have the least experience. |===