Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource Fuzzing #347

Open
alan-fang opened this issue May 18, 2020 · 0 comments
Open

Resource Fuzzing #347

alan-fang opened this issue May 18, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request frontend

Comments

@alan-fang
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Many pins in the LAH map don't have a specific address assigned to them. Given how the MapQuest API geocodes these to a specific Lat-Long, this means that many pins on our map appear on the same location, and thus are indistinguishable. (An example of this would be multiple volunteers just entering "Chicago" as their location).

Describe the solution you'd like
Our solution is to "fuzz" these resource locations so that they no longer overlap each other. Client-side, we can add a small randomized offset to the Lat-Long coordinates so that they appear in the same area, but not the exact same location. Alternatively we can also randomize pins that do not have an address set upon creation.

Additional context
Add details, any other context or screenshots about the feature request here.

@alan-fang alan-fang added enhancement New feature or request frontend labels May 18, 2020
@Polarpi Polarpi self-assigned this May 21, 2020
@Polarpi Polarpi mentioned this issue May 28, 2020
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants