maproulette-backend
maproulette-backend copied to clipboard
MapRoulette back-end / API
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...
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":...
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...
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...
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...
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...
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)
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: ``` {...