GPlates / gplates-app

GPlates Mobile App
https://www.gplates.org
2 stars 0 forks source link

animation caching #147

Closed michaelchin closed 1 year ago

michaelchin commented 2 years ago

The cache is very important for animation. I have added three buttons to give users better control over cache. Several things to consider

  1. populate the cache in the background. Maybe even use a Web Worker? Pay attention to usage disruption and mobile data usage.
  2. inform users the size of cache(if possible) and allow user to purge selected cache entries
  3. allow users to populate selected cache entries manually
  4. confirm dialogs. allow users to change mind and cancel purge/populate cache.

This task is important and tricky. Could you please look into this? thanks @matthewmerkas

Screen Shot 2022-09-29 at 8 36 36 am
michaelchin commented 1 year ago

@matthew-merkas Have you started this one yet? If not, I would like to take this back. I have set up a new geoserver. It seems the speed with the new server is not that bad. maybe we should rethink this comprehensive caching thing.

matthew-merkas commented 1 year ago

Okay, sounds good. I hadn't started yet

michaelchin commented 1 year ago

done