NatLibFi / Skosmos

Thesaurus and controlled vocabulary browser using SKOS and SPARQL
Other
225 stars 93 forks source link

Distinguish domain ontology concepts vs. YSO concepts in hierarchy display #116

Closed tpalonen closed 9 years ago

tpalonen commented 10 years ago

Several Finto customer organizations have requested that domain ontology concepts should be distinguishable from YSO concepts when browsing a domain ontology's hierarchy in Finto. Either visually (coloring) or by exluding irrelevant YSO concepts in hierarchy visualization altogether. Some organizations, when giving training to library customers in information retrieval, are known to not recommend Finto because of this feature. Needless to say, this is a critical issue.

osma commented 10 years ago

Closely related to issue #19.

osma commented 10 years ago

In practice, this would require

Or alternatively, I'd prefer implementing this by first adding import support (#63) and then

osma commented 9 years ago

implement with finto-specific javascript

osma commented 9 years ago

Now this has been implemented in Skosmos code. I think the code to implement this should instead go to a local JS file, for example by adding JS code to the local footer.inc. I would prefer not to have hacks like this in Skosmos code.