/
02. Integration of Acquisition GUI

02. Integration of Acquisition GUI

Integration of Acquisition GUI

QualitySpy project is developed in pursuance of the principle of separating GUI from business logic:

  • requests are created in front-end but executed in back-end
  • progress bar status is updated from back-end.
  • cancel button performs asynchronous call from front-end to back-end


Related content