You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
๐ ๐ฎโโ๏ธ ๐ฎโโ๏ธ ๐ฎโโ๏ธ DO NOT START THIS STORY UNLESS STORY #6 HAS BEEN COMPLETED BY BOTH IN YOUR PAIR.
You should pair on story #6 and deploy it prior to working on this one.
Continue this process for all stories labeled spike first. You will learn more this way and produce better code.
๐ ๐จ ๐ฎ ๐ฎ ๐ฎ
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.
No need to hit the endpoint for followings. A future story will address this.
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 "Followers"
And I should see list of all followers with their handles linking to their Github profile
๐ ๐ฎโโ๏ธ ๐ฎโโ๏ธ ๐ฎโโ๏ธ
DO NOT START THIS STORY UNLESS STORY #6 HAS BEEN COMPLETED BY BOTH IN YOUR PAIR.
You should pair on story #6 and deploy it prior to working on this one.
Continue this process for all stories labeled
spike first
. You will learn more this way and produce better code.๐ ๐จ ๐ฎ ๐ฎ ๐ฎ
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.
No need to hit the endpoint for followings. A future story will address this.
API endpoint documentation
https://developer.github.com/v3/users/followers/
/user/followers
instead of/users/:username/followers
The text was updated successfully, but these errors were encountered: