Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a way to search and preview collection information #33

Open
pieper opened this issue Feb 26, 2024 · 0 comments
Open

add a way to search and preview collection information #33

pieper opened this issue Feb 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pieper
Copy link
Member

pieper commented Feb 26, 2024

It would be great to be able to find collections more easily. Currently you need to know what collection you are looking for and you need to find it in the list.

One model that would be nice to follow is the Slicer module selector dialog, where you get a list of available options which then gets subsetted based on what you type in the search bar. It also displays a preview of the documentation for the current selection. It also has checkboxes for whether to search only the name or the full text of the description. This kind of feature could be useful for example when looking for collections with specific modalities or other body parts that are only in the description.

image

Note that it may be possible to reuse the qSlicerModuleFinderDialog concepts or refactor to use some of the same code, but something simpler is also possible if you want to stick with python.

It's also possible that this feature should be in javascript in the portal, in which case the ability to open in slicer may be enough.

@fedorov fedorov added the enhancement New feature or request label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants