#905 closed enhancement (fixed)
Create and use activities
| Reported by: | Jessica Tallon | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | programming | Keywords: | api, activities, federation, test |
| Cc: | Parent Tickets: |
Description
Pump.io uses activities to represent when you post, comment, etc. We need to start storing the activities and using them on the feed API. This will involve introducing a new model and making it so commenting, deleting, uploading, etc. via either the API or the webUI creates and saves an activity.
Change History (6)
comment:1 by , 11 years ago
| Status: | new → in_progress |
|---|
comment:3 by , 11 years ago
| Owner: | removed |
|---|---|
| Status: | in_progress → review |
comment:4 by , 11 years ago
This looks good generally, though I haven't tested it yet. Jessica and I talked further, the main thing holding this back right now is we want to get the Python 3 branch merged first... I'm going to look at that next week.
comment:5 by , 11 years ago
| Keywords: | test added |
|---|
comment:6 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | review → closed |
This has now been merged as of 9a1fc42.

This is being worked on in my 905-activities branch. There are three things left to do: