aaronpk / p3k

This is a repository for filing issues against the software the runs my website. The source code is not public, but various components are.
https://aaronparecki.com/
MIT License
14 stars 0 forks source link

Cache last known location #32

Closed aaronpk closed 10 years ago

aaronpk commented 10 years ago

Need to cache my last known location in a local file so that posts created when location data is not available do not get created in a default or GMT timezone.

This file should only be periodically updated. at first, on a schedule such as every 30 minutes.

Eventually this file should be updated when new location is received from my phone.

All parts of the system that call out to get my location should instead read from this file, assuming that the file is the current best location information.

aaronpk commented 10 years ago

Fixed!