frostyfan109 / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
0 stars 1 forks source link

Consider reworking the method that the connection viewer uses to display individual connections #24

Open frostyfan109 opened 5 years ago

frostyfan109 commented 5 years ago

Currently it displays individual connections by representing the node names as the first three letters of the node's name capitalized (chemical_substance becomes CHE). This method of abbreviation isn't entirely effective as it's still kind of difficult to remember what each stands for when they are more or less gibberish (e.g. "CHE -> DIS" for "chemical_substance -> disease").

Possible solutions:

frostyfan109 commented 5 years ago

Also, the object viewer should be usable on the links inside the connection viewer, since currently you can only use it on the foremost link.

Edit: This has been added.

frostyfan109 commented 5 years ago

Another example of why this is an issue

image