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

Improve the accuracy of Maps #1

Open
abdulhannanali opened this issue Sep 10, 2021 · 1 comment
Open

Improve the accuracy of Maps #1

abdulhannanali opened this issue Sep 10, 2021 · 1 comment
Assignees

Comments

@abdulhannanali
Copy link
Owner

abdulhannanali commented Sep 10, 2021

There are reported cases of Inaccurate maps. These need to be fixed, in order to reduce the chances of users being misguided.
Here are our options to fix the maps

  • Check all the maps one by one and resolve them to accurate maps.
  • Perform an automated check with string comparison and see if the user specified is closely matching or not, if not closely matching resolve to nearest city/district.

These are two proposals. The first one would guarantee less errors but there are low chance of human errors.

Second Approach

Considering the second approach would make it simpler for us to implement, however the edge cases could be frustrating and we might need to look for them.

The following edge cases are really troubling.

  • Center is in the same district as the result provided but they are not the same. This harms the trustworthiness of the data source.

This one case requires a hybrid approach, where a score is assigned to each VaccinationCentre for it's Google Api Response and if the score is low, we can personally take a look. This has a guarantee of providing us better results while enabling the Nearest Vaccination Centres use case that I have planned.

@abdulhannanali
Copy link
Owner Author

Currently, I don't have enough time for this and I will defer this usecase till next week.

@abdulhannanali abdulhannanali self-assigned this Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant