Ticket #1635 (new enhancement) — at Version 1

Opened 2 years ago

Last modified 17 months ago

Email notifications 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)

Users need to be able to subscribe to/unsubscribe from receiving email notifications for activity stream events.

This is not necessarily the same as following and unfollowing different activity streams (which then appear on the user's dashboard). The user may have activity streams on her dashboard for which she doesn't get email notifications, and perhaps also vice-versa.

Some templating might have to be written to format activity stream events for plain text emails (as opposed formatting them for HTML as the current templating does).

May need to add an email_subscriptions to the User class/database table? Or add a new table for it?

The activity_create() function could be responsible for looking up subscriptions when an activity stream event is emitted and writing any activity stream event IDs out to a notifications outbox table. For package and resource activity events, the session extension may need to handle this.

Another process will take rows out of the notifications outbox and send them as emails.

Change History

comment:1 Changed 2 years ago by seanh

  • Description modified (diff)
Note: See TracTickets for help on using tickets.