Ticket #1298 (closed enhancement: fixed)
Generate activites to be put into activities table.
Reported by: | kindly | Owned by: | kindly |
---|---|---|---|
Priority: | awaiting triage | Milestone: | ckan-sprint-2012-01-09 |
Component: | ckan | Keywords: | notifications |
Cc: | Repository: | ckan | |
Theme: | none |
Description
This should be done from the logic layer or automatically from a session extension.
Change History
comment:1 Changed 3 years ago by kindly
- Summary changed from Generate events to be put into events table. to Generate activites to be put into activities table.
comment:6 Changed 2 years ago by kindly
- Milestone changed from ckan-backlog to current-ckan-sprint-2011-11-21
comment:7 Changed 2 years ago by seanh
I've been working on this in this branch: https://github.com/seanh/ckan/commits/feature-1298-activities-table
comment:9 Changed 2 years ago by dread
- Owner changed from seanh to kindly
- Milestone changed from ckan-sprint-2011-11-21 to current-ckan-sprint-2011-12-19
Sean says: This is done on the activity stream branch. Just would like David Raznick to review it.
comment:10 Changed 2 years ago by kindly
- Milestone changed from ckan-sprint-2011-12-19 to current-ckan-sprint-2012-01-09
comment:11 Changed 2 years ago by seanh
David,
Ignore my link above to a branch on my ckan fork. Now that I have permissions I'm pushing my branches to the okfn ckan repo on github. My super branch for the activity streams feature is feature-1515-activity-streams on the okfn ckan repo on github. This page comparing my branch to master is particularly useful:
https://github.com/okfn/ckan/compare/master...feature-1515-activity-streams
(click on the Files Changed tab)
For reviewing this ticket, the relevant changes to review are:
- ckan/lib/activity.py, all of it
- ckan/model/activity.py, all of it
- My changes to ckan/model/meta.py
- My changes to ckan/model/package.py
- My changes to ckan/model/resource.py
- ckan/tests/models/test_activity.py, all of it
The other changes on my branch are for other activity streams tickets that follow this one. The super ticket #1515 has an overview of it all.
comment:12 Changed 2 years ago by kindly
- Status changed from assigned to closed
- Resolution set to fixed