-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
Error message when selecting "More Mapping Needed" task #6578
Comments
https://tasks.hotosm.org/projects/18133/tasks?search=71 It looks like this issue is happening here too. Although the project is not 100% mapped. |
When stepping through https://tasks.mapwith.ai/projects/165/tasks?page=19 in the Firefox debugger:
{
"projectId": 165,
"percentMapped": 100,
"percentValidated": 1,
"percentBadImagery": 0,
}
if target == "mapped":
return int(
(self.tasks_mapped + self.tasks_validated)
/ (self.total_tasks - self.tasks_bad_imagery)
* 100
)
I suspect that one of the following is true:
EDIT: Total tasks look "good" based off of https://api-mwai-tasking-manager-production-tasks.mapwith.ai/api/v2/projects/165/contributions/queries/day/ ( |
hotosm#6578 has details Signed-off-by: Taylor Smock <[email protected]>
When a project is 100% mapped, and a task is marked as More Mapping Needed, when you select that task I get the following error message:
"No mapped tasks selected
It was not possible to lock selected tasks, as none of them are on the mapped status"
If a project IS NOT 100% mapped, and a task is marked as More Mapping Needed, I'm able to select that task and start mapping.
Examples
ERROR https://tasks.hotosm.org/projects/17204
NO ERROR https://tasks.hotosm.org/projects/14735
Mac Sonoma, Chrome 129.6
The text was updated successfully, but these errors were encountered: