Ticket #1664 (closed enhancement: fixed)

Opened 2 years ago

Last modified 18 months ago

Smarter group activity streams

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

Description (last modified by seanh) (diff)

We already have simple activity streams for groups that have new group or group updated events (see #1631). Smarter/more useful group activity streams would also contain the events for things related to the group: users, datasets, other groups, etc.

This should just mean using a more complex SQL query in the group_activity_list() logic function.

Things might get tricky when a user or dataset joins a group, this may show up as two events (the user or dataset was modified, and the group was modified). We may want to have two separate events for this (one to go in the user or dataset activity stream and one for the group), or maybe we just want one 'user/dataset joined group' event.

Change History

comment:1 Changed 2 years ago by seanh

  • Keywords 2d added; 1d removed
  • Description modified (diff)

comment:2 Changed 2 years ago by seanh

  • Milestone changed from ckan-v1.7 to ckan-future

comment:3 Changed 18 months ago by seanh

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.