Closed (fixed)
Project:
MessageJS
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2012 at 04:26 UTC
Updated:
27 May 2012 at 00:41 UTC
This module needs a way to define which set of users receive the message notifications as well as control over which message types are to be broadcast. I'm thinking that we can leverage permissions, along with the channel broadcast built in to nodejs integration module. Getting the granularity for organic groups may still be a trick, but I think this should start simple stuff and move on from there.
Further commits are forthcoming, and development on some of these ideas may split out to other issues. I'm just using this issue to get some thoughts down, and to provide a starting point of filling this thing out.
Above all else:
Comments
Comment #1
rho_ commentedI have added the option to broadcast per message type to the message type form at admin/structure/messages/manage/[message_type]
Comment #2
rho_ commentedI'm closing this brainstorm issue.
I wound up implementing a couple of permissions. One to administer the notification settings, and another to allow a role to receive messagejs notifications.
The OG implementations are on hold until I further research the "typical" message integration with OG.
As is, I believe this module is in a usable state.