Open stayradiated opened 4 years ago
So, it looks like iOS doesn't support web notifications at the moment... Not having mobile notifications are a deal breaker.
I am going to stand up a server to send emails instead.
I'm thinking that when someone subscribes to notification, they will be able to choose:
There are other variables I need to consider as well:
I am considering a notification system, so you can get an alert when a supermarket releases new slots. It would be a challenge to implement a notification system that is actually useful to people.
Occasionally, there will be a glitch in the response from the supermarkets, and it will appear that there are suddenly no slots available, or every day has slots. This will cause issues.
I’m thinking something along the lines of:
I think I can also get notifications to work without needing a server, using the Notification API and Service Workers…