Skip to content

Commit

Permalink
Updates y technical debts
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288347 committed Apr 28, 2024
1 parent 1fc639e commit caa79c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/11_technical_risks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
|===

0 comments on commit caa79c2

Please sign in to comment.