You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users should be able to hit a 'notify' button on a particular chat room (ringhunters, a specific puzzle) so they get push notifications on their phone (or desktop) when new messages are posted (or, since volume is generally high, when their username or the word all: is pinged).
(Would people also want notifications when new puzzles are released?)
The text was updated successfully, but these errors were encountered:
https://atmospherejs.com/?q=notification has a number of potentially-relevant packages. It appears that there are packages for both desktop growl-style notifications as well as phone push notifications. Ideally we could grab some package which can do both?
Herald looks like a pretty good framework, although it might actually be overkill for what we want. Maybe not, though. There are Herald plugins for desktop growl notifications.
On the phone side, cordova-notifications looks like the best bet. It supports Android notifications and there's a fork with support for iOS notifications which is close to being merged.
Users should be able to hit a 'notify' button on a particular chat room (ringhunters, a specific puzzle) so they get push notifications on their phone (or desktop) when new messages are posted (or, since volume is generally high, when their username or the word
all:
is pinged).(Would people also want notifications when new puzzles are released?)
The text was updated successfully, but these errors were encountered: