Skip to content

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

Open
@bildungsroman

Description

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

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions