Difference between revisions of "2016 Winter Project Week/Projects/Workflows"
From NAMIC Wiki
Line 11: | Line 11: | ||
==Project Description== | ==Project Description== | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | ! style="text-align: left; width:27%" | Objective | ||
+ | ! style="text-align: left; width:27%" | Approach and Plan | ||
+ | ! style="text-align: left; width:27%" | Progress and Next Steps | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
− | + | | | |
− | <!-- | + | <!-- Objective bullet points --> |
* Implement a reusable mechanism to work with workflows in Slicer that navigate between different modules | * Implement a reusable mechanism to work with workflows in Slicer that navigate between different modules | ||
* Implement an easily extensible and customizable GUI | * Implement an easily extensible and customizable GUI | ||
− | + | | | |
− | |||
<!-- Add a bulleted list of key points --> | <!-- Add a bulleted list of key points --> | ||
* Discuss what would be the best approach from a GUI point of view | * Discuss what would be the best approach from a GUI point of view | ||
* Implement an abstract module class that other modules could instantiate to implement a custom workflow | * Implement an abstract module class that other modules could instantiate to implement a custom workflow | ||
* Discuss what would be the best way of persisting the state of the workflow (see [[2016_Winter_Project_Week/Projects/Data_Persisting|Data Persisting]] project) | * Discuss what would be the best way of persisting the state of the workflow (see [[2016_Winter_Project_Week/Projects/Data_Persisting|Data Persisting]] project) | ||
− | + | | | |
− | |||
<!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --> | <!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --> | ||
* | * |
Revision as of 14:14, 24 December 2015
Home < 2016 Winter Project Week < Projects < WorkflowsKey Investigators
- Raúl San José
- Jorge Onieva
Project Description
Objective | Approach and Plan | Progress and Next Steps |
---|---|---|
|
|
|
Background and References
This project can be closely coupled with Data Persisting project