Skip to content

Show the number of reverse depenencies next to the link #1836

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Conversation

locks
Copy link
Contributor

@locks locks commented Sep 12, 2019

Fixes #496.

There is a small visual glitch where the count always starts at zero because the relationship is async.
This means that we introduce another HTTP request to fetch the reverse dependencies so we can count them.

@rust-highfive
Copy link

r? @sgrif

(rust_highfive has picked a reviewer for you, use r? to override)

@sgrif
Copy link
Contributor

sgrif commented Sep 12, 2019

Reverse dependencies is our single slowest API endpoint. I don't think we want to be hitting it unless someone actually asked to see that information

There is a small visual glitch where the count always starts at zero because the relationship is async.
This means that we introduce another HTTP request to fetch the reverse dependencies so we can count them.
@locks
Copy link
Contributor Author

locks commented Sep 12, 2019

Should the PR and the issue be closed in that case?

@sgrif
Copy link
Contributor

sgrif commented Sep 12, 2019

I think so, yes

@locks locks closed this Sep 12, 2019
@locks locks deleted the fix-496 branch September 12, 2019 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show the number of reverse dependencies next to the link
3 participants