We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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
The text was updated successfully, but these errors were encountered:
Thykof
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: