robert-damoc / game-stats

0 stars 0 forks source link

Validate round scores #46

Closed robert-damoc closed 10 months ago

robert-damoc commented 1 year ago

Add validations when you create/update a round

Validations

  1. You can only create/update a round if the game status is in progress
  2. Validate that the player hasn't already picked that round type for the current game
  3. Validate that the scores sum up to the right value (e.g. King should be -400, totals should be -1500)