Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Loader tool: Separate logic from UI #3201

Open
iLLiCiTiT opened this issue May 17, 2022 · 0 comments
Open

Loader tool: Separate logic from UI #3201

iLLiCiTiT opened this issue May 17, 2022 · 0 comments

Comments

@iLLiCiTiT
Copy link
Member

iLLiCiTiT commented May 17, 2022

Description

Loader at this moment has whole logic in each separated widgets but in a lot of cases they should use single controller and model. The best example is subset widget and representation widgets which are both querying the same data and creating modules manger for sync server specific logic. All of that should be implemented using fully UI independent objects (pure python). Each of these steps is slowing down the UI a lot especially when server (mongo) is running on cloud.

This approach would also make cleaner UI.

[cuID:OP-3262]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant