From caa79c213482a42fe33c4eb7123ab569f7f497a9 Mon Sep 17 00:00:00 2001 From: teresagg Date: Sun, 28 Apr 2024 19:44:56 +0200 Subject: [PATCH] Updates y technical debts --- docs/src/11_technical_risks.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/11_technical_risks.adoc b/docs/src/11_technical_risks.adoc index 4a15fd9..5171101 100644 --- a/docs/src/11_technical_risks.adoc +++ b/docs/src/11_technical_risks.adoc @@ -40,7 +40,7 @@ To assess the relevance level of the following risks, we will use number 1 to in | Low-quality code | The use of new technologies and languages can lead to poorly written or poorly designed code. To address this issue, we will use pull requests to ensure that the code is reviewed by multiple team members. | Deployment issues | Having not worked with Docker and other deployment tools before may cause problems when deploying the application. For this reason, we are trying to put our best into learning these new technologies. | Dependency with Wikidata | It is a requirement so we need to depend on it. However, we have created a questions database so in case that Wikidata was not working, the application would continue to work for some time. -| Filtering questions and answers | Given the structure of Wikidata there are sometimes where questions and answers do not have the proper label we are looking for. Although we have stablished filters and different strategies, nothing seems to work perfectly. -| Similarity between questions | Due to the way we generate questions, it is possible that sometimes questions get repeated. It is not the usual but there is a probability. +| Filtering questions and answers | Given the structure of Wikidata there are sometimes where questions and answers do not have the proper label we are looking for. Although we have stablished filters and different strategies, sometimes it fails. | Changes in database model | Changing the model of a relational database makes it necessary to create a new database, losing all of the data we had before. +| Game duplication code | Due to our little knowledge about JavaScript, we have not found a way of optimizing code from different game modes. It would be necessary to search for another way of doing it, as this is not maintenable. |===