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

Fix charts #95

Open
Uacias opened this issue Apr 17, 2024 · 1 comment
Open

Fix charts #95

Uacias opened this issue Apr 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@Uacias
Copy link
Collaborator

Uacias commented Apr 17, 2024

Investigate if there's a solution to minimize the number of requests to Moralis for chart data to enhance the performance of our application.

@Uacias Uacias added bug Something isn't working enhancement New feature or request labels Apr 17, 2024
@furmanp
Copy link
Contributor

furmanp commented Apr 21, 2024

What's been done so far:

  • moved the logic to fetch balance history from /dashboard routeLoader to addWallet action
  • push the balance history to the DB
  • on /dashboard init the balance history is fetched from DB instead of Moralis
  • entire balance history is fetched using single request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants