OlivierJM / react-github-api

Using GitHub API with GraphQL
https://repo-query.netlify.com/
MIT License
7 stars 1 forks source link

repo page #37

Open OlivierJM opened 5 years ago

OlivierJM commented 5 years ago

Since we are planning to leverage more on the profile #36 it would be best to have repos on a different page. The first page can show all the information about the user, then a button can be provided to show cards of repositories. thoughts and ideas on this are welcome

OlivierJM commented 5 years ago

@ikayz would help on this, I need a good page for more info

ikayz commented 5 years ago

@OlivierJM When someone types in the search box. The result shows up and that's what they get to see.

OlivierJM commented 5 years ago

Yeah so I was thinking when they type, they see all information about the user, and for the repos we show them on a different page.

ikayz commented 5 years ago

Awesome. Only public repos show up.

OlivierJM commented 5 years ago

Yeah only public repos show that's how the github API is designed. All contributions should be counted though

ikayz commented 5 years ago

Great