UoC-Radio / py-producers-dashboard

GNU General Public License v3.0
2 stars 0 forks source link

Architecture refactoring #2

Open ggalan87 opened 5 years ago

ggalan87 commented 5 years ago

Now window.py is kind of controller for the architecture. The only GUI is the window while all other components are handled by the widgets pages and smaller componentns. All UI signals are redirected to this and appropriate functionality is handled in there.

Need to refactor/rename the component such that its role is more specific.