Notification System

I had a brain fart about 3 weeks ago of flexible system for sending different levels of notification from both the a database query or directly from code. Today I embedded the web view of the lowest level of notification directly into my administrative app at work complete with an iOSesk counter (the red dot at the top).

Notifications

The little blue dots clear out the individual line items with a nice AJAX slideup, which also works on the iPad formatted 2 column view and the iPhone/Andriod compatible single column view.

Those “link” hyperlinks on that view also take you directly to the management interface for that specific object be it a delivery or a sales order, obviously those don’t work in the mobile devices so I hide them away with some CSS.

The underlying rendering and  transmission service can generate SMS messages and Emails from the same source data also.

I’m pretty chuffed with how it all came together, I think we’ll get a lot of use out of this one!

Leave a Reply

Your email address will not be published. Required fields are marked *