Challenge Overview
We have built a UI prototype based upon AngularJS, and your task in this contest is to incorporate it into an existing Cordova application provided by the client. You will be provided the codebase which interacts with client's internal REST API, the Cordova App should interact the REST API in the same way.
Note that you should try to reuse the Angular services and controllers from client's Cordova App as much as possible.
To gain access to the client application code, you must request it from the copilot.
Please note that we unable to access the client's internal REST API directly, so you are responsible for analyzing the provided codebase and use $httpBackend to mockup the response for all REST API invocations. You can load the repsonses from local JSON files directly.
Final Submission Guidelines
Submission Deliverable
- Modified Source Code
- Deployment Guide with Detailed Verification Steps.
You need test on:
- Android 4.4+
- iOS 6+