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

Contributors Page #154

Open
gowtham3105 opened this issue Dec 30, 2022 · 1 comment
Open

Contributors Page #154

gowtham3105 opened this issue Dec 30, 2022 · 1 comment
Assignees

Comments

@gowtham3105
Copy link
Contributor

gowtham3105 commented Dec 30, 2022

We need the following to bee shown in the contributors page

  • Name
  • Photo
  • Batch
  • Branch
  • Github Id
  • LinkedIn
  • Insta ID( optional)
  • No of Commits in both the repos (provided by api)

We need to show this in an order based on number of commits made.

@gowtham3105
Copy link
Contributor Author

    "action": "Get Contributor Stats",
    "message": "Contributor Stats Fetched",
    "data": [
        {
            "id": 9,
            "name": "Karthik MV",
            "email": "[email protected]",
            "github_id": "karthikmurakonda",
            "linkedin": null,
            "commits": 50,
            "image": null
        },
        {
            "id": 7,
            "name": "Gowtham Sai",
            "email": "[email protected]",
            "github_id": "gowtham3105",
            "linkedin": "gowtham",
            "commits": 98,
            "image": null
        }
    ]
}

Sample Data giving by the GET request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants