osmlab / maproulette

This is a very old version of MapRoulette. Find the current version at osmlab/maproulette3 and the backend at maproulette/maproulette2
http://maproulette.org/
Apache License 2.0
47 stars 27 forks source link

Metrics: Display actual completion or actual remaining work #376

Closed tuxayo closed 7 years ago

tuxayo commented 7 years ago

actual completion = (Fixed + False Positive + Already Fixed + Too hard to fix) /Number of Tasks

actual remaining work = (Available + Skipped) /Number of Tasks

Currently, when on a challenge metrics page, one have to calculate to get these values to know the challenge completion.

If a patch adding this would be accepted, I will try to implement this.

tuxayo commented 7 years ago

Oh sorry I opened the issue on the wrong repo, that's why it got closed right?

I transferred it on the correct repo: https://github.com/maproulette/maproulette2/issues/278

mvexel commented 7 years ago

Yes, thanks!