feat: Add endpoint to search shelters by lat, lng and radius (meters)… #121
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Este PR cria um endpoint para buscar abrigos por latitude, longitude e raio em metros.
O propósito foi deixar o backend pronto para uma implementação do frontend por uma busca por localização do usuário e raio de busca escolhido.
Como os endereços existentes não possuem latitude e longitude, criei um script em python que lista todos os endereços sem latitude ou longitude, pega o 'address' e passa para API do Google Maps para trazer latitude e longitude e atualizar no banco de dados. Vale lembrar que esse script deve ser executando enquanto a implementação da latitude e longitude no ato do cadastro do abrigo ainda não estiver acontecendo (#87)