Difference between revisions of "Documentation/Labs/SampleDataModuleImprovements"

From Slicer Wiki
Jump to: navigation, search
Line 21: Line 21:
 
== Initial discussions ==
 
== Initial discussions ==
  
* Add <tt>setCategoryVisible(visble)</tt> function to <tt>SampleData.SampleDataWidget</tt>
+
* Add <tt>setCategoryVisible(categoryName, visible)</tt> function to <tt>SampleData.SampleDataWidget</tt>

Revision as of 13:37, 11 June 2019

Home < Documentation < Labs < SampleDataModuleImprovements

Overview

As part of the SALT project we are working on improving the Sample Data module as a way to help new SALT users jump-start using our software. The first person to suggest this was Andras Lasso

The plan involves:

  1. Improving the infrastructure of the Sample Data module, so it is possible to hide the default datasets in the Module.
  2. Add custom datasets to the Sample Data Module in SALT, built-in category will be hidden
  3. Improve the infrastructure of the Sample Data module so it can be included in modules as a tab

Team

  • JC Fillon-Robin
  • Bea Paniagua
  • Jared Vicory
  • Mateo Lopez (UNC)

Definitions

Initial discussions

  • Add setCategoryVisible(categoryName, visible) function to SampleData.SampleDataWidget