-
Notifications
You must be signed in to change notification settings - Fork 0
Developer guide
This guide is intended for those who wish to make their application OEAM compliant by adhering to the standard app configuration settings.
Section 1: Get the Source Code
Before you can get started, you'll need to get a copy of the OEAM standards and example source code. This section explains how to do that and a little about the source code structure.
Section 2: Learn the App Configuration Standard
OEAM uses a defined set of key-value pairs to configure and secure the application. Each setting must be properly implemented by your application to be OEAM certified. Make sure you correctly implement each setting within the context of your application.
Section 3: Learn the App Feedback Standard
TODO
Section 4: Implement OEAM Standards Settings within your App
TODO
Section 5: Run the Unit Tests
There are a lot of unit tests included with OEAM to make sure that we're keeping on top of code quality. This section explains how to run the unit tests.
Section 6: Contributing
Once you've made changes that you want to share with the community, the next step is to submit those changes back via a pull request.