-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map node lang/late to country name #190
Comments
Issue Update: I don't think it is a good idea to rely on api or third party service, we may reach to another conflict later, i think we should maintain our database, and we can add it to geoip.grid.tf as a service |
Issue update: |
Blocked on threefoldtech/tfgrid-sdk-ts#3021 (comment) |
issue update: will catch the update event and update the location on graphql, |
Location details got updated on |
Map the country names in GraphQL:
on creating/updating node, GraphQL should use the longitude and latitude to set the country name using another service, so we will ignore the country and city fields from the chain and will overwrite it, and we can also add country code to manage regions in gridproxy
Originally posted by @0oM4R in threefoldtech/tfgrid-sdk-ts#3021 (comment)
we should use third party package to determine the country code then map it to the county table and update node location with the new values
The text was updated successfully, but these errors were encountered: