Skip to content

Commit

Permalink
domain model updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dononitram committed Apr 15, 2024
1 parent b672088 commit 564603c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
Binary file added docs/images/08_domain_model.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 1 addition & 36 deletions docs/src/08_concepts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,44 +4,9 @@ ifndef::imagesdir[:imagesdir: ../images]
== Cross-cutting Concepts

=== Domain Model
----
object User{
Id: Long
name: String
lastName: String
email: String
password: String
}

object Question{
Id: Long
question: String
answer: String
option1: String
option2: String
option3: String
}
image::08_domain_model.drawio.png["Domain Model", align="center"]

object Rank{
Id: Long
games: Number
answered: Number
corect: Number
wrong: Number
totalTime: Time
totalPoints: Number
User: User
}
object Game{
Id: Long
correct: Number
wrong: Numer
time: Time
User: User
points: Number
}
----
=== User Experience
While we haven't settled on the final appearance of the app, its core functionality revolves around a quiz game.
It features multiple questions across different categories, offering various possible answers with only one being correct
Expand Down

0 comments on commit 564603c

Please sign in to comment.