core icon indicating copy to clipboard operation
core copied to clipboard

Implement MVC Architectural Pattern

Open jonathan-casarrubias opened this issue 6 years ago • 0 comments

Since SOA Services are mainly completely implemented, we now need a @MVCApp decorator and MVC Class in order to load the already existing OnixJS Applications in MVC pattern.

This issue will have subtasks

  • [ ] Develop @MVCApp Decorator
  • [ ] Develop MVC Class as orchestrator to wire Router -> Controller (Component)
  • [ ] Improve Components to accept MVC configurations e.g. component route path
  • [ ] Develop MVCResponser Class will wire Controller -> View responses

jonathan-casarrubias avatar May 31 '18 15:05 jonathan-casarrubias