Feature proposal #5242
closedImplement follow buttons
Description
Implement the ability to follow another asset. This should result in my activity outputs also including any asset that's being followed. The base for this stream api should be the tags class. There should only need to be 2 endpoints. 1 for displaying the button (which also includes the ajax) and 1 for saving the stream. When creating a follow stream the asset supplied is the asset to be followed.
For the button display endpoint it's probably best to reserve show/default for an actual view (e.g. if in the future there's a view to display all the assets the user is following) so use ->follow( 'button' ) instead.
Updated by krileon almost 8 years ago
- Subject changed from Implement like and follow fields to Implement follow buttons
- Description updated (diff)
Updated by krileon almost 8 years ago
- % Done changed from 70 to 90
Just needs its jQuery. Button display, follow, and unfollow endpoints all functional.
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
Updated by krileon over 7 years ago
- Status changed from Resolved to Assigned
- % Done changed from 100 to 90
Implement a content bot and module usage as well.
Updated by krileon over 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100