Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to sort a database. #25

Open
Jonathan003 opened this issue Feb 17, 2022 · 1 comment
Open

Request to sort a database. #25

Jonathan003 opened this issue Feb 17, 2022 · 1 comment

Comments

@Jonathan003
Copy link

I would like an option to (smart), sort the games of a database according dates, higher or lower rounds/boards . And to have a choice between ascending or descending.

@nguyenpham
Copy link
Owner

nguyenpham commented Feb 19, 2022

Sorting should be implemented with chess GUIs since that is visual, much easy and much faster because some development libraries have supported that feature and it could run in memory only.

The attached image show the game table with an OCGDB database, being sorted by Black. Users can click on the header of any column to sort by that column, one click is to sort ascending, another click - descending.

On my computer, a database of 3.45 million games could be sorted and shown almost instantly (about a second)

bsgdb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants