diff --git a/documentation/domainModel.puml b/documentation/domainModel.puml index b56c823..512d09d 100644 --- a/documentation/domainModel.puml +++ b/documentation/domainModel.puml @@ -38,6 +38,10 @@ class Administrator { Manager-status } +class User { + +} + Team "2..*" - "1..*" Tournament : "Plays in" Tournament "1" -- "1..*" Match : contains Player "1..*" -- "1..1" Team : "Belongs to" @@ -45,5 +49,5 @@ Team "2..2" -- "1..*" Match : "Competes in" Administrator "1..*" -- "0..*" Tournament : "Manages" Administrator "1..*" -- "0..*" Team : "Manages" - +User "0..*" --> "0..*" Tournament : "View overview" @enduml \ No newline at end of file