tcu360 / election-central

This app creates a central location for all SGA election news.
election.tcu360.com
0 stars 0 forks source link

Experiment with sending out push notifications #27

Closed richardescobedo closed 10 years ago

richardescobedo commented 10 years ago

Using either notify.js, or maybe through Badger, with this module. Thoughts?

achavez commented 10 years ago

Are you thinking about notifications for the site globally or for this app? Biggest hurdle will probably be the backend implementation, but the solutions are certainly out there: http://html5hacks.com/blog/2013/04/21/push-notifications-to-the-browser-with-server-sent-events/

richardescobedo commented 10 years ago

I think it would be incredible if we could implement this globally, but if only for this app, that would still be ok. I'd been looking at Chrome's push notification API and Safari's, though I'm not sure if it's the route you want to go.

richardescobedo commented 10 years ago

@achavez This may be a collaborative thing, but I figured since there will be so much backend and server stuff involved, I'd assign it to you.

achavez commented 10 years ago

I've moved this to Badger: https://github.com/tcu360/badger/issues/172