Skip to content
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

Rest API - User - Geocoding #129

Closed
Code4SocialGood opened this issue Apr 17, 2017 · 0 comments
Closed

Rest API - User - Geocoding #129

Code4SocialGood opened this issue Apr 17, 2017 · 0 comments
Assignees

Comments

@Code4SocialGood
Copy link
Owner

  1. Add two columns in user table:
    latitude, longitude
    Please determine the data type
    The columns are nullable
  2. Add two fields in DTO for the above two columns. Latitude and Longitude will be returned to frontend through Rest API.
  3. When a user is created or updated, calculate the latitude and longitude, and update the record in the database.
  4. If latitude and longitude are not able to be determined (address, city, country, zip are all optional fields), they will be null in the database.
@Code4SocialGood Code4SocialGood added this to the Rest API - User milestone Apr 17, 2017
Code4SocialGood added a commit that referenced this issue Apr 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants