vitrivr / vitrivr-ng

vitrivr NG is a web-based user interface for searching and browsing mixed multimedia collections. It uses cineast as a backend
MIT License
16 stars 24 forks source link

Adding ability to sort object view either by time or by score #138

Closed silvanheller closed 2 years ago

silvanheller commented 2 years ago

Currently, the object view is only sorted one way. This can be annoying for objects with a large amount of segments (e.g. in the lsc context). @benzvera suggested having both options (by segment time and score) and this PR implements that.

By Score:

image

By Time:

image

lucaro commented 2 years ago

I'd maybe also put a visual score indicator here, rather than just the percentage in the text. It would also make the sorting mode obvious at first glance.

silvanheller commented 2 years ago

New visual score indicator image