maproulette / maproulette3

MapRoulette, the micro-tasking tool for OpenStreetMap
https://maproulette.org
MIT License
128 stars 35 forks source link

Do not count disabled tasks for challenge metrics #2415

Closed mvexel closed 1 month ago

mvexel commented 3 months ago

When a challenge has disabled tasks, they are currently counted for the total number of tasks available in the challenge. This is unexpected behavior because the disabled status is not something the end user sees. Tasks that are disabled do not show up when mappers are working on a challenge, and they do not show up as a status in the challenge page.

Proposed Fix: Do not count disabled tasks when computing the counts in the challenge overview screen.

See https://github.com/maproulette/maproulette-backend/issues/1092#issuecomment-2299644485 for background.