open-sauced / app

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

Feature: feedbakc - be able to filter issues / pull requests by label #3861

Open jpmcb opened 1 month ago

jpmcb commented 1 month ago

Suggested solution

We've gotten feedback and signal that people want to be able to sort / search pull requests and issues on the OpenSauced platform by label.

Labels, especially in larger projects, are a very popular way to organize work. It can help different teams or different stakeholders find relevant content in issues and pull requests. The OpenSauced engineering team actually does this as well. For example, for issues related to the StarSearch feature, we'll add the "star-search" label to it.


Note: this will be challenging since we do not get any label data off the events data on GitHub. For example, there's no "label added" type event and the labels that are added during issue / pull request creation don't persist in the metadata.

We'll have to prioritize this and come up with a way to elegantly do this.

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.