Skip to content

Delay-Operation Modification

Description of issue:

The user should be able to modify the value of delay operations either by changing an already existing delay operation or initializing new ones to a specific value. The program should be able to unroll delay operations that have been reconnected.

Linked Requirements:

( 33, 34 )

Potential Issues:

None

Blockers:

( #9 (closed) )

Issue Requirements:
  1. Given a set of delay operations, then the user should be able to modify the value of these delay operations.
  2. The user should be able to initialize new delay operations to a specific value instead of the default 0.
  3. Given a set of reconnected delay operations, then these should be able to be unrolled.
Comment:

None