[RFC] Create dashboard for tracking repository health #28860
Replies: 5 comments 3 replies
|
Perhaps the documentation feedback could also be pulled in to the same dashboard? |
|
That was always the goal of https://mui-dashboard.netlify.app/ but I couldn't find the time to add everything I wanted. The code is owned by the org so feel free to push whatever changes you want to see there. |
|
Not strictly related to the repo's health but does it makes sense to have a pie chart displaying how many PRs are opened by community contributors vs maintainers? I'm not aware if we have this recorded somewhere...I think it could be interesting to see if at any point the community is less engaged with actually pushing changes and contributing. If so, it could help us to prioritize and brainstorm initiatives that would boost contributors' participation. |
|
An attempt @mnajdova had with our own set of components: https://mui-repository-health-dashboard.vercel.app/. |
|
Other tools: |

Uh oh!
There was an error while loading. Please reload this page.
This discussion is around defining the requirements for a dashboard for tracking the health of the repository. Here is a list of questions we want to answer with the dashboard and proposals for charts that would help with it.
1. Is the number of newly created issues growing over time?
2. How fast are we handling issues/Are there enough resources for it?
3. Which areas of the codebase need improvements?
buglabel4. Which areas of the codebase need better documentation?
supportlabelFeel free to leave more suggestions below.
All reactions