Add user location configuration #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The user location should be configurable via JavaScript geolocation APIs or manual user entry, for cases when the IP-based lookup doesn't work well enough.
Storing latitude and longitude in a cookie would be sufficient, similar to the temperature units cookie. This would give the user more control of their location data than storing in the database.