Difference between revisions of "2016 Winter Project Week/Projects/Workflows"

From NAMIC Wiki
Jump to: navigation, search
Line 30: Line 30:
  
 
==Background and References==
 
==Background and References==
<!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data -->
+
This project can be closely coupled with  [[2016_Winter_Project_Week/Projects/Data_Persisting|Data Persisting]] project

Revision as of 16:00, 21 December 2015

Home < 2016 Winter Project Week < Projects < Workflows

Key Investigators

  • Raúl San José
  • Jorge Onieva

Project Description

Objective
  • Implement a reusable mechanism to work with workflows in Slicer that navigate between different modules
  • Implement an easily extensible and customizable GUI
Approach, Plan
  • 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
  • Discuss what would be the best way of persisting the state of the workflow (see Data Persisting project)
Progress

Background and References

This project can be closely coupled with Data Persisting project