wcode
wcode copied to clipboard
Split the Full view logic from the server
Currently the GUI is very coupled to the backend API because the components respond to the communication to the backend.
The proposal here is to make the view layer totally decoupled from the backend, in a way the view can be turned into a separated project and independent from the backend, making it possible to generalize the user interactions in a way it could be implemented in every place and the developer could write how it should respond to each kind of user action within the system (CRUD file, primarily).