microbiome / iSEEtree

extension of iSEE for TreeSE
https://microbiome.github.io/iSEEtree/
3 stars 2 forks source link

Add panel tours to current classes #24

Closed RiboRings closed 4 months ago

RiboRings commented 4 months ago

Panel tours work as a sort of interactive documentation that explain the observers in the parameter boxes. Click the question mark while the app is on and you'll find out. While RowTreePlot already has a few tours, it would be nice adding tours for its remaining parameters, and then add tours to all the other panels:

There are two types of tours, a general tour for the param boxes (which can be defined with the method .definePanelTour) and specific tours for every observer (defined with .addSpecificTour function inside .defineInterface method). Examples of how to implement these two types of tours are in class-RowTreePlot.R.

RiboRings commented 4 months ago

Completed with PR https://github.com/microbiome/iSEEtree/pull/26