-
Notifications
You must be signed in to change notification settings - Fork 35
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
add global toggle to find challenge page #2382
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2382 +/- ##
==========================================
- Coverage 23.48% 23.47% -0.01%
==========================================
Files 649 650 +1
Lines 22503 22515 +12
Branches 6927 6930 +3
==========================================
+ Hits 5285 5286 +1
- Misses 14405 14413 +8
- Partials 2813 2816 +3 ☔ View full report in Codecov by Sentry. |
…d filter in the challenge result list
3b79c07
to
8eee166
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, contingent on @ljdelight reviewing and approving maproulette/maproulette-backend#1136
Backend: maproulette/maproulette-backend#1136
Resolves: #2373 & #2350
This PR introduces a new "Show Global" filter on the find challenges page. When unchecked, this filter excludes all challenges not classified as global. The global classification is determined by backend conditions, currently defined as challenges whose tasks span over 180 degrees horizontally or 90 degrees vertically on the map.