User tests: Successful: Unsuccessful:
This creates an AppInterface
and base app classes for each of the apps in the overall application. Compare this to a really simplified version of Symfony bundles. Long and short it allows each app to load its services into the application structure. The loading of routes for the router is moved into this layer instead of directly in the application class now.
This layer should be used to help be able to create a more service injection based approach to things versus a service locator approach that's used now. It also sets up a way to be able to set up the command line environment to be able to use the apps' APIs the same way the web app does.
Everything still works.
Status | New | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-22 13:31:07 |
Closed_By | ⇒ | elkuku |
Code seems fine