GoodDollar / GoodProtocolUI

UI for the GoodProtocol smart contracts
https://good-swap.vercel.app
GNU General Public License v3.0
7 stars 12 forks source link

[GoodID] location certificate #523

Open sirpy opened 5 months ago

sirpy commented 5 months ago

Add an api endpoint to issue location certificate inputs:

Create a method to issue location certificate

johnsmith-gooddollar commented 5 months ago

External services required

johnsmith-gooddollar commented 5 months ago
  1. we're already using an external API to get country from IP address - won't change
  2. for reverse geo coding I suggest to use https://nominatim.openstreetmap.org/reverse?format=jsonv2&lat=-34.44076&lon=-58.70521 It's free and open, does not requires You to create any account
patpedrosa commented 4 months ago

@johnsmith-gooddollar In the case where gps+ip AND verified mobile differ, which one takes precedence?

johnsmith-gooddollar commented 4 months ago

@johnsmith-gooddollar In the case where gps+ip AND verified mobile differ, which one takes precedence?

@patpedrosa data from the phone. actually if user have verified mobile, we don't even check gps and IP

decentralauren commented 3 months ago

@L03TJ3 why is this on hold?

L03TJ3 commented 3 months ago

@decentralauren That was requested by @vldkhh when we have items moving up from technical-review but are not really 'qa-able' yet

vldkhh commented 1 week ago

verified on storybook