open-sauced / app

🍕 Insights into your entire open source ecosystem.
https://pizza.new
Apache License 2.0
408 stars 216 forks source link

Feature: Add type selector contributors tab #3715

Open bdougie opened 1 month ago

bdougie commented 1 month ago

I used to share a stat that 80% of contributors of next.js are repeat contributors, but we could never identify which are outside contributors. Now we can, and I'd love a filter for that as part of story telling.

Suggested solution

We now have a category selector for the contributor chart. I'd love to see that same selection on the contributor tab of the repo page.

Screenshot 2024-07-11 at 2 12 49 PM

cc @isabensusan - this is my figjam design, but feel free to ensure this actually makes sense to approach or if there is a better solution.

github-actions[bot] commented 1 month ago

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please comment on this issue.

For full info on how to contribute, please check out our contributors guide.

zeucapua commented 1 month ago

Is this data available in the API or would that require some changes? I know we can check if a person is a maintainer of the repo, but I don't know if we can see if contributors are "Outside" or "Recurring" @jpmcb