galaxyproject / galaxyproject/galaxy
Galaxy Tours tour_id for repeats and sections
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 1.2k
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 169
Description
Hello!
I've been trying to create quite a complex Galaxy tour for one of our tools https://github.com/ISA-tools/isatools-galaxy/tree/develop/tools/isacreate where we nest a lot of sections and repeated parameter sections.
While it's quite easy to use the CSS selectors to find the `tour_id` on inputs like input boxes and text boxes etc., unless I am mistaken I have noticed that there are not any references for `tour_id` to allow the tours to expand `` or to get near `` section buttons. We originally implemented the tours by referencing the `id` generated on some places (`uid-x` and `field-uid-x`) but these are dynamic so break if the user of the tour adds/removes repeated sections then goes backwards and forwards in the tour (if that makes sense).
Would adding `tour_id` to sections and repeats be something easy enough to implement?
Best/David
Contributor guide
Assessment
This issue has not been assessed yet.