Skip to content

Separating Business Logic from UI in Scheduler | step 9

Final step separating business logic from scheduler's UI class:

  • Alignment checks shifted to process engine
  • Forward new weather status from process engine to UI
  • Clock handling shifted to process engine
  • Simple redirections from Scheduler to SchedulerProcess removed

Merge request reports