lichess-org / api

Lichess API documentation and examples
https://lichess.org/api
GNU Affero General Public License v3.0
428 stars 142 forks source link

No cancel/abort boards when created by API #168

Closed chadejava closed 2 years ago

chadejava commented 2 years ago

When we create boards for players to be played, we do not want players to cancel/abort. It creates extra works to watch this event, and 100% we will re-create it anyway because we are in the middle of online tournament and they have to play the boards. They do not know what X (cancel) button is, or very small chance that they want to gain the time by letting us re-create the board and reset the time. Aborting the boards will/may delay round times for everyone in the tournament.

So, please add:

Small additional: while you are at the code of it, if you also can disable "add time" for the boards created by API that will be awesome. Kids sometimes just press "add time" several times, and this will delay the next round as well.

best regards and thank you

Chacha