-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Cache list of nearby places that need pictures #249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
As of now
|
(retracted)
|
Isn't it nice if Wikidata-based (somwehat old) results are available when you are going to shoot pictures in an area with very sparse network connectivity for an extended length of time? I admit that supporting this may be something more than a cache, something significantly more complicated than storing a single master CSV of wiki-needs-pictures, though. An alternative approach may be to allow the user to save a list of "to shoot" places from a map view (which is not implemented yet). |
I used to think that we should not cache Wikidata, as it only takes a fraction of a megabyte, and is real-time info. Indeed using WikiShootMe I really appreciate being able to see a point disappear from the map immediately after uploading a picture. I only leave the area when there is no point left on the map. But now I changed my mind because:
|
@nicolas-raoul As I commented here: We can use |
Cool! :-) |
Yes, the cache control header can be set for any request. Setting it to null would make it not use cache. |
Reformulated as #5664 |
The list of nearby places that need pictures that was implemented in #73 does not explicitly cache the downloaded file that is used as the data source. AFAIK the data is stored temporarily (so if a user goes back to the main screen and then wants to load the list again, it will be very fast this time), but once the app has been closed it needs to be re-downloaded.
The text was updated successfully, but these errors were encountered: