jschwarz2030
jschwarz2030
Challenge statistics widgets all rely on the suite of nivo libraries, so I am upgrading them to the latest version and bringing in their core package as well. This is...
This feature adds an "Edit Selected" option to the project challengeListWidget, which directs user to add common tags to each of the challenges tallied.
Documentation reference: https://learn.maproulette.org/documentation/setting-external-task-identifiers/#content As an example, if a set of tasks each have a value of `{ "id": null }`, the system currently accepts this as a truthy value and...
When user submits a challenge in the "Show All Fields" view and clicks Finish, the validation step is skipped. Luckily the API sends an error due to backend validation, but...
We are currently on version 2 and need to upgrade to version 3, as well as upgrade all of the associated tailwind libraries. We should also remove the `mr-` prefix,...
example request ``` GET | https://staging.maproulette.org/api/v2/task/170921569/review/start?mapillary=false ``` returns an ambiguous 500 error ``` message | "SqlMappingError(No rows when expecting a single one)" ``` This could be refined into something easier...
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...