[Erp5-report] r20824 - /erp5/trunk/products/ERP5/Tool/NotificationTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Apr 27 20:10:45 CEST 2008


Author: jp
Date: Sun Apr 27 20:10:44 2008
New Revision: 20824

URL: http://svn.erp5.org?rev=20824&view=rev
Log:
Additional comments

Modified:
    erp5/trunk/products/ERP5/Tool/NotificationTool.py

Modified: erp5/trunk/products/ERP5/Tool/NotificationTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/NotificationTool.py?rev=20824&r1=20823&r2=20824&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/NotificationTool.py (original)
+++ erp5/trunk/products/ERP5/Tool/NotificationTool.py Sun Apr 27 20:10:44 2008
@@ -277,6 +277,13 @@
       event.send() # Make sure workflow transition is invoked if this is
                    # a persistent notification
 
+      # Aggregation could be handled by appending the notification
+      # to an existing message rather than creating a new one.
+      # Sending the message should be handled by the alarm based
+      # on a date value stored on the event. This probably required
+      # a new workflow state to represent events which are waiting
+      # for being sent automatically. (ie. scheduled sending)
+
   security.declareProtected(Permissions.AccessContentsInformation, 'getNotifierList')
   def getNotifierList(self):
     """




More information about the Erp5-report mailing list