Skip to content

Commit

Permalink
04_solution_strategy database placeholder removed
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielAB95 committed Mar 10, 2024
1 parent a013615 commit a483d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/04_solution_strategy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There are some placeholders for the decisions yet to be taken.
=== Technological Decisions
* Programming Language: Java will be used for system development because all team members are familiar with it, and we believe we can perform better using this language.
* Frontend Framework: SpringBoot will be adopted for frontend development because it allows us to deploy a web application using Java and provides numerous functionalities that greatly facilitate the implementation of project requirements, such as user authentication.
* Database: [Database] was selected as the storage engine due to [reasons].
* Database: HSQLDB for local tests and MySQL for production were selected as the storages engines due to Java being the chosen language.

=== System Decomposition
The Model-View-Controler architecture pattern will be followed for structuring the system, dividing it into modules/classes responsible for the managment of the players, questions, answers and game, and the viiews of the frontend.
Expand Down

0 comments on commit a483d3a

Please sign in to comment.