Caleydo / ordino

Target discovery platform for exploring rankings of genes, disease models, and other entities. @JKU-ICG @datavisyn
http://caleydo.org/
Mozilla Public License 2.0
11 stars 2 forks source link

feat: CLUE support for URL query parameter + refactor public session link #419

Closed thinkh closed 2 years ago

thinkh commented 2 years ago

Closes https://github.com/Caleydo/tdp_bi_bioinfodb/issues/1354

Requires https://github.com/datavisyn/tdp_core/pull/762

Developer Checklist (Definition of Done)

Summary of changes

Screenshots

grafik

Context

In order to use the query parameter the following option in ATDPApplication must be set (default is hash):

const _ = new Ordino({
  cluePropertyHandler: 'query',
});
thinkh commented 2 years ago

@oltionchampari Thanks for testing and pointing it out. The empty hash (i.e., # only) is fixed with datavisyn/tdp_core@f10ab4d (#762).

thinkh commented 2 years ago

@oltionchampari please approve this PR so that we can merge the PR. Thanks.