Skip to content

Commit

Permalink
Modification 4.Solution strategy diferent parts of the docu created
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289029 committed Feb 17, 2024
1 parent 7d35620 commit 2f4768b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/src/04_solution_strategy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
****
Expand Down

0 comments on commit 2f4768b

Please sign in to comment.