justquick / django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
http://django-activity-stream.rtfd.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.38k stars 482 forks source link

Support collections of objects #389

Open slurms opened 6 years ago

slurms commented 6 years ago

I think the w3c spec mentions Collections of objects. This would be useful to support.

The use case for something like this is:

Or many similar scenarios. If we can support this that would be awesome!

auvipy commented 6 years ago

any implementation detail?

valentijnscholten commented 3 years ago

I was look into this as well, would be nice to group some actions under one action as described above. There's also the new v2.0 spec that describes collection in more detail: https://www.w3.org/TR/activitystreams-core/ but it's also present in v1.0: https://github.com/activitystreams/activity-schema/blob/master/activity-schema.md

wdencker commented 3 years ago

Any update on this? Or does someone know of a workaround?

27 is a similar issue from 2011 that was closed as it violated the Activity Stream spec at the time; now that the spec allows collections (as @valentijnscholten noted above) it would be a very useful feature to add.