Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
feat(model): add tournament phases
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Nov 17, 2020
1 parent b468bd6 commit ea09081
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/model/phases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export enum PHASES {
BOSS_FIGHT,
WILDCARD,
POST_WILDCARD,
PRE_TOURNAMENT,
TOURNAMENT_PLAY,
TOURNAMENT_ROUND_COMPLETE,
POST_TOURNAMENT,
}

/* Actual order:
Expand All @@ -28,4 +32,8 @@ POSTSEASON (4)
BOSS_FIGHT (9)
PRE_ELECTION (5)
POST_PRE_ELECTION (6)
PRE_TOURNAMENT (12)
TOURNAMENT_PLAY (13)
TOURNAMENT_ROUND_COMPLETE (14)
POST_TOURNAMENT (15)
*/

0 comments on commit ea09081

Please sign in to comment.