Skip to content

Commit

Permalink
Updated the used technologies documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
UO289845 committed Apr 27, 2024
1 parent 5de1f53 commit 03982c7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/src/04_solution_strategy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ See https://docs.arc42.org/section-4/[Solution Strategy] in the arc42 documentat

The technologies chosen for developing the WIQ web app are ::
* **ReactJS** : A JavaScript library that facilitates the creation of interactive grafical interfaces.
* **Sass** : A scripting language that is compiled into CSS. It extends CSS by providing several mechanisms such as variables, nested rules, mixins, functions, and inheritance. (Not used)
* **TypeScript** : A superset of JavaScript that adds various features that can resolve code errors before running the actual code. (Not used)
* **SpringBoot** : An extension of the Spring framework for creating Java applications. SpringBoot offers many preconfigurations that accelerate the code production process. (Not used)

* **Wikidata Toolkit** : Wikidata Toolkit is a Java library for accessing Wikidata and other Wikibase installations. It can be used to create bots, to perform data extraction tasks (e.g., convert all data in Wikidata to a new format), and to do large-scale analyses that are too complex for using a simple SPARQL query service.

* **Docker** : Docker provides tools and a runtime environment to manage these containers efficiently, allowing developers to build, ship, and run applications consistently across different environments.
* **MySql** : MySQL is an open-source relational database management system that uses SQL for managing and manipulating data. (Not used)

* **Mongo DB** : MongoDB is a popular open-source NoSQL database management system that stores data flexible, JSON-like documents with dynamic schemas.

* **Express** : Express is a minimal and flexible Node.js web application framework that provides a robust set of features for building web and mobile applications.
Expand All @@ -48,10 +47,15 @@ The technologies chosen for developing the WIQ web app are ::

* **Java** : Java is a high-level, object-oriented programming language developed by Sun Microsystems. It is known for its portability, security features, and wide range of applications, from mobile to enterprise systems.

* **TO BE ORGANIZED**

This decisions were eventually discarded ::
* **Sass** : A scripting language that is compiled into CSS. It extends CSS by providing several mechanisms such as variables, nested rules, mixins, functions, and inheritance. (Not used)

* **TypeScript** : A superset of JavaScript that adds various features that can resolve code errors before running the actual code. (Not used)

* **SpringBoot** : An extension of the Spring framework for creating Java applications. SpringBoot offers many preconfigurations that accelerate the code production process. (Not used)

* **MySql** : MySQL is an open-source relational database management system that uses SQL for managing and manipulating data. (Not used)


=== Top-level Decomposition
Expand Down

0 comments on commit 03982c7

Please sign in to comment.