CRUDE-ASP
CRUDE-ASP copied to clipboard
Top bar notification menus
Could be useful to implement them dynamically somehow. Some sort of generic HTML template that displays data from a query? The notification menu items themselves could be set up dynamically (glyph icon, badge color, "view all messages" URI...)
Automatic refresh could be implemented using AdminLTE's box-refresh widget: https://adminlte.io/docs/2.4/js-box-refresh
Can also be implemented using HTML 5 server event listener:
https://www.w3schools.com/html/html5_serversentevents.asp