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

Token Info Optimization and API Replacement #576

Closed
waelhanfi04 opened this issue Sep 28, 2023 · 0 comments · Fixed by #575 or SaTT-Wallet/Backend#348
Closed

Token Info Optimization and API Replacement #576

waelhanfi04 opened this issue Sep 28, 2023 · 0 comments · Fixed by #575 or SaTT-Wallet/Backend#348
Assignees

Comments

@waelhanfi04
Copy link
Contributor

Summary:
The current implementation of the page token feature in the application needs optimization to improve speed and efficiency. Additionally, there is a requirement to replace the CoinGecko API with the CoinMarketCap API to enhance data reliability and avoid making multiple API calls unnecessarily.

Details:

1. Page Token Optimization:

  • Problem: The current page token functionality is slow and not optimized, leading to poor user experience.
  • Solution: Optimize the page token mechanism to ensure faster and more efficient navigation within the application.

2. Replace CoinGecko API with CoinMarketCap API:

  • Problem: The application is currently using the CoinGecko API, which may not provide the desired level of data accuracy and reliability.
  • Solution: Replace the CoinGecko API with the CoinMarketCap API to obtain more accurate and reliable cryptocurrency data.

3. Minimize API Calls:

  • Problem: The application may be making multiple unnecessary API calls, which can consume resources and slow down the application.
  • Solution: Implement a mechanism to reduce redundant API calls and ensure that data is fetched efficiently.

Additional Information:

  • The optimization should focus on improving the performance of the page token feature, making it faster and more responsive for users.
  • Ensure that the transition from CoinGecko API to CoinMarketCap API is seamless and that all relevant data is correctly integrated.
  • Implement caching mechanisms or data storage to minimize API calls and reduce the load on external services.
  • Test the changes thoroughly to ensure they do not introduce any new issues or regressions in the application.
  • Consider implementing rate limiting or request throttling for API calls to prevent excessive usage.

Expected Outcome:
The optimized page token feature and the replacement of the CoinGecko API with the CoinMarketCap API should result in a faster, more reliable, and efficient application with reduced API usage.

@waelhanfi04 waelhanfi04 self-assigned this Sep 28, 2023
This was linked to pull requests Sep 28, 2023
@waelhanfi04 waelhanfi04 removed a link to a pull request Sep 28, 2023
@waelhanfi04 waelhanfi04 linked a pull request Sep 28, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant