We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user, I would like to see accurate counts on the hover states for organization icons on the profile page.
Summary: We're displaying inaccurate numbers.
Type: Bug
It appears to be counting all Bounty objects versus only mainnet.
Bounty
mainnet
Only display counts for mainnet bounties, not rinkeby.
rinkeby
Visit the profile page and hover over an organization icon. The counts won't match up with the rest of the card.
Summary: Limit the counting being done here to mainnet or get_network() only.
get_network()
The counts are accurate...
Relevant commits:
2ab3c7c 0158a9e
The text was updated successfully, but these errors were encountered:
ed36f25
No branches or pull requests
User Story
As a user, I would like to see accurate counts on the hover states for organization icons on the profile page.
Why Is this Needed?
Summary: We're displaying inaccurate numbers.
Description
Type: Bug
Current Behavior
It appears to be counting all
Bounty
objects versus onlymainnet
.Expected Behavior
Only display counts for
mainnet
bounties, notrinkeby
.Reproduction
Visit the profile page and hover over an organization icon. The counts won't match up with the rest of the card.
Solution
Summary: Limit the counting being done here to
mainnet
orget_network()
only.Definition of Done
The counts are accurate...
Additional Info
Relevant commits:
2ab3c7c
0158a9e
The text was updated successfully, but these errors were encountered: