-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Notifications exist as an HTML 5 feature.
The timeline elements could optionally be notifications and would make a lot of sense.
The question is over how this would be implemented - probably some kind of ajax poll loop from the loader in common.js. It pulls the timeline every 10 minutes or so and shows a notification for anything on the timeline the user hasn't seen. We need some kind of generatable ID for each time line event - probably the event name and ID should do it.