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
Once a contributor submits a repo URL, we know its name and organization. We can use that data to call the GitHub API and find out more about that repository.
This issue can be broken into multiple tasks for pairing:
Add a Lambda function and API route called GetRepoData
Add the API call in the GetRepoData function to return information about the repo, such as number of open issues, whether it has recent activity, etc.
Display the data in the RepoTable component in the frontend
The text was updated successfully, but these errors were encountered:
Once a contributor submits a repo URL, we know its name and organization. We can use that data to call the GitHub API and find out more about that repository.
This issue can be broken into multiple tasks for pairing:
GetRepoData
GetRepoData
function to return information about the repo, such as number of open issues, whether it has recent activity, etc.RepoTable
component in the frontendThe text was updated successfully, but these errors were encountered: