kendo-labs / kendo-bootstrapper

GNU General Public License v3.0
49 stars 20 forks source link

Add "Notify" Ability #30

Open burkeholland opened 11 years ago

burkeholland commented 11 years ago

If it's decided that https://github.com/kendo-labs/kendo-bootstrapper/issues/29 is a good idea, we should notify users when things have failed or there are errors. This could additionally be configurable.

Since we already require Chrome, we should be able to do this with the notifications API? Looks like Chrome is deploying a new "Notifications Center" with Chrome 28.

http://developer.chrome.com/apps/notifications.html

bsatrom commented 11 years ago

Great idea!

mishoo commented 11 years ago

Seems the Chrome notifications API is available only for Chrome extensions and packaged apps, which isn't the case of the bootstrapper.. Any case, there has to be some CLI tool that the bootstrapper could call... still looking into this.

For now when things fail the notifications show up in the bootstrapper console.