Replace game state in database with hidden and paused column #34

Closed
opened 4 years ago by Burathar · 0 comments
Burathar commented 4 years ago
Owner

Because of the redundant nature of game_state in combination with game_start and game_end, weird situations could arise. (i.e. a 'finished' gamestate while the game_end time hasn't been reached yet. Therefore it would be better to replace the game_state column with a hidden and a paused column. The other states can be derived from the start and end time.

Because of the redundant nature of `game_state` in combination with `game_start` and `game_end`, weird situations could arise. (i.e. a 'finished' gamestate while the `game_end` time hasn't been reached yet. Therefore it would be better to replace the `game_state` column with a `hidden` and a `paused` column. The other states can be derived from the start and end time.
Burathar added the
enhancement-must
label 4 years ago
Burathar closed this issue 4 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.