Skip to content

feat: add Repository Health Dashboard with sustainability metrics and rankings#516

Merged
indresh404 merged 1 commit into
indresh404:mainfrom
kunal-yelgate:feat/dashboard
Jun 15, 2026
Merged

feat: add Repository Health Dashboard with sustainability metrics and rankings#516
indresh404 merged 1 commit into
indresh404:mainfrom
kunal-yelgate:feat/dashboard

Conversation

@kunal-yelgate

Copy link
Copy Markdown
Contributor

Description

This PR introduces a Repository Health Dashboard that helps users evaluate the sustainability and maintenance quality of repositories beyond traditional metrics such as stars and forks.

Features Implemented

  • Added Repository Health Dashboard UI.
  • Display contributor growth trends.
  • Added issue resolution rate metrics.
  • Added pull request merge rate tracking.
  • Added release frequency insights.
  • Implemented repository ranking system based on health indicators.
  • Enhanced repository analysis to provide a clearer view of project activity and maintainability.

Why This Change?

Repository popularity alone does not accurately reflect project health. This dashboard provides contributors, maintainers, recruiters, and open-source enthusiasts with actionable insights into:

  • Project activity and momentum.
  • Maintenance consistency.
  • Community engagement.
  • Repository sustainability.
  • Overall project reliability.

Impact

  • Helps users discover actively maintained projects.
  • Improves repository evaluation beyond stars and forks.
  • Enables better decision-making for contributors looking for projects to join.
  • Provides maintainers with visibility into repository health.
  • Makes repository rankings more meaningful through sustainability-focused metrics.

Related Issue

Closes #501

Testing

  • Verified health metrics are displayed correctly.
  • Tested ranking calculations across repositories with different activity levels.
  • Confirmed dashboard rendering and responsiveness across supported views.

@vercel

vercel Bot commented Jun 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ranker-hub Ready Ready Preview, Comment Jun 14, 2026 9:57am

@github-actions github-actions Bot added bug Something isn't working enhancement New feature or request frontend Frontend related changes (HTML/CSS/JS/React) gssoc GirlScript Summer of Code gssoc26 GirlScript Summer of Code 2026 nsoc NSoC NSoC'26 NSoC 2026 pending-review PR is pending review labels Jun 14, 2026
@kunal-yelgate

Copy link
Copy Markdown
Contributor Author

This issue seems like Level 3 complexity based on:

  • multiple components involved
  • backend + frontend changes
  • data aggregation required

@kunal-yelgate

Copy link
Copy Markdown
Contributor Author

Hey @indresh404 review the PR

@kunal-yelgate

Copy link
Copy Markdown
Contributor Author

Hey @indresh404 , are any modifications required in it?

@indresh404
indresh404 merged commit 8558070 into indresh404:main Jun 15, 2026
11 checks passed
@kunal-yelgate
kunal-yelgate deleted the feat/dashboard branch June 15, 2026 08:01
@github-actions

Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related discussions.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jun 30, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working enhancement New feature or request frontend Frontend related changes (HTML/CSS/JS/React) gssoc GirlScript Summer of Code gssoc26 GirlScript Summer of Code 2026 level3 nsoc NSoC NSoC'26 NSoC 2026 pending-review PR is pending review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Add Repository Health Dashboard to Evaluate Project Sustainability

2 participants