mucsci-students / 2019fa-420-Hercules

Team Hercules
0 stars 0 forks source link

Convert code to MCV structure(M) #91

Closed Qpirons closed 4 years ago

Qpirons commented 5 years ago

Create a controller file

Qpirons commented 5 years ago

Primary Quinn

silviuburz commented 5 years ago

Spent 4 hours on Nov 9, implemented full controller/model functionality and adjusted the REPL to suit this. I left comments in the Gui.h explaining what needs to be modified for the controller access.

Spent 1 hour on Nov 10 adjusting tests to reflect this.

Model and Controller part is done, and the REPL reflects this.

The GUI still needs to be modified to adhere to this and behavior like a true view. This includes creating functions that declare GUI items instead of explicitly declaring them.

lawilli4 commented 4 years ago

This task was decomposed into two overarching tasks - the REPL refactor and the GUI refactor.