pickle-finance / pickle-ui

UI to interact with the PICKLE protocol
https://app.pickle.finance
51 stars 51 forks source link

Investigate storing cached version of user model in local storage #434

Closed bcstryker closed 2 years ago

bcstryker commented 2 years ago

We discussed some different approaches and I believe we landed on having the compute done client side for initial fetch of user data model and then storing that fetched data in a client side local store. This cached user model data should be served on page load if it is available and then an update of the user model should be completed in the background and the page should update with the new info once it is acquired.