mcostalba / chess_db

GNU General Public License v3.0
22 stars 5 forks source link

Backport limiting output API with 'skip' and 'limit' from scoutfish #24

Closed gbtami closed 7 years ago

sshivaji commented 7 years ago

Finally, chessui is integrated with chess_db. Live version at drshivaji.com:8888 (maybe we can reserve scoutfish.org, or chessui.org)?

Currently paging is not yet supported for game offsets (though the load book moves, load game headers, and get game content all work). Would be cool to enable paging when 'skip' and 'limit' are supported for chess_db :)

sshivaji commented 7 years ago

I have sent a pull request that does this. From a UI perspective, this is needed when reading a big database.

mcostalba commented 7 years ago

merged