You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I would like to know if there is a way to create a custom sort for the components in the annotation interface, so that we could place the most relevant components on top and the least at the bottom. I am thinking of the possibility to add numbers to the components (01, 02, ...) to force the order we want, but I would like to know if there is a cleaner way to do this. Thanks!
The text was updated successfully, but these errors were encountered:
I have been working more on this and the problem is more complex. Let me explain: we have a very complex structure of components. This is because the point of our research is to understand better how the elements we defined work. This makes them also very important to us. The problem is that, as the classification is complex, we would befenit a lot from having a nested structure. In this way we will have a few parents componenets and only when we click on one of them, then a second level of componen children is expanded, and so on. We would need actually three levels of components in order to organise everything in a nice way. Are there any chances that this is possible? thank you!
Thanks for your input. Yes, we often discussed this idea of sub-components, and yes it would be great to implement but it wouldn't be very straightforward, I fear, and at the moment we have no resources at all for development. At a minimum, I could imagine keeping flat annotations in the back end but adding a layer to the search interface for what you want.
Still, we've tried to keep the search interface relatively simple as we assume that every project will need different features, and so the search is relatively customisable if you're familiar with Django. There are some hints in the wiki at Search Page (customisations).
Hi! I would like to know if there is a way to create a custom sort for the components in the annotation interface, so that we could place the most relevant components on top and the least at the bottom. I am thinking of the possibility to add numbers to the components (01, 02, ...) to force the order we want, but I would like to know if there is a cleaner way to do this. Thanks!
The text was updated successfully, but these errors were encountered: