ethereum-org-website icon indicating copy to clipboard operation
ethereum-org-website copied to clipboard

Bug bounty main leaderboard doesn't sum EL + CL

Open samajammin opened this issue 3 years ago • 3 comments

Describe the bug

Points in the top leaderboard are not summed across EL + CL (e.g. Martin has bugs on both sides but just shows his EL total): telegram-cloud-photo-size-1-5179298451362523728-y

To Reproduce Steps to reproduce the behavior:

  1. Go to https://ethereum.org/en/bug-bounty/
  2. See error

Expected behavior

Top leaderboard should combine EL + CL scores.

Screenshots

See above

Desktop (please complete the following information):

All

Smartphone (please complete the following information):

All

Additional context

Stems from recent updates to merge bounty programs: #6021

We query this data from 2 separate data files using GraphQL: https://github.com/ethereum/ethereum-org-website/blob/dev/src/pages/bug-bounty.js#L825 So I imagine we'd have to write some logic to merge those data sources together in the component

Want to contribute?

We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.

samajammin avatar May 13 '22 14:05 samajammin

Would love to take this!

andyGallagher avatar Jun 14 '22 14:06 andyGallagher

Thanks @andyGallagher, I've assigned you ❤️ Please feel free to ping here or on Discord if you need anything here.

minimalsm avatar Jun 15 '22 12:06 minimalsm

This issue is stale because it has been open 45 days with no activity.

github-actions[bot] avatar Jul 31 '22 08:07 github-actions[bot]

Closing this out - solved in https://github.com/ethereum/ethereum-org-website/pull/6739. Thanks @andyGallagher!

samajammin avatar Sep 19 '22 10:09 samajammin