Changes between Version 2 and Version 3 of Ticket #1635


Ignore:
Timestamp:
04/16/12 09:14:13 (2 years ago)
Author:
seanh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1635

    • Property Summary changed from Email notifications for activity streams to Email notifications (e.g. for activity streams)
  • Ticket #1635 – Description

    v2 v3  
    1 Need to implement (at least some of) #1634 before this can be implemented. Analysis here: http://ckan.okfnpad.org/27 
     1CKAN should be able to send email notifications to users. 
     2 
     3Maybe have a notifications table in the db, and a server-side job that runs periodically and consumes rows from this table, mailing them to the users. 
     4 
     5One thing that we may want to send users notifications of is activity stream events. So the activity streams code would have to add rows to the notifications table for the mailer job to consume. But remember that email notifications feature is separate from activity streams - we may want to send notifications of other things as well. 
     6 
     7Need to implement (at least some of) #1634 before this can be implemented, in order to have something to send notifications about. 
     8 
     9Analysis here: http://ckan.okfnpad.org/27