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

Different sorting on consistency view #832

Open
TheoChevalier opened this issue Nov 27, 2016 · 1 comment
Open

Different sorting on consistency view #832

TheoChevalier opened this issue Nov 27, 2016 · 1 comment

Comments

@TheoChevalier
Copy link
Member

The idea is that, the longer the string is, higher are the chances that the detected inconsistency is legit.
So maybe we should sort the results by length, displaying the longer strings first? The current alpha sorting does not have any real meaning anyway.
My main concern would be on perf side, and that might be the reason why we’re not already doing that

@flodolo
Copy link
Collaborator

flodolo commented Nov 29, 2016

I didn't really think about a different sorting. I'm also quite worried that it would take a toll in performance: we could order items when first displaying the strings, but it would be lost if we make the table sortable (unless we create some hidden column to store the original order).

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

No branches or pull requests

2 participants