Closed NoJuanNobody closed 9 months ago
upon further inspection of the google apis available, it was determined that the geocoding api fully supports the necessary functionality needed for the app on the server side. the Geocode api has the ability to accept coordinates and convert them to the closest known address and vice versa (reverse geocoding). while we will need to include some functionality for autocompleting addresses when a supervisor puts them in, this can be handled as a later ticket
user story
As a home aid health worker I want the ability to log in while I am at a certain distance to the desired address
Description detail
we will need the verification address api and the distance api to allow users to log in at a desired address this calculation will involve the geocoding api to convert an address to location coordinates.