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 acquired from back-end.
- cancel button performs asynchronous call from front-end to back-end