Currently, the nodejs_notify module relates to two separable functions: (1) it contains the code for displaying notifications to the client using jGrowl alerts, and (2) it provides actions that can be used by Drupal's trigger module.
I think these functions should be separated into two modules, as these two functions are not mutually dependent, and the UI notifications can be used by the nodejs_subscribe module (or other custom implementations).
Comments
Comment #1
Anonymous (not verified) commentedyep, sounds like a good idea to me.
Comment #2
Anonymous (not verified) commentedi'm going to be busy with $$$$ work for the next few months, so don't wait for me to do this.
Comment #3
arithmetric commentedI've made this change to separate the Actions-related code in nodejs_notify as a separate nodejs_actions module. The change is in commit ad00903.