-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Any time a record is updated/created and lat or lng is nil, we need to auto generate them. If possible, we should have some way to notate if they were auto generated or not. We could auto generate address from lat/lng.
This could be accomplished with either AR validations or JS based. I'd lean toward JS based because it would be easier to notate that they are approximate.