biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 15 forks source link

Mark thumbnails as annotated #114

Closed tschoeni closed 6 years ago

tschoeni commented 6 years ago

Provide some visual clue in the thumbnail overview that an image has been annotated (full image annotations as well as marker-based annotations). This might be a toggle-able feature if the GUI should not be too cluttered on startup (or maybe an option a user can set in his/her preferences).

mzur commented 6 years ago

You can switch between flagging and actual filtering in the filter tab. This can be used to flag all annotated images:

screen shot 2017-11-15 at 16 34 37

The filter settings are remembered for each volume so you can reload the page an still see the flagged images. The filtering is not yet refreshed between reloads, though.

tschoeni commented 6 years ago

Aha! Missed that button. Which adds the question: does it make sense to group it with the filter icon or could it be placed somewhere else / separate of the filtering as it does something different?!

mzur commented 6 years ago

Both functions basically do the same thing only with a different visualization. Having two separate sidebar tabs that look exactly the same and allowing users to mix filtering and flagging of images has the potential to be highly confusing for the users, imo.

But why do you want to flag annotated images in the first place? Wouldn't it be much easier (in most cases) to simply use the filtering to display only images with(out) annotations?

tschoeni commented 6 years ago

Another case of RTFM. Sorry. Your features are even more elaborate than i expected (i thought flags are only to show annotations not filter results). But again, i did not get it on the first try so maybe it might be worth a redesign? Maybe set a default "filter" that flags all images with annotations? Then the users would immediately see an example for a filter?!

mzur commented 6 years ago

Another case of RTFM.

Well, we don't have a manual entry for the filtering yet, so it's not really your fault. I've created an issue for that.

Maybe set a default "filter" that flags all images with annotations?

I wouldn't go as far as setting a filter by default for these reasons:

But what do you think of this: We could offer filter presets like "has annotations or image labels" or "has no annotations of user {own user}". Users then could apply multiple filter rules with a single click.

tschoeni commented 6 years ago

Speed is important (actually thats whats keeping most of the users from using DIAS and BIIGLE from remote places - hence BIIGLE OTS might also lead to people using it on-shore!). Filter presets sound like a reasonable - one-click - alternative.

mzur commented 6 years ago

Continued in BiodataMiningGroup/biigle-volumes#45.