Matir / pwnableweb-scoreboard

Scoreboard for CTF Competitions
27 stars 8 forks source link

Allow users to change teams #99

Closed k9delight closed 8 years ago

k9delight commented 8 years ago

https://github.com/Matir/pwnableweb-scoreboard/issues/80

To quote,

""" Other complexities:

What about after the game has started? What happens to the newly-empty team, if applicable? Is there metadata tied to a team that should be tied to players? """

To avoid any surprises (such as db corruption, etc) for admins, we won't allow changes after the game has started - players can create a new account then.

If the team is empty - delete applicable records. Since the game will not have started yet, there won't be any score history to cascade delete, etc.

As for meta data issues - I'll leave that up for investigation.

k9delight commented 8 years ago

Wrong repository :(