UbiCollab / UbiShare

Share ubiquitously!
1 stars 1 forks source link

CommunityActivity._ID_FEED_OWNER? Actor? _ID or GLOBAL_ID for community #64

Closed JacquelineFloch closed 11 years ago

JacquelineFloch commented 11 years ago

_ID_FEED_OWNER is described in the JavaDoc as: Global ID for the owner community of the feed where the activity is added.

Is this correct? Otherwise for instance in Membership, it is _ID that is used - not GOLABL_ID

The same yields ACTOR. Should it be _ID that is used - not GOLABL_ID ?

JacquelineFloch commented 11 years ago

OK, I think I understand:you do not want to changes these fields when synching... Can you confirm?

tcarlyle commented 11 years ago

In my code I have used the _ID from the People table. I've done that based on the ER diagram of the SocialProvicer database which Kato sent on end of Jannuary

JacquelineFloch commented 11 years ago

ACTOR should be set to PEOPLE.GLOBAL_ID Otherwise you will get a duplicated feed after sync. I guess this is related to issue #56

BabakFarshchian commented 11 years ago

This seems to be multiple issues in one? In any case I have updated the documentation of _ID_FEED_OWNER to be "_ID for the owner community of the feed where the activity is added. Refers to _ID in Communities.". It is an integer. It should not be synced (@KatoStoelen). This is not the ID of the person but the community! Actor issue is not related to this.