kiranmanda / rummy

A simple single page javascript web application to keep track of rummy scores
MIT License
0 stars 0 forks source link

Do not allow Game Settings to be changed when the game is in process #19

Closed ypradeep4u closed 9 years ago

ypradeep4u commented 9 years ago

Scenario:

  1. Say i have 5 players and 3 players game is over. strike off line is displayed on 3 players score
  2. Now if we go and update the game over score and other game settings, then players whose game over are enabled again.

So i think its better to disable updates to game settings while the game is in process

kiranmanda commented 9 years ago

Pushed the fix to stage.