Skip to content
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

Disallow annotation with a category (instead of a class)? #32

Open
mpizenberg opened this issue Aug 11, 2018 · 1 comment
Open

Disallow annotation with a category (instead of a class)? #32

mpizenberg opened this issue Aug 11, 2018 · 1 comment
Labels
help wanted Extra attention is needed question Further information is asked

Comments

@mpizenberg
Copy link
Owner

mpizenberg commented Aug 11, 2018

Currently, if a category (group of classes) is selected, we can make annotations tied to this category. It would probably make sense to only allow classes to have annotations, and not categories.

In addition, categories are considered as "unique" classes currently. What I mean is that, normally, clicking on a class highlights the annotations of this class. But clicking on a category does not highlight annotations of all its sub-classes but rather annotations done specifically with the category, which is not very meaningful.

Correcting this will bring more complexity. It requires being able to disable annotations while a category is selected. I'm open to suggestions to how to improve this! Be it a small change or a complete rethink of how to use classes in the app.

@mpizenberg mpizenberg added help wanted Extra attention is needed question Further information is asked labels Aug 11, 2018
@mpizenberg
Copy link
Owner Author

Comment from Antoine:

Pour l'utilisation de l'interface je dirais que c'est le fait qu'une catégorie de classes puisse être annotées qui m'a un peu 'dérouté', je veux dire que la catégorie 'animaux', qui contient les classes 'chat mignons' et 'chat pas mignons', puisse être annotée (peut être que j'avais moyen d'éviter ça)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is asked
Projects
None yet
Development

No branches or pull requests

1 participant