lachlanwgordon / GeoHashCross

Cross Platform Geohash Client For Android, iOS, Web and maybe more
3 stars 0 forks source link

Notifications #10

Open lachlanwgordon opened 5 years ago

lachlanwgordon commented 5 years ago

A user can set up notifications so they are told when a hash is near them.

e.g. I want to be notified when a hash is within 5km of my house or if a global hash is within 100km of my house.

User can have multiple areas for alerts User can set time for alerts to show. Notification will show as a push notification.

This will be an extra tabbed page or might be part of settings.

This can be implemented using bacgkroundFetch in iOS and backgrounding in Android.

I might use Allan Ritchie's plugin for this or I might implement on each platform.