Skip to content

Commit

Permalink
Corrección del glosario
Browse files Browse the repository at this point in the history
  • Loading branch information
uo287568 committed Mar 11, 2024
1 parent fb45076 commit 5078c22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/12_glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,17 @@ See https://docs.arc42.org/section-12/[Glossary] in the arc42 documentation.

|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.
|===

0 comments on commit 5078c22

Please sign in to comment.