OpenF2 / F2

Redefining web integration for the financial services community
Apache License 2.0
129 stars 62 forks source link

Pass AppContent to preloaded apps #242

Closed montlebalm closed 9 years ago

montlebalm commented 9 years ago

This PR passes a special AppContent to preloaded apps that were not loaded with an explicit AppManifest. The new AppContent is a hardcoded object with two properties, status: 'SUCCESS' and preloaded: true.

Preloaded apps that are registered with an explicit AppManifest will continue to receive that manifest's AppContent instead of the new, hardcoded object.

Fixes #211

montlebalm commented 9 years ago

@markhealey @brianbaker any suggestions on code or documentation?

markhealey commented 9 years ago

Both docs & code look good, thanks @montlebalm

markhealey commented 9 years ago

Closing in favor of #244 (which merges into 1.4.1-wip).