EnterDAO / ProjectManagement

https://enterdao.xyz
4 stars 2 forks source link

[IMPROVEMENT] Migrate IPC handlers to controller based architecture #135

Closed krisdimitrov closed 2 years ago

krisdimitrov commented 3 years ago

The current IPC handler methods are represented by different files containing the specific handlers based on functionality (app, wallet and etc). This can be further improved by adopting "controller-based" architecture, similar to the MVC model and Web APIs.

Tasks to be achieved are: