cjmartin2 / OneWarmCoat-android

One Warm Coat Android app
3 stars 0 forks source link

On app load, check if user has pending pickup request #32

Closed cjmartin2 closed 10 years ago

cjmartin2 commented 10 years ago

in MainActivity::onResume need to poll server for pending requests, if there are any, show a dialog to user to confirm or deny.

On confirm, push notif back to volunteer.

cjmartin2 commented 10 years ago

This is now in onResume. But needs a Confirm/Cancel dialog.

aphexcx commented 10 years ago

This is so when the donor clicks the push notif the app launches and asks the donor if they are available, right?

aphexcx commented 10 years ago

Then depending if donor answers yes, if no, etc decided based on #17

cjmartin2 commented 10 years ago

Yes exactly. And the code to update the Parse object, and to send the PushNotif is already done and tested. Just needs to be connected to onClick events of the dialog.

cjmartin2 commented 10 years ago

Done