mhauri / magento-slack

Magento Slack allows you to send notifications events to a Slack channel.
http://magehero.com/posts/885/hipchat-and-slack-magento-extension
MIT License
26 stars 7 forks source link

[TASK] Refactored observers to make it more scalable #2

Closed sandermangel closed 9 years ago

sandermangel commented 9 years ago

Observers are now located in a dedicated file that will allow to add more observer specific private methods to be added, and an interface was added. Also logging messages pushed to queue now (was handy for testing)