You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Still a inherent fear client based Calc can be abused, there will be people fucking up the reports if they can, any client side thing should be considered unsafe just in case
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.
The text was updated successfully, but these errors were encountered: