WSDOT / wsdot-android-app

Source code for the WSDOT Android application
GNU General Public License v3.0
19 stars 12 forks source link

Cameras not updated when new cameras added to feed #89

Closed loganSims closed 8 years ago

loganSims commented 8 years ago

Need to look into how cameras get updated in the app.

waynedyck commented 8 years ago

I'm fairly sure cameras are cached within the app for a week at a time. If a new camera gets added to the database a user potentially won't see it in the app for a week at most. The camera JSON feed is updated once a day in the morning I think.

loganSims commented 8 years ago

That seems like a reasonable update cycle. I image cameras aren't added that often. We had a user email asking why cameras weren't on the map. I noticed they weren't on the nexus as well. Clearing the app data pulled them in just fine.

loganSims commented 8 years ago

I think there needs to be a way for users to refresh cameras themselves. This way when users notice new cameras online that aren't in the app they can pull them in without clearing app data and loosing favorites.

loganSims commented 8 years ago

This has been moved into issue #98.