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

[Feature Request] Display Active Maintainer Statistics to Identify Projects Needing More Support #57

Open
onlydole opened this issue Mar 25, 2023 · 5 comments
Labels

Comments

@onlydole
Copy link
Member

Issue Description

https://all.devstats.cncf.io/d/53/projects-health-table?orgId=1

Currently, the repository dashboard does not provide specific statistics on active maintainers. It would be beneficial to display information about each project's number and activity of maintainers. This will help users identify projects, like etcd, that may need additional maintainer support.

Proposed Solution

  1. Develop a feature that pulls and displays data on the active maintainers for each project.
  2. Present the information in a clear and easily accessible format, such as a dedicated section within the repository dashboard or a separate tab/page.
  3. Include relevant statistics, such as the number of active maintainers, their recent activity (e.g., commits, merged PRs), and average response time to issues/PRs.

Benefits

  • Provides users with insights into the maintainer support for each project.
  • Helps identify projects needing additional maintainers to ensure continued development and support.
  • Enhances overall transparency and understanding of project health and sustainability.
@onlydole onlydole added the enhancement New feature or request label Apr 7, 2023
@Aryanryn09
Copy link

hey!! i would be glad to fix this issue can you please help me out to navigate through it

@8rxn
Copy link

8rxn commented May 7, 2023

Hey @onlydole, I think the issue is still unresolved.
Would you mind guiding me through this.
I would like to work on this issue.

@caniszczyk
Copy link

caniszczyk commented May 7, 2023 via email

@tegioz
Copy link

tegioz commented Jan 18, 2024

Hi!

Should we transfer this issue to cncf/devstats?

/cc @lukaszgryglicki

@tegioz tegioz transferred this issue from cncf/landscape Apr 5, 2024
@lukaszgryglicki
Copy link
Member

  1. Needs a clear definition how to identify maintainers for a given project - this would require an entirely new process that will be doing it on every sync and then extra DB table that will hold maintainers data or a flag on users table that explicitly says that a given user is a maintainer. The key thing is to have a way of detecting who is a maintainer for a given project using only GitHub (API and or archives) and git data sources (those supported by DevStats) - if those are not able to give you an answer then a new data source would be needed (note that git means that we have all repos cloned and we can check files within those repos for maintainers info if there is any way of doing that).
  2. I would prefer a separate dashboard for this, but I can also add in "projects health" once (1) is clear. This needs exact specs of what exactly should be displayed and where + approval/green light to implement this.
  3. Because of this I suggest additional "maintainers" dashboard instead of extending 9already huge) "projects health" - I will need exact specs for this, ideally some wireframe or specs showing what exactly should be displayed.

This needs @caniszczyk approval to start working on this as this is rather a big feature request.

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

No branches or pull requests

6 participants