davearonson / pull-request-roulette

Site to match up developers with people willing to comment on their pull requests
29 stars 12 forks source link

Search bar and language filter #39

Open JoseCage opened 7 years ago

JoseCage commented 7 years ago

I found the website interesting and so I would suggest two implementations on the site:

1- Search Bar: To allow site visitors / users to search by name or any PullRequest reference.

2- Filter by language: Give the user the possibility to see only the pull / repos against the language he prefers.

Thank you.. :angola: :heart: :world_map:

davearonson commented 5 years ago

Hi @JoseCage! Sorry to take so long to get back to you on this; I don't recall getting any kind of notification, like I thought Github was supposed to give me. Anyway:

Both of these could possibly be part of a more comprehensive "advanced search" in which users could search for a PR by a combination of factors, like a string that needs to be part of the user's handle, another for the "real name" (or whatever they claim is that), another for the project, another for any filenames involved (which could involve file extensions), and so on. Many of these could even be turned into dropdown boxes, being populated by parsing assorted info about the PR, but that's a lot more work.

I haven't had time to put in actual work on this in ages, but maybe someone . . . . :-)

JoseCage commented 5 years ago

Got it @davearonson