PerformancePoint_Notification – Shiva Vandana Nayakanti

Description

This app automates the task by letting the employer know about the job status of his employees. This app is designed to work only on iPhone. The builders working for “Performance Point” get registered with the email id registered with the employer to receive notifications. Once they are registered through the app, the APN token is generated and saved int he database for each builder.The builders start receiving push notifications to let the company know about the job assigned to them.

The notifications are pushed automatically from a java program which fetches the “apn tokens” from the database for the builders whose job is expected to be finished the next day.

The builder will be opened a new activity when he clicks on the notification where he can let the employer know whether the assigned task is done or not. If he has not finished the work, he can choose the tentative date he is expecting to finish the task.

Test Cases:
If you enter invalid email id: Pop up opens saying “email id is not registered with us!!”
If you enter the email id that matches with our database, then a message is generated letting the user know about his successful registration for receiving notifications. You can try registering with “ctumblin@nvrinc.com” or “Stephen.ellis@meritagehomes.com”

Once you are successfully registered with us, the APN token is generated and pushed to the database. When you have some job scheduled the next day, the java program fetches your APN token and push a notification to your device.