You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the QgsTask classes (e.g LayerLoaderTask, ThumbnailLoaderTask or NetworkRequestTask) are included in different files (e.g network.py, search_result_widget.py). However, for consistency reasons, we could keep all the QgsTask classes in one file e.g tasks.py.
Also the LayerUploaderTask task could be refactored in order to not include repetitive code which comes from its base class: NetworkRequestTask.
The text was updated successfully, but these errors were encountered:
Currently the QgsTask classes (e.g LayerLoaderTask, ThumbnailLoaderTask or NetworkRequestTask) are included in different files (e.g network.py, search_result_widget.py). However, for consistency reasons, we could keep all the QgsTask classes in one file e.g tasks.py.
Also the LayerUploaderTask task could be refactored in order to not include repetitive code which comes from its base class: NetworkRequestTask.
The text was updated successfully, but these errors were encountered: