open-sauced / app

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

feature: Implement Search functionality in Repositories Page #322

Closed eryc-cc closed 1 year ago

eryc-cc commented 2 years ago

Summary

Should search within the table of repositories.

bdougie commented 1 year ago

Per this weeks All Hands, this is possible to implement. I think we can debounce the search similar to how we do it in hot.opensauced and update the data from the API. No need for a special dropdown or search interface.

brandonroberts commented 1 year ago

@bdougie what items are we searching on? repo owner OR repo name using a wildcard style search?

bdougie commented 1 year ago

We should optimize for a fuzzy search on the repo name only. We can ignore orgs for now.

While you work on this, For the contributor page, we should search by username or pr_author

0-vortex commented 1 year ago

I would mark this as blocked for now and use the findOne endpoint as a placeholder until then. We need at least basic monitoring before we can enable variable search patterns, filtering for stuff we want to look at in the UI is fine but no wildcard searching yet please! 😅

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.16.0-beta.17 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.16.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: