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
Hmm, I may be overthinking this; looking at it again, there's not too much logic in there.
Edit: I'm not. But the issue is more with separation of class UIs and logic; for example; the Server object is located in the "add_server_dialog" file.
I would like to at some point re-do the UI using QML or some other more self contained Qt code, exposing the interface in such a way that a sort of MVC paradigm can be used to organize the code. The models can then be moved up to the common code base between server and client.
Currently, a lot of the logic is being performed in the UI classes, like HyperdomeClient.
The issues with this:
I think we should keep the logic in HyperdomeClient, but move the UI aspects to a new class.
Do you agree?
The text was updated successfully, but these errors were encountered: