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

Fetch dollar price in the frontend from DUSA #958

Open
Thykof opened this issue Jun 6, 2024 · 0 comments
Open

Fetch dollar price in the frontend from DUSA #958

Thykof opened this issue Jun 6, 2024 · 0 comments
Assignees

Comments

@Thykof
Copy link
Contributor

Thykof commented Jun 6, 2024

Context
Describe / explain why we should do this: motivations, context or other info. Keep it brief and simple - PM

For now, we fetch the USD price of tokens with a CEX API in the backend:

  • loading perfomance issue: the page is slow to appear, we need to wait for the backend to respond
  • we can't have the price of community token that are not listed (PUR, POM...)

How to
List the step-by-step to get it do if needed - PM

Remove the golang code that fetch the dollar price and do this fetch in the frontend asynchronously

Technical details
Give the technical insights so anyone in the team can tackle the tasks - Dev

See Dusa docs https://docs.dusa.io to fetch the price in typescript.

QA testing
Does this task require some QA tests ?
If yes, explain how to validate it

no regression test, improve of the loading time of assets page

@Thykof Thykof self-assigned this Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant