juami / pytentiostat

python code for the JUAMI potentiostat
BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

Refactor GUI code to MVC #129

Open aplymill7 opened 4 years ago

aplymill7 commented 4 years ago

We need to convert the GUI portion of the code to follow the MVC pattern explicitly. Currently, the view portion of the code is largely independent of the model and controller components, but the MC parts are somewhat intertwined.

Plan is to fully separate this components and explicitly define them as MVC and ensure the code appropriately follows the MVC pattern. Due to time constraints on fixing bugs, this issue will be tackled after AMRS, projected to be complete in Jan. 2020.

aplymill7 commented 4 years ago

Let's make it a new issue as we can tackle these separately.