| ... | ... | @@ -37,6 +37,7 @@ table(user){ |
|
|
|
userName: string
|
|
|
|
isGameMaster: boolean
|
|
|
|
userAvatar: number
|
|
|
|
isRandom: boolean
|
|
|
|
}
|
|
|
|
|
|
|
|
table(submission){
|
| ... | ... | @@ -91,6 +92,7 @@ user ||--|{ submission |
|
|
|
| startDate | string | Timestamp that tells when the game starts. | Yes |
|
|
|
|
| isPaused| boolean | Game room's status that tells if the room is paused or not.| Yes|
|
|
|
|
|isActive| boolean | Game room's status that tells if the room is open or closed.| Yes|
|
|
|
|
|isRandom|boolean|If true, the task orders will be randomized for each player|No|
|
|
|
|
|
|
|
|
|
|
|
|
### Task
|
| ... | ... | |
| ... | ... | |