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

User Dashboard: Github Following #32

Open
3 tasks
jmejia opened this issue Dec 3, 2018 · 0 comments
Open
3 tasks

User Dashboard: Github Following #32

jmejia opened this issue Dec 3, 2018 · 0 comments

Comments

@jmejia
Copy link
Contributor

jmejia commented Dec 3, 2018

👇 👇 👇 👇
REMINDER: Don't start this story until you and your partner pair on and deploy the previous user story.
☝️ ☝️ ☝️ ☝️

Details: A user exists in the database. They have a Github token stored. Generate a token here for testing and development: https://github.com/settings/tokens

A future story will implement generating these tokens dynamically but that isn't necessary here.

As a logged in user
When I visit /dashboard
Then I should see a section for "Github"
And under that section I should see another section titled "Following"
And I should see list of users I follow with their handles linking to their Github profile

API endpoint documentation
https://developer.github.com/v3/users/followers/#list-users-followed-by-another-user

  • API call uses authenticated call
  • No hashes in the view.
  • Uses objects in the view to represent the Github users.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant