Clearly indicate location for loading globally-required modules
---------------------------------------------------------------

                 Key: OODT-388
                 URL: https://issues.apache.org/jira/browse/OODT-388
             Project: OODT
          Issue Type: Improvement
          Components: balance
    Affects Versions: 0.3
            Reporter: Andrew Hart
            Assignee: Andrew Hart
             Fix For: 0.4


For certain Balance modules, it is more efficient to load the module in the 
main application index file, as it saves having to manually specify it in each 
view that requires it. At the moment however, there is no clear indicator in 
the main index file as to the proper location to add 
{{App::Get()->loadModule('foo')}} statements.

Because 'load' statements must be executed _after_ the {{$app}} object is 
created, but _before_ the response is rendered, there should be a comment in 
the main index file indicating the proper place to include these statements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to