Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully populate user dorianYates #19

Closed
billyshears314 opened this issue Apr 20, 2014 · 2 comments
Closed

Fully populate user dorianYates #19

billyshears314 opened this issue Apr 20, 2014 · 2 comments
Assignees

Comments

@billyshears314
Copy link
Collaborator

I would like to have one user, for now, fully populated, in this case dorianYates, so that I can test what I have. Also, we'll need a fully populated user for the presentation.

He needs an avatar_url, a list of activities, a list of followers, a list of follows.

It would also be great if the users that are his followers, and that he follows had avatar_urls as well. That way I can display them on the followers and following view pages. But this part can wait since I know this will take longer.

Thank you

@nfamigletti
Copy link
Collaborator

Sorry this took so long--I was with my family.

I have fully populated dorianYates. All the users now have avatar urls. I added activities, and attached some to this user. I also added some followers of this user, and some users whom dorianYates follows. The idea was to use the single followers table to look up a user's followers, and the users they follow. For example, if you select all follower_id for a given user_id you get that user's followers. Then if you select all user_id for a given follower_id, you get all the users that given follower follows.

Tell me if this doesn't work, and sorry again about the delay.

----- Original Message -----

From: "billyshears314" notifications@github.com
To: "r3d3y3/ComMotion" ComMotion@noreply.github.com
Sent: Sunday, April 20, 2014 1:33:46 PM
Subject: [ComMotion] Fully populate user dorianYates (#19)

I would like to have one user, for now, fully populated, in this case dorianYates, so that I can test what I have. Also, we'll need a fully populated user for the presentation.

He needs an avatar_url, a list of activities, a list of followers, a list of follows.

It would also be great if the users that are his followers, and that he follows had avatar_urls as well. That way I can display them on the followers and following view pages. But this part can wait since I know this will take longer.

Thank you


Reply to this email directly or view it on GitHub .

@billyshears314
Copy link
Collaborator Author

Completely understandable, thanks for getting it done :). I'll let you know if I have any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants