zfoster / corgi

Social Event Calendar System
meetmadi.com
Other
3 stars 2 forks source link

Complete New Follows #163

Open southpolesteve opened 10 years ago

southpolesteve commented 10 years ago

When a new identity is created, match up follows with existing users in the system.

zfoster commented 10 years ago

What is a follow in the madi system?

prestonaustin commented 10 years ago

There isn't one, but it looks at them in the social networks. Was this about updating that graph periodically?

zfoster commented 10 years ago

I think it references matching an identity's follows to follows that would overlap when a new identity (now the second) is added for the same user?

prestonaustin commented 10 years ago

Steve, can you illuminate this issue a bit? On Sep 10, 2014 7:35 AM, "Zachary Foster" notifications@github.com wrote:

I think it references matching an identity's follows to follows that would overlap when a new identity (now the second) is added for the same user?

— Reply to this email directly or view it on GitHub https://github.com/zfoster/corgi/issues/163#issuecomment-55108411.

southpolesteve commented 10 years ago

Zach, I think you have it right on the second comment. When a new user signs up we should match up existing users who already had follows associated with them but could not be complete because the new user was already on Madi. I actually think this may already be done: https://github.com/southpolesteve/corgi/blame/master/spec/models/identity_spec.rb#L23

zfoster commented 10 years ago

okay. I'll take a look to ensure it is