rlwakefield / CoMaCon

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

Refactor the Load/Save methods for Web Applications to use a single interface #37

Closed rlwakefield closed 3 weeks ago

rlwakefield commented 3 weeks ago

Refactor the Load/Save methods for Web Applications to use a single interface. Right now, each one uses their own Web Application specific load and save interfaces. Ever since refactoring the loading logic, everything is the same. So will work on putting all of the loading of the Web Applications logic into a single interface.

rlwakefield commented 3 weeks ago

Completed in PR #38 .