I'd prefer to avoid this as long as we can. This should be a last
resort, as it'll make our data model even more confusing than it is already.
Also, I'm not convinced that this action is really applied to an
activity anyway. On Twitter and TypePad it's the note/article that gets
re-whatevered, and I'd bet that for most other systems that is true too.
In TypePad, we model a "reblog" similarly to a comment: it's a new
article object that happens to have a pointer to another article.
Much like Trackbacks before it, this re-whatever mechanism is really
just replying in a different context. We should consider just modelling
it as posting a new whatever that's in reply to another whatever, where
"whatever" would be a note on Twitter and an article on TypePad. I can't
speak with any certainty for anyone else's data model, but that would
map exactly to TypePad's internal data model. I'm sure we're not alone
in modelling it this way.
What about copying the content but then providing another element for
wrapping the annotation (if it exists) so that they aren't separate
but separable?
=Rabbit
> --
> You received this message because you are subscribed to the Google
> Groups "Activity Streams" group.
> To post to this group, send email to activity-
> str...@googlegroups.com.
> To unsubscribe from this group, send email to activity-strea...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/activity-streams?hl=en
> .
>
Example:
<contributor>
<name>Ryan Penagos</name>
<uri>http://cliqset.com/user/agentm</uri>
</contributor>
<link href="http://cliqset.com/user/agentm/MTU4NjE5MDg0MTYe"
type="text/xhtml" rel="via" title="agentm posted a note on
Twitter"></link>
Darren
> --
> You received this message because you are subscribed to the Google Groups "Activity Streams" group.
> To post to this group, send email to activity...@googlegroups.com.
> To unsubscribe from this group, send email to activity-strea...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/activity-streams?hl=en.
>
>
--
darren bounds
dar...@cliqset.com
Conceptually I think of it as writing "You'll like this. Great read! --Aaron" on a sticky note, slapping it on the cover of a book, and putting the book on your friends desk. The "content" is an annotation and intended to promote, publicize or otherwise elevate the attention of the recipient to the target object.
What about copying the content but then providing another element for wrapping the annotation (if it exists) so that they aren't separate but separable?
> --
> You received this message because you are subscribed to the Google Groups "Activity Streams" group.
> To post to this group, send email to activity...@googlegroups.com.
> To unsubscribe from this group, send email to activity-strea...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/activity-streams?hl=en.
>
--
--
John Panzer / Google
jpa...@google.com / abstractioneer.org / @jpanzer
I am not sure we need to make a big distinction between Reshare from Share which we already have.
Share is specifically designed for content which is not owned by the actor.
Seems like we only need to add the attribution to the person
If someone [person 1] shares a video on Facebook and another person [person 2] re shares it then
we model it the same as if person 2 had shared the video directly. On the UI (which I have added to the wiki) we show person 1's name
so I like Darren's idea of the contributor to carry this information.
In our case person 1's annotation gets overwritten by person 2's looks like Buzz did the same. I think only Twitter offers the choice