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

I am on `/ui/admin/list/project` and click on "Options -> View Challenge Metrics". URL is now `/ui/metrics/-1?projects=379` and there are no metrics to be seen. Number of challenges is 0, some...

BACKLOG
admin
confirmed

Can I delete all taks from a challenge?

BACKLOG
feature
admin
quick-fix

Posting the JSON below to `/api/v2/tasks` silently fails with `WARN - Invalid json for type: {"obj.location":[{"msg":["error.expected.jsstring"],"args":[]}]}` on the console. ``` json [ { "name": "ExampleTask", "identifier": "Custom_Identifier", "parent": 2, "instruction":...

BACKLOG

We should populate the help item.

feature

For example, say we had a GeoJSON file of all the bus stops in an area, already with tags such as route, location, operator, shelter yes/no, etc. It'd be nice...

BACKLOG
feature
needs-discussion

Creating this ticket to track some ideas for a future onboarding flow. ## Email Upon first log in > Welcome to MapRoulette! > > Here are some of the popular...

BACKLOG
needs-discussion

It would be super nice to have a JOSM plugin that shows MR tasks in a more structured way. Basic functionality I see: - Choose from a list of projects...

BACKLOG
needs-discussion

Right now Surveys are the least used / tested part of the system. We haven't really decided how to handle the results and how to have the Survey challenge owner...

BACKLOG
needs-discussion

The batch task creation method fails from time to time with the following message: {"status":"KO","message":"ERROR: Unexpected end of string",responseCode:500}. Test json file: [example.txt](https://github.com/maproulette/maproulette2/files/315803/example.txt)

BACKLOG

If the user supplies an invalid integer value for the difficulty level at challenge creation or update the default value is not set for this field. Request JSON: ``` {...

BACKLOG