clubgamma / club-gamma-frontend

This is the official frontend repo of club gamma website.
https://clubgamma.vercel.app
MIT License
0 stars 24 forks source link

Project contributer section #28

Open Adeesh-bode opened 4 days ago

jalaym825 commented 3 days ago

@Adeesh-bode provide some description for the issue.

jalaym825 commented 2 days ago

I think I got it. option to show project contributors. good idea. share implementation thoughts. also we need to make api for this.

Adeesh-bode commented 2 days ago
  1. API Endpoints:

GET /repos/{owner}/{repo}/contributors – To fetch the list of contributors.

  1. Data Processing:

Process the retrieved data to generate meaningful insights

  1. Designing the Contribution Section:

I have hitted that endpoint - got the contributors , just have to implement:::

Screenshot (28)

jalaym825 commented 2 days ago
  1. API Endpoints:

GET /repos/{owner}/{repo}/contributors – To fetch the list of contributors.

  1. Data Processing:

Process the retrieved data to generate meaningful insights

  1. Designing the Contribution Section:

I have hitted that endpoint - got the contributors , just have to implement:::

Screenshot (28)

We won't be using github api to get contributors. Instead look at this issue once. https://github.com/clubgamma/club-gamma-backend/issues/15