Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a notification system for certain pokemon #5

Open
Sossenbinder opened this issue Sep 17, 2016 · 1 comment
Open

Adding a notification system for certain pokemon #5

Sossenbinder opened this issue Sep 17, 2016 · 1 comment

Comments

@Sossenbinder
Copy link
Contributor

Sossenbinder commented Sep 17, 2016

It might be beneficial to add a notification system which can be filtered for certain pokemon just like the current filter.

As soon as this pokemon would spawn, a small notification panel could be displayed - It might be difficult to do this with window.alert(), due to its blocking nature, considering the notification trigger would have be be built into the routine which converts the data to actual map markers.

This could provide a better experience for users which live in cities with a huge density, or for those who figured out how to periodically scan with javascript already. It should not be a default feature, though.

I could imagine having the notification checkbox placed in the filter menu as well.

@FastPokeMapDev
Copy link
Owner

I'm studying html5 notification api but there are several limitation :
background serviceworker / push can't access geoloc dataa, serviceworker has a limited "life" cycle, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants