Skip to content

Commit

Permalink
Merge pull request #299 from Arquisoft/docs/section4QG
Browse files Browse the repository at this point in the history
Added the QG package distribution
  • Loading branch information
Toto-hitori authored Apr 27, 2024
2 parents a4b2af9 + c2c5cc6 commit 6580090
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/src/04_solution_strategy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ A crucial part of the design is that the models are the ones handling the logic,
In regard to testing, a Test First approach was employed when possible, and the logic of the *Models* and the *Services* was tested, as well as the responses given by the *Controllers* in different situations.

===== Question Generator
//fill in here pls
In the question generator, the structure is simple, using three packages to structurize the code:

* The `model` package is used to store the classes that model the questions and answers.
* The `repositories` package, where classes related to storing the questions and answers in the DB can be found.
* The `templates` package, where all the classes where the questions are created by using calls to wikidata can be found.

==== Frontend
* In the frontend, the structure will be quite different:
Expand Down

0 comments on commit 6580090

Please sign in to comment.