diff --git a/docs/src/12_glossary.adoc b/docs/src/12_glossary.adoc index b8a06dc2..bce68d0f 100644 --- a/docs/src/12_glossary.adoc +++ b/docs/src/12_glossary.adoc @@ -10,9 +10,17 @@ ifndef::imagesdir[:imagesdir: ../images] |Question | Entity that encapsulates details of the trivia questions. +|Answer | This entity contains the correct answer of the questions. + |Category | Classifies questions into various topics, each question can only belong to one category. |Player | Represents users and their interactions with the game |GameSession | Maintains the state of play, including scores and progress. + +|ApiKey | Contains each player's apiKey for personal security and access control. + +|RestApiAccessLog | This entity is used to register the access to the application. + +|Associations | Represents the associations between entities. It has internal classes for each association. |===