-
Notifications
You must be signed in to change notification settings - Fork 148
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 portfolio #1012
Comments
Hi @Marchand-Nicolas |
@Marchand-Nicolas |
I would love to do this, sir. ETA 3 days. |
Can I tackle this issue |
Hi, I'm Mai, a developer with several years of experience. I appreciate the opportunity to contribute to this project. |
Hello, I'm Wheval an experienced frontend Developer and Opensource Contributor. I would love toe work on this, I would use the network tab to investigate the issue, then fix it properly. I would ensure the error is fixed before making a PR. ETA is 1 day. |
I'd be happy to do this. |
Hello everyone, I am a Frontend developer. I have studied the requirements and would love to take this issue as my first, I would love to work on this issue, as a new contributor. Thank you so much My ETA is 8 hours. Really Excited |
i would like to take this issue ETA : 1 day |
Hello everyone, greetings and salutations, I'm a New contributor and I would really love to contribute to this project, I'd like to take this issue only because I know and I am truly more than capable enough. The problem the app is facing is a portfolio loading issue due to recent changes in the portfolio API. This affects app/[addressOrDomain]/page.tsx (around line 768) and services/argentPortfolioService.ts. My action Plan would be to;
My goal would be to resolve the loading issue while ensuring the app correctly integrates with the updated portfolio API, maintaining smooth and accurate data display. DaPrice1 |
Can I attempt this issue? |
I'd love to work on this! |
May I be assigned to this? |
I'm Pablo Madrigal.I'm a Fullstack Developer with more than 5 years of experience primarily on React and Node.js and now learning web3, I'm also part of Dojo Coding ⛩️ ProblemFix portfolio SolutionUpdate ETA: 2 daysSteps
|
Description 📹
Fix the portfolio loading issue in
app/[addressOrDomain]/page.tsx
andservices/argentPortfolioService.ts
due to changes in the portfolio API. Test the functionality on the page/0x05f1f8de723d8117daa26ec24320d0eacabc53a3d642acb0880846486e73283a
, verifying the API calls in the network tab. Check how the new API works by checking the network tab of the console on https://portfolio.argent.xyz/overview/0x05f1f8de723d8117daa26ec24320d0eacabc53a3d642acb0880846486e73283a.The portfiolio code is in
app/[addressOrDomain]/page.tsx
around line 768Proposed Actions 🛠️
Here’s a checklist of actions to follow for resolving this issue:
Fork and Create Branch:
Fork the repository and create a new branch using the issue number:
Implement Changes:
app/[addressOrDomain]/page.tsx
to handle the updated API response structure.services/argentPortfolioService.ts
to reflect the new API endpoints and adapt the functions (fetchTokens
,fetchUserTokens
,fetchUserDapps
, etc.) accordingly.https://portfolio.argent.xyz/overview/...
to ensure accuracy.Run Tests and Commit Changes:
Make sure your changes don't break existing functionality and commit with a clear message:
git commit -m "Fix: Portfolio API update for Argent portfolio loading"
Required 📋
To keep our workflow smooth, please make sure you follow these guidelines:
Thank you for your contribution 🙏
The text was updated successfully, but these errors were encountered: