deobhushan88 / fleaparking

Repository for fleaparking app and backend
0 stars 0 forks source link

Notification to parker when rented parking space time is about to expire #37

Open deobhushan88 opened 9 years ago

deobhushan88 commented 9 years ago

Description As a parker, I want to receive reminders when the time duration for which I had rented a parking space is about to expire, so that I can check out of the parking space in time.

Note Decide whether one or both -> email and app notifications

Acceptance Criteria

deobhushan88 commented 9 years ago

There is a timing element to this, backend has to schedule a notification 10 minutes prior to booking expiry time.

Maybe this can be done at the time of booking, i.e. when booking is done we know the start and end time, so backend registers a notification to be delivered via the cloud messaging service 10 mins prior to the end time? Need to check if this scheduled notification capability is present in the cloud messaging/notification service.