Commit 1f8626a2 authored by Matúš Valko's avatar Matúš Valko
Browse files

Merge branch 'main' into 'tests'

# Conflicts:
#   src/main/java/cz/fi/muni/pa165/entity/TournamentEntity.java
parents 2504ac25 414e87d1
<!--@author Adrian Piacek-->
# Online Gaming Management System
## About project
......@@ -12,7 +13,7 @@ The goal of the system is to manage teams of users participating to eSports comp
## Diagrams for assignment
### Class diagram
WiP
![Class diagram for this project](diagrams/UML class diagram.png)
### Use Case diagram
![Class diagram for this project](diagrams/Use case diagram.png)
![Class diagram for this project](diagrams/UML Use Case Diagram.png)
\ No newline at end of file
......@@ -9,6 +9,10 @@ import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.util.UUID;
/**
* @author mvalko
*/
@Getter
@Setter
@EqualsAndHashCode
......
......@@ -12,6 +12,10 @@ import javax.persistence.Entity;
import java.util.ArrayList;
import java.util.Date;
/**
* @author mvalko
*/
@Entity
@Data
public class PersonEntity extends BaseEntity implements ExternalAccess, Viewable {
......
package cz.fi.muni.pa165.entity;
/**
* @author mvalko
*/
public enum TournamentFormat {
DEFAULT
}
package cz.fi.muni.pa165.entity;
/**
* @author mvalko
*/
public class TournamentManagerEntity extends BaseEntity {
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment