maproulette / maproulette3

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

Bulk change task status in Challenge admin #326

Closed mvexel closed 6 years ago

mvexel commented 6 years ago

When a user downloads a CSV of their challenge, would it be interesting to enable them to re-upload it after changes were made?

A potential use case would be that a user wanted to set all tasks marked too hard back to created. Currently there is no way to do that without going into the API. Perhaps there's a better way to approach this use case though. Ideas?

mgcuthbert commented 6 years ago

For that particular use case, maybe just allow user to select multiple tasks and then set the status for all selected tasks to "created" or some other value.

mvexel commented 6 years ago

That works too!

On Apr 23, 2018, at 3:52 PM, Michael Cuthbert notifications@github.com wrote:

For that particular use case, maybe just allow user to select multiple tasks and then set the status for all selected tasks to "created" or some other value.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

mvexel commented 6 years ago

Renaming this to reflect @mgcuthbert suggestion.

nrotstan commented 6 years ago

This requires the backend to begin allowing challenge owners to set task status to any desired status, rather than enforcing the usual progression rules. maproulette/maproulette2#427 will allow that.