We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 717da0b + 8401dc8 commit 70c950aCopy full SHA for 70c950a
1 file changed
src/main/java/io/github/sornerol/chess/pubapi/domain/player/enums/PlayerTournamentStatus.java
@@ -35,7 +35,12 @@ public enum PlayerTournamentStatus {
35
/**
36
* Player was removed from the tournament by the tournament director
37
*/
38
- REMOVED("removed");
+ REMOVED("removed"),
39
+
40
+ /**
41
+ * Player has received an invitation to join the tournament
42
+ */
43
+ INVITED("invited");
44
45
@Getter
46
@JsonValue
0 commit comments