Ticket #1666 (closed enhancement: fixed)
Add activity stream events for tags
Reported by: | seanh | Owned by: | seanh |
---|---|---|---|
Priority: | awaiting triage | Milestone: | ckan-sprint-2012-02-06 |
Component: | ckan | Keywords: | 2d activity_streams |
Cc: | Repository: | ckan | |
Theme: | none |
Description
...and show them on the tag pages.
This means adding tag_activity_list() and tag_activity_list_html() logic functions, adding the templating to render tags as HTML, and adding the tag HTML into the tag pages.
What exactly should go into a tag's activity stream? As with datasets we may want a more complex SQL query, where events from objects related to the tag (datasets, users, etc.) appear in the tag's stream.
Change History
Note: See
TracTickets for help on using
tickets.
Done in feature-1515-activity-streams branch. Did not add activity streams for tags (as in the ticket description), instead added 'tag added' and 'tag removed' activities into the existing user and dataset activity streams.