Register
Submit a solution
The challenge is finished.

Challenge Overview

- This application will be built for the iOS platform and iPhone 3gs device using the PhoneGap framework. ��Barcode scanning will be accomplished the using PhoneGap and the iOS barcode scanner plugin for iOS. ��Please use the attached code to handle the scanning logic. ��
- Please see the attached design mockup��(please ignore the mention of iTouch we are using the iPhone 3gs) of what the application will look like. Please use the discussions to discuss UI design questions. We'd rather see the application working and then fix the design.
- The application will a launch screen to log in a user. It will also prompt and store if they are scanning for "Warm ups". This is just a boolean flag.
- Once logged in the application will wait to scan bar codes. See slide 4
-- If the scan is unsuccesful, the app will allow the users to manual enter the data or search for the user by first name, last name and zip code. See slides (8,9,10).
-- The rest call for search with any or all of the following parameters.
CONFIGURED URL/members?fname=XYX&lname=ABC&zip=12345 ��this call will return the same values as below. (see testing app)
-- Once the member is found, the app will retrieve the member by membership id or last name, zip code.
-- The rest services will have the following interface����(see��testing app)
CONFIGURED URL/members/ID/
Return the following fields as strings Status, message, Name , membership category, string Acct # and expiration date
-- If the above scan is unsuccessful and returns from the URL��call��with a status of "Expired" display page 6.
-- If the scan is successful, they app will let the user enter the number of guests attending 1-10.��
��
The application will then post the number of people and the warm up flag to the following REST URL����(see��testing app)
CONFIGURED URL/visitations/date/memberID/
��
- The app will store a configured URL to reach all REST services.����(see��testing app)

- We have created a testing app��for you to test your app against.

- Download all the PNGs, Fonts, and PSDs

Review style

Final Review

Community Review Board

Approval

User Sign-Off

ID: 30036988