PavlidisLab / Gemma

Genomics data re-analysis
Apache License 2.0
23 stars 6 forks source link

Provide HTML preview for TGEMO terms #1263

Open arteymix opened 3 hours ago

arteymix commented 3 hours ago

This needs to be implemented in the OntologyController. Presently, it is only redirecting to the source document with a fragment.

We already support a similar feature for TGFVO with https://gemma.msl.ubc.ca/ont/TGFVO/1 as an example.

In addition, if we could beef up TGFVO, that would be nice.

Reference: https://github.com/PavlidisLab/Gemma/blob/development/gemma-web/src/main/java/ubic/gemma/web/controller/OntologyController.java

arteymix commented 3 hours ago

@oganm so, basically whatever HTML is emitted by a controller is decorated by sitemesh into a fully-featured page. You can work against the development trunk and if the changes are sufficiently self-contained, I could backport it in a patch release.