x/pkgsite: add option to group/filter importers #41052
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
pkgsite
Milestone
What is the URL of the page with the issue?
one example is https://pkg.go.dev/github.com/Azure/go-ansiterm?tab=importedby
What is your user agent?
Not applicable
Screenshot
Not applicable
What did you do?
View a package's
importedby
tabWhat did you expect to see?
Similar importers grouped, or an option to filter. For the example url, I'd like to see one of docker and one of moby.
The end goal is that unique importers are easier to find.
This could be realized with
term
to show only packages with term in their import path-docker
to hide everything with docker in the import pathWhat did you see instead?
A long list that might be 90% duplication (forks of docker and moby).
For many packages, this isn't an issue. But for ones imported by something else that's extremely popular (and thus having many forks) the importedby list gets diluted by duplicates.
Examples would be any package used by docker, k8s, hashicorp products, etc.
The text was updated successfully, but these errors were encountered: