jtibble / pabtc

Tournament-Tracking Engine for Planetary Annihilation, featuring Bitcoin
MIT License
0 stars 0 forks source link

REST service: Conclude Tournament #11

Closed jtibble closed 9 years ago

jtibble commented 10 years ago

Create service to be called from Admin UI to 'end' a tournament, paying out the winners if necessary.

jtibble commented 9 years ago

There already exists a REST service to change tournament status. It does not check if the status-change is legal (see issue #26). Closing this for now until the change-state logic is complete and tested.