Skip to content
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

Save cache data in local storage. #80

Closed
AugustoL opened this issue Aug 11, 2021 · 1 comment
Closed

Save cache data in local storage. #80

AugustoL opened this issue Aug 11, 2021 · 1 comment
Assignees
Labels
Good First Issue Good for newcomers

Comments

@AugustoL
Copy link
Member

Each time the dapp loads it gtes the data from the cache block to the last block in the network to update the dao cache to the latest block.

Save the data fetched in the local storage, this way the data for the dapp would be dxvote cache + localstorage cache + latest data.

Importat: Dont save the data of the dapp in the cache, it is already available in the dapp, the goal here is to reduce the loading time if you enter to the app often.

@AugustoL AugustoL added the Good First Issue Good for newcomers label Aug 20, 2021
@AugustoL AugustoL self-assigned this Sep 8, 2021
@rossneilson rossneilson self-assigned this Sep 14, 2021
@rossneilson rossneilson moved this from To do to In progress in DXvote - Additional features Sep 14, 2021
@AugustoL
Copy link
Member Author

Fixed! it improved a lot! thx @rossneilson

DXvote - Additional features automation moved this from In progress to Done Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Good for newcomers
Projects
No open projects
Development

No branches or pull requests

2 participants