Skip to content

Implement a workspace in the GUI

Description of issue:

Implement a workspace in the GUI where the user can create their own SFG.

Linked Requirements:

( Y )

Potential Issues:

Can be difficult to create the visual representation of a signal.

Blockers:

( #X )

Issue Requirements:
  1. When an operation is on the workspace the user must be able to click on an operation's input port to assign an input signal.
  2. When two operations is on the workspace the user must be able to create a signal from one operation to the other by clicking on the operations ports.
  3. The user must be able to remove a signal once it has been created.
  4. The user must be able to remove an operation once it has been created.
  5. The signals has to be interactive, e.g. the user needs to be able to "curve" them to be easier to visualize.
Comment:

None