It would be great for security purposes to be able to hide a community's address from public view.
We could add an 'address hidden' field to the model, then not return an address property with the community through the API. We could still keep an address internally, and still show the pin on the map, but the potential member wouldn't have access to it until it was explicitly given to them by one of the leaders.
We should also, in this case, obfuscate the location of the latitude/longitude by a few blocks, randomly, through the API. We would use one of the original coordinates as the random seed, so the random 'jitter' in the coordinates is always the same for that particular community.
It would be great for security purposes to be able to hide a community's address from public view.
We could add an 'address hidden' field to the model, then not return an address property with the community through the API. We could still keep an address internally, and still show the pin on the map, but the potential member wouldn't have access to it until it was explicitly given to them by one of the leaders.
We should also, in this case, obfuscate the location of the latitude/longitude by a few blocks, randomly, through the API. We would use one of the original coordinates as the random seed, so the random 'jitter' in the coordinates is always the same for that particular community.