workforce-data-initiative / programs-registry

Machine readable, public directory of programs and services offered by eligible training providers
https://docs.brighthive.io
Apache License 2.0
1 stars 0 forks source link

Change latitude and longitude Location field type to decimal #18

Closed akebi closed 6 years ago

akebi commented 6 years ago

Current Location model captures latitude and longitude field types as Integer. Latitude and Longitude values are generally Decimal e.g 41.3281534, -6.5864219 so field type needs to be changed to the more real Decimal

akebi commented 6 years ago

merged on develop