jamesET / does-world-tour-app

Mobile App for the patrons of Doe's Bentonville and the World Tour of Beer
MIT License
0 stars 0 forks source link

Location services #2

Open jamesET opened 8 years ago

jamesET commented 8 years ago

The app uses cordova to check location of the user to limit where drink check-in's may take place to Doe's Bentonville. The location-checking code was added directly to the beerlist controller and should be refactored out to it's own service.

jamesET commented 8 years ago

Since accessing location can take a while there should be a loading animation.

jamesET commented 8 years ago

The GPS should ideally be hit immediately on the first need to check if-at-Doe's. After that initial look the location should be cached for 30 minutes.