-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unable to sort pending review table by Creation time #68
Comments
That's correct, the old table implementation was client side, and got too slow with the amount of data we have to handle these days. The new, faster implementation, will require sorting to be done server side on SQL level. |
We might not need to allow columns sorting but in that case, the default should still be "creation" time (the current sorting is a bit strange, having "obs leap" at the top) |
The current default sorting is based on priority, which is important for reviewers. |
The |
If sorting is particularly important for any existing workflows, please let me know, and i'll prioritise this feature accordingly. |
Well, if we can get rid of the obs#leap one, we don't need custom sorting. |
It looks like some recent update / rewrite in UI dropped the ability to sort the pending review table using the different columns.
I'm not longer able to sort it by Creation time
The text was updated successfully, but these errors were encountered: