You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say we have a GameEvent that is supposed to happen in a few days, with 30 players want to participate.
The court size was 30 so everything works well.
But now, for some reason, the court size is getting smaller, for example to 20.
What should happen? Should we not allow decreasing the court size? Should we keep everything the same?
The issue is related to Court PR, and will be discussed in our next meeting.
The text was updated successfully, but these errors were encountered:
To my opinion this is some kind of a rare case, so in order to keep our implementaion simple we can assume thoes things won't happen.
In reality when it's happening we can leave it the the players to sort it out, if it's a soccer game, have the reserve teams wait on the bench, the loser team swaps out, and there you go..
Case of golf game or some sort of game where teams are not suppose to wait for their turn to participate it's indeed a problem. but is that our app fault ? how could the app know about that such a change in size of the max_players in the court ?
Just want to mention that the fact that I asked for this issue to be created doesn't mean you necessarily have to address it. There are many times when valid issues are raised and they don't get to be attended - there are always going to be bugs. This one is a bug, but it might be that you decide not to fix it.
Say we have a GameEvent that is supposed to happen in a few days, with 30 players want to participate.
The court size was 30 so everything works well.
But now, for some reason, the court size is getting smaller, for example to 20.
What should happen? Should we not allow decreasing the court size? Should we keep everything the same?
The issue is related to Court PR, and will be discussed in our next meeting.
The text was updated successfully, but these errors were encountered: