ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

Changes polling with new reports notification #1

Closed KevinGaudin closed 11 years ago

KevinGaudin commented 11 years ago

For the moment, there is no background polling of data.

We should implement such a polling so that the UI gets refreshed and a notification issued when new reports have been received.

KevinGaudin commented 11 years ago

Background polling of changes is now effective on the master branch. The dashboard updates instantly when new reports are received. There is still the need for some notification though (ala Growl or browser notification API ?)

KevinGaudin commented 11 years ago

Notifications added with the help of http://nijikokun.github.com/bootstrap-notify/