Skip to content

Generate Schedule

Description of issue:

Given a valid SFG, then a schedule should be generated that describes at what point of time when the operations are executed. Every operation in the schedule should have a start time and loop X amount of times. The program be able to change the end times of the schedule.

Linked Requirements:

( 52, 62, 63, 64 )

Potential Issues:

None

Blockers:

( #24 (closed) )

Issue Requirements:
  1. A schedule of operations should be generated with the timings of operations.
  2. The schedule should list the operations in the correct order.
  3. Every operation in the schedule should have a start time.
  4. Every operation in the schedule should be able to loop X amount of times.
  5. The program should be able to check so that no end times are overlapping.
Comment:

None

Edited by Jacob Wahlman