From 2f4768bf961ba71bb45098415c567e9b58043897 Mon Sep 17 00:00:00 2001 From: uo289029 Date: Sat, 17 Feb 2024 15:23:24 +0100 Subject: [PATCH] Modification 4.Solution strategy diferent parts of the docu created --- docs/src/04_solution_strategy.adoc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/src/04_solution_strategy.adoc b/docs/src/04_solution_strategy.adoc index 47cbee3..066d7f3 100644 --- a/docs/src/04_solution_strategy.adoc +++ b/docs/src/04_solution_strategy.adoc @@ -5,8 +5,18 @@ ifndef::imagesdir[:imagesdir: ../images] Summary and explanation of the fundamental decisions and solution strategies that we are going to follow while we develop the web app WIQ. -===Technology decisions +=== Technology decisions +* Javascript as the language to program in. The best option between the ones we considered as it is the best suited to use APIs easily in our opinion. +* React.js as the Javascript library chosen to program the user interface of the app as it is easy to use and really famous nowadays. +* Wikidata API to use in the question generator as it is a requirement of the app. +* Docker to deploy de app locally and test it. +=== Top-level decomposition of the system decisions + +=== How to achieve key quality goals decisions + +=== Relevant organizational decisions +* Github to keep all of our modifications of the code saved and to have Git version control. [role="arc42help"] ****