Success

User tests: Successful: Unsuccessful:

avatar mbabker
mbabker
19 Mar 2016

Summary of Changes

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.

Testing Instructions

Everything still works.

avatar mbabker mbabker - open - 19 Mar 2016
avatar b2z
b2z - comment - 21 Mar 2016

Code seems fine :+1:

avatar elkuku elkuku - close - 22 Mar 2016
avatar elkuku elkuku - merge - 22 Mar 2016
avatar elkuku elkuku - change - 22 Mar 2016
Status New Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-03-22 13:31:07
Closed_By elkuku

Add a Comment

Login with GitHub to post a comment