maproulette-backend icon indicating copy to clipboard operation
maproulette-backend copied to clipboard

MapRoulette back-end / API

Results 110 maproulette-backend issues
Sort by recently updated
recently updated
newest added

Staging was running the scheduled task 'Sending Count Notification Daily Emails' and it failed. This is because staging, and local dev, is not configured to use an email provider to...

Related Frontend: https://github.com/maproulette/maproulette3/pull/2382 Resolves: https://github.com/maproulette/maproulette3/issues/2373 & https://github.com/maproulette/maproulette3/issues/2350 This PR adds support for a new column in the challenges table called is_global. The challenges.is_global column represents if a challenge is classified...

The ` PUT /tasks/box/:left/:bottom/:right/:top ` endpoint has some unneeded complexity when fetching for task markers. The reason why that endpoint was so complex is because it is also used to...

Both the /taskCluster endpoint and the /tasks/box/:left/:bottom/:right/:top endpoint should return the same tasks (the format of the data should be different, but the tasks themselves should be the same and...

There is a very old artifact being used and it needs to be updated. The build failed, and while it works for now, it's not great to use such old...

The instruction column in the admin task list is empty in my challenge, but the tasks have instructions, I can see them when downloading tasks in the API.

admin
quick-fix

This PR re-enables project and challenge leaderboards by isolating their services into dedicated api endpoints. The following has been added: -Top user leaderboard for Challenges -Top user leaderboard for Projects...

Resolves: https://github.com/maproulette/maproulette3/issues/2415

See maproulette/maproulette3#2458.

In the JSON response for the API call **/api/v2/challenge/{id}** the keys *.tasksRemaining* and *.completionPercentage* sometimes show slightly wrong values. The correct values can be seen in the challenge web page...