maproulette / maproulette/maproulette-frontend
Enable Rapid's 'MapRoulette tasks' option url option
@jake-low is already working on this.
Since Jan 23, 2025.
- Dominant language
- JavaScript
- Stars
- 167
- Forks
- 39
- Avg merge
- 16h 34m
- Merged PRs (30d)
- 11
Description
OK, here is what I'm looking for... Rapid has new functionality that allows a user to enter the challenge ID for a MapRoulette challenge to see other tasks in the area. What I would like MapRoulette to do when I click on "Edit in Rapid" for a specific task is to add the options to enable that "mapRoulette Tasks" option and add the challenge ID that we are coming from. So what this would do is it would make it possible for a user that is coming from MapRoulette to Rapid to see all the other MpaRoulette tasks for that challenge in the area. The user could fix them while they are here before going back to MapRoulette to get the next random task.
To do this it would be very easy. When clicking on the "edit in Rapid" button just add the following test to the rapid URL
&maproulette=<challenge id>
where the is the challenge that I am currently working on. I believe that you already add the &id= option to the URL so it should be an easy slam dunk. All this would do is enable Rapid to show other tasks in this challenge. The user doesn't have to actually fix any other if there are any, but it would be just nice to see if others are in the area.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.