Blef-team / blef_game_engine

The game engine API service for the game of Blef
GNU Affero General Public License v3.0
1 stars 0 forks source link

Refactor RDS handling #153

Closed adrian-golian closed 3 years ago

adrian-golian commented 4 years ago

Create a handler for RDS files, which will find, read, parse and validate a game state file, before returning a dataframe to whatever called for it. Anywhere game state files are being read, there should be error handling, to return a 500 "Game state was corrupted" in case of mishaps. Once there's a handler, we can think of mitigating issues, like repairing corrupted game states, or reading in the latest previous state.

maciej-pomykala commented 3 years ago

No longer relevant after #169