EddieHubCommunity / RepoRater

Rate GitHub Repos for Developer Experience (DX)
https://repo-rater.eddiehub.org
MIT License
150 stars 37 forks source link

[FEATURE] Ability to distribute repositories in collections/categories/tags, analog of Github's Lists functionality for stars #88

Open maZahaca opened 8 months ago

maZahaca commented 8 months ago

Is this a unique feature?

Is your feature request related to a problem/unavailable functionality? Please describe.

Let's say RepoRater has 200,000 stars given. It would be hard to locate something until knowing the correct name of the repository and using search. I suggest adding Lists/Collections/Categories/Groups for repositories (maybe even tags). So, when I come to the page where I can choose: I'm looking for the best stuff in "DevOps" and/or "Content Creation" the RepoRater shows me only relevant repos rated under this category.

Proposed Solution

Two ways of doing this:

Screenshots

No response

Do you want to work on this issue?

No

If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)

No response

prime1999 commented 8 months ago

Nice idea, so when rating the repo and saving it in the DB, the AI would have extracted the keyword and then the keywords can be saved as an array an attribute like tags or categories in the document of the repo in the DB right?

eddiejaoude commented 8 months ago

I think we could start with GitHub topics

maZahaca commented 8 months ago

Yes, github Topics sounds as a good starting point for it!

eddiejaoude commented 8 months ago

I have started saving the GitHub repo topics in the DB, we now need somewhere to display them