mpizenberg/annotation-app

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

開放

#32 建立於 2018年8月11日

 (1 則留言) (0 個反應) (0 位負責人)Elm (3 個分叉)auto 404
help wantedquestion

倉庫指標

星標
 (31 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南