-
Notifications
You must be signed in to change notification settings - Fork 31
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
New Tag feature : Adding colors #483
Comments
This issue has been mentioned on Image.sc Forum. There might be relevant details there: |
Items of work (if we decide to use LongAnnotations on a Tag to store a colour value)
|
Is this still being worked on? I'm a bit late to the party, but I think a really straightforward way would be to give every |
@jo-mueller it's not being worked on. I don't know if colour on Tagset would satisfy the requirements of most users (especially as many don't use Tagsets)? @Rdornier What I proposed there was a possible approach to add colour support to Tags (without changing the underlying OMERO model). This has the advantage of not being a breaking change (wouldn't affect other clients or need a server upgrade etc) but still needs wider discussion and agreement before starting to work on it. cc @knabar |
I agree with @will-moore ; tagset are not widely used and I personnaly don't use them. I would strongly prefer to assign the color directly to the tag. |
I side with @jo-mueller :D, I use tagsets a lot and recommend them too. Typically I use them for things like:
or Genotype
In those cases, I annotate datasets with one tag per category, so to me it makes a lot of sense to use one color for all tags of the same category. But I don't see an issue having both colors on tags and tagsets (anyway, tagsets are just tags with a special namespace, right?) We can conciliate it like this: About the random assignment of colors, I'm less in favor. I would rather choose from predefined palettes (also ok to randomly choose from predefined palettes).
|
Hi all, thanks for the replies on that topic. Maybe to motivate my idea regarding colors for taggroups a bit more: I basically started today with @zoccoler to create a set of standard tags for people who want to use our OMERO instance. For this we oriented ourselves along the REMBI metadata standards. Essentially, we turned every suggested metadata category into a set of tags for each category. In doing so, we found it quite helpful to organize things in taggroups, simply for the sake of better ordering a potentially large number of tags. In that respect I don't have a strong opinion about the value of taggroups over just tags - giving all tags in a taggroup the same color would just be a nice feature to see possible redundancies in the used tags. For instance, the tags On the implementation side, I think it would be helpful if the individual tag would inherit its color property from the respective taggroup to make the assignment of colors a bit handier. It doesn't prevent you from giving an individual tag an individual color, either. |
Ok, it sounds like a good compromise 👍
I agree |
Having different colors for tags could be a very good option to make the webclient more user-friendly (like in Trello cards).
The colors could visually differenciate processes, categories, workflows... For example, blue tags could refer to the biological sample, green ones to the microscope acquisition and orange ones to proessing.
Forum thread : https://forum.image.sc/t/omero-tags-queries/82584
The text was updated successfully, but these errors were encountered: