Skip to content

[FEATURE] Live Stats Counter Panel on Contributors Page#76

Merged
devpathindcommunity-india merged 2 commits into
masterfrom
feat/contributors-stats-74
May 18, 2026
Merged

[FEATURE] Live Stats Counter Panel on Contributors Page#76
devpathindcommunity-india merged 2 commits into
masterfrom
feat/contributors-stats-74

Conversation

@Aditya948351

Copy link
Copy Markdown
Collaborator

Resolves #74. Dynamically calculates and displays Total Contributors, Total Contributions, and Active Monthly Contributors based on live GitHub API data.

Copilot AI review requested due to automatic review settings May 18, 2026 08:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds live, GitHub-driven contributor statistics (and a dynamic top-3 podium) to the /contributors page to replace previously hardcoded hero metrics, addressing issue #74.

Changes:

  • Fetches contributors from the GitHub REST API on the client and computes total contributors + total contributions.
  • Derives “Active This Month” from recent commits and adds a loading state for the podium.
  • Updates the podium to display live top contributors (name/handle/avatar) from the API response.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/app/contributors/page.tsx
Comment thread src/app/contributors/page.tsx
Comment thread src/app/contributors/page.tsx
Comment thread src/app/contributors/page.tsx
@devpathindcommunity-india

Copy link
Copy Markdown
Owner

Closes #74

@devpathindcommunity-india devpathindcommunity-india merged commit 1ff9c6f into master May 18, 2026
4 checks passed
@Aditya948351 Aditya948351 removed gssoc26 This is a official GirlScript Summer of Code label. gssoc:approved give 50+ base points level:advanced Advanced issues quality:clean quality:exceptional type:assessibility type:design labels Jun 9, 2026
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

Successfully merging this pull request may close these issues.

[FEATURE] Live Stats Counter Panel on Contributors Page

3 participants