Changes between Version 21 and Version 22 of BluePrint/Messaging/Parsing
- Timestamp:
- 09/01/12 19:38:51 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging/Parsing
v21 v22 85 85 * We want to be able to direct the message to the appropriate module to handle the data.This could be done either by launching a real REST request or else simulating one via the API. 86 86 {{{ 87 resource = s3 mgr.define_resource("module", "resourcename")87 resource = s3db.resource("module_resourcename") 88 88 }}} 89 89 * Messages which are routed to a specific resource can be subscribed to by the user.For this purpose,we can use the existing Save Search and Subscription functionality where the user can subscribe to new messages for a specific resource using a resource filter.The msg_log can be made a component for the resources.Now,if it's a component, then when someone opens the resource, messages will be there in a tab.Also, if the message has to be tied to multiple resources, then we can use a relationship (link) table.