Changes between Version 21 and Version 22 of BluePrint/Messaging/Parsing


Ignore:
Timestamp:
09/01/12 19:38:51 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging/Parsing

    v21 v22  
    8585* 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.
    8686{{{
    87 resource = s3mgr.define_resource("module", "resourcename")
     87resource = s3db.resource("module_resourcename")
    8888}}}
    8989* 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.