Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make MainWindow MVC style... #30

Closed
maxscheurer opened this issue Mar 7, 2017 · 2 comments
Closed

Make MainWindow MVC style... #30

maxscheurer opened this issue Mar 7, 2017 · 2 comments

Comments

@maxscheurer
Copy link
Owner

Currently, MainWindow.py contains a lot of functions that execute calculations etc...
This should not be done actually, because MainWindow is designed to be a View controller,
not to manage calculations as such. @Astroprog , I don't want to have another RootViewController 💩

So we could try to work around that, I started by introducing a DataHandler class that manages writing/reading of data and sessions. This also benefits the application with respect to the planned scripted automation 😎

@maxscheurer
Copy link
Owner Author

maxscheurer commented Mar 8, 2017

I broke the Progressbar with my last commit ... 👎

@maxscheurer
Copy link
Owner Author

Got it working again.

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

No branches or pull requests

1 participant