status-im / open-bounty

Enable communities to distribute funds to push their cause forward.
https://openbounty.status.im/
GNU Affero General Public License v3.0
118 stars 36 forks source link

Filter by amount shows wrong data (prod) #424

Open churik opened 6 years ago

churik commented 6 years ago

Description

Type: Bug Summary: filter by amount doesn't show appropriate results, it doesn't filter by amount; in staging env it is reproducible only for old bounties with ATT tokens, which have wrong conversion in the system.

Expected behavior

filters are applied to USD values which are displayed on SOB - appropriate results are shown

Actual behavior

wrong results are shown wr_values

Reproduction

Additional Information

martinklepsch commented 6 years ago

Besides fixing this we should consider using this opportunity to clean up some code and delete this filter entirely. We could later on bring it back in the form of value brackets ($0-200, $200-1000, ...). This would also help with analytics as it would become easier to understand what kind of bounties people are looking for.