Aru-Ku / hacktoberfest-issues

[WIP] Find the latest open issues for Hacktoberfest 2022
https://hack-o-fest.vercel.app
MIT License
12 stars 8 forks source link

[FEATURE REQUEST] - Add option to filter out issues from collection / excluded repos #15

Open huyszn opened 1 year ago

huyszn commented 1 year ago

Description of feature request, idea

Many Hacktoberfest issues shown on the website were created in collection repos. Collection repos are repos where their only purpose is to get easy 4 PRs for Hacktoberfest by contributing random code snippets to the repo. These repos are excluded from Hacktoberfest. It's very annoying to scroll through these issues from collection repos because there are so many of them compared to issues from legit repos. I would like to have an option to filter out as many issues from collection repos as possible. I think one solution is to filter out repos based on the repos' name so their issues won't be shown with the filter on. This would probably remove most of the issues from collection repos and keep issues to display from legit repos. Here are some keywords that I think would be good for the filter:

dsa
algo
algorithm
data-structure
hacktoberfest
hacktober
hactoberfest
hactober
hackoberfest
hackober
hackoctoberfest
hackoctober
leetcode
hackerrank
codechef
codeforces

I know that there are some legit repos (like this one) that have Hacktoberfest included in their name so this is why it's an option.

Add (multiple) screenshot links (if applicable)

Here are some examples of issues that are from collection repos (notice the repos' name)

Screen Shot 2022-10-04 at 12 43 19 AM

Add any other context about the feature request here

More information about excluded repos from the Hacktoberfest discord

Screen Shot 2022-10-04 at 1 15 17 AM
Aru-Ku commented 1 year ago

Hi @huyszn Yes, I'm planning it out. This is quite trickier. I am thing of different path to get the ineligible repos from organizers and filter them out.