OpenBazaar / OpenBazaar-Client

(DEPRECATED) Front-end Electron application for talking with the OpenBazaar-Server daemon
MIT License
414 stars 177 forks source link

Automatic Cross-Verification of Authentic Physical Addresses #1872

Closed Apocalypse612 closed 6 years ago

Apocalypse612 commented 6 years ago

This suggestion request relates directly to how the OpenBazaar client handles physical address additions. This is related to the address book section of the client.

Operating System (OS and version): Windows 10 Pro OpenBazaar version (shown on About OpenBazaar page in menu): Hardware: client 2.0.22, server 0.10.1

Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce): Always.

The address book needs the ability to cross-reference and check an external source/database that will automatically compare and verify authentic physical mailing addresses. With the current format, you can input any address and the client will pick it up as valid. This should not be acceptable as it will only cause problems for the opposite end of the spectrum buyer or seller.

If a similar address exists to the one that was input, then a suggestion should appear with the valid address and give the user an option to change it.

If the address does not exist from the linked source/database, an error should pop up informing the user.

Benefits This should be implemented for the following reasons:

jjeffryes commented 6 years ago

Thanks for the suggestion. We've considered something like this in the past, and had Google Maps integration for addresses in v1 (this is the v1 repo, BTW, openbazaar-desktop is the v2 repo, which we know is confusing).

The feedback we've gotten is address verification is a significant privacy concern for many users. We haven't found a good way to do it that doesn't require integration with an outside API.

This is still on our radar, if we can find a method of address verification that doesn't cause privacy issues we'll integrate it in the future.