thechiselgroup / biomixer

BioMixer
http://bio-mixer.appspot.com/
16 stars 13 forks source link

Sundry Improvements #366

Open everbeek opened 10 years ago

everbeek commented 10 years ago

Met with Peggy, and she suggested the following:

-faded-out elements on hover over are too faint[fixed]

-ontology overview hover over should maintain color of nodes rather than changing to be red. Perhaps same for concepts. [fixed]

-ontology overview, rename "Mapped" to "Mapped to ", and also remove central ontology's popup attributes of % and # mapped (they are not useful).[fixed]

-create a legend for the ontology overview, to explain how the central circle represents the mapped concept count. Stick that in the menu perhaps. [made very simplistic verbal legend]

-move ontology labels to be beneath nodes, so that the inner circles and the actual ontology circle are not subsumed by the label. [best done with mutation observers, putting off for a bit]

-consider adding ontology acronyms beneath concept node labels whenever multiple ontologies are present (either mappings neighbourhood or whenever a mapping expansion has been done). [very hesitant to do this. It would take up significantly more space per node.]

-try adding cross-ontology links in the ontology overview. This would use the temporary link system, but would require an additional REST call to be made per hover over. The delay might make that unworkable. Prototype it by triggering the calls on hover over, look at Network latency. [putting off for now]