Ticket #1635 (new enhancement)

Opened 2 years ago

Last modified 17 months ago

Email notifications (e.g. for activity streams)

Reported by: seanh Owned by: seanh
Priority: awaiting triage Milestone: ckan-backlog
Component: ckan Keywords: 9d activity_streams
Cc: Repository: ckan
Theme: none

Description (last modified by seanh) (diff)

CKAN should be able to send email notifications to users.

Maybe 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.

One 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.

Need to implement (at least some of) #1634 before this can be implemented, in order to have something to send notifications about.

Analysis here: http://ckan.okfnpad.org/27

Change History

comment:1 Changed 2 years ago by seanh

  • Description modified (diff)

comment:2 Changed 2 years ago by seanh

  • Description modified (diff)

comment:3 Changed 2 years ago by seanh

  • Description modified (diff)
  • Summary changed from Email notifications for activity streams to Email notifications (e.g. for activity streams)

comment:4 Changed 2 years ago by seanh

  • Milestone changed from ckan-v1.7 to ckan-backlog
Note: See TracTickets for help on using tickets.