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

Use GitHub API to get more details about each repo #3

Open
bildungsroman opened this issue Feb 9, 2024 · 0 comments
Open

Use GitHub API to get more details about each repo #3

bildungsroman opened this issue Feb 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bildungsroman
Copy link
Collaborator

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
@bildungsroman bildungsroman added the enhancement New feature or request label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant