-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Sort labels in alphabet order #34
Comments
Hi @newpavlov , Thank you for your feedback. I agree that it isn't convenient to search labels if they are not ordered. I believe it is possible not only to have them in alphabet order but also type on keyboard label's name if the input element in the focus. Please let me know if you can send us a PR with the feature. We will really appreciate that. |
Unfortunately it can't be done on the back-end and should be done on front-end side. (server returns unordered dictionary which is processed by JS) At first glance I was unable to find the relevant JS code. |
Hi @newpavlov @nmanovic , I would suggest to rewrite list responses logic Here is the great filtering/searching functionality that we can combine with AJAX for real-time interaction. Example request: UPD: |
Hi @cptmurphy , Thanks for your advice. We will look at the functionality. |
Please, let me know when you make a decision. I would like to participate in your project. |
@cptmurphy , If you would like to prepare the PR we will be glad to access it. Just assign the issue on yourself. How much time do you think the issue can take? |
I need about a week to get acquainted with your codebase, then I can tell how much time it'll take. |
@cptmurphy , It will work for us. Let me reschedule the feature on beta. Thanks for your help and support. |
Hi @nmanovic, Sorry for delaying, I was busy for a while. What about update: It doesn't seem that I could integrate
|
Should this be closed now due to #242 ? |
@snosov1 , I think yes. Even it is possible to sort labels on client side as well (in case the task was created with unordered list of labels) I don't think that it makes sense for now. |
* Fix default arg in voc converter * Fix empty dataset export in mots
Currently they are sorted by primary key. If all labels were provided at task creation it results in a semi-random order of labels. It makes significantly harder to find required label when working with a big number of them. One work-around is to add labels one-by-one, but it's not a pleasant process...
The text was updated successfully, but these errors were encountered: