#492 - Instant personal alerts
| Identifier | #492 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Instant personal alerts |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core_notifications |
| Description | This is more of a placeholder for now.
See discussion: http://ocportal.com/forum/topicview/misc/deploying/is-it-possible-to-set.htm |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
http://caniuse.com/notifications
http://jsfiddle.net/dandv/wT26x/1/
https://github.com/ttsvetko/HTML5-Desktop-Notifications
Also merge with the feature where a support ticket plays a sound - just absorb the sound code, and drop the old polling code.
(Chrome won't play notification sounds right now)
Works like this...
A member may choose to turn on desktop notifications for various things. Many are on by default.
If a member has some, the member's browser regularly polls for notifications.
All notifications sent that apply as a desktop notification are logged into a database table.
If they aren't too old then they pipe to the browser.
We use a modified version of "HTML5-Desktop-Notifications" to play them.