Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Matúš Valko
Online Gaming Management System
Commits
1f8626a2
Commit
1f8626a2
authored
Mar 27, 2022
by
Matúš Valko
Browse files
Merge branch 'main' into 'tests'
# Conflicts: # src/main/java/cz/fi/muni/pa165/entity/TournamentEntity.java
parents
2504ac25
414e87d1
Changes
8
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1f8626a2
<!--@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

### Use Case diagram


\ No newline at end of file
diagrams/UML Use Case Diagram.png
0 → 100644
View file @
1f8626a2
89.7 KB
diagrams/UML class diagram.png
0 → 100644
View file @
1f8626a2
552 KB
diagrams/Use case diagram.png
deleted
100644 → 0
View file @
2504ac25
48.2 KB
src/main/java/cz/fi/muni/pa165/entity/BaseEntity.java
View file @
1f8626a2
...
...
@@ -9,6 +9,10 @@ import javax.persistence.*;
import
javax.validation.constraints.NotNull
;
import
java.util.UUID
;
/**
* @author mvalko
*/
@Getter
@Setter
@EqualsAndHashCode
...
...
src/main/java/cz/fi/muni/pa165/entity/PersonEntity.java
View file @
1f8626a2
...
...
@@ -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
{
...
...
src/main/java/cz/fi/muni/pa165/entity/TournamentFormat.java
View file @
1f8626a2
package
cz.fi.muni.pa165.entity
;
/**
* @author mvalko
*/
public
enum
TournamentFormat
{
DEFAULT
}
src/main/java/cz/fi/muni/pa165/entity/TournamentManagerEntity.java
View file @
1f8626a2
package
cz.fi.muni.pa165.entity
;
/**
* @author mvalko
*/
public
class
TournamentManagerEntity
extends
BaseEntity
{
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment