-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
working api and clean and fix porfolio empty #96
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #96 +/- ##
=======================================
Coverage 71.09% 71.09%
=======================================
Files 5 5
Lines 595 595
=======================================
Hits 423 423
Misses 172 172 ☔ View full report in Codecov by Sentry. |
Summary
This pull request aims to address two main areas of concern:
Code Refactoring: The API code has been cleaned up to remove unused packages and streamline the configuration.
Portfolio Data: Fixed an issue where portfolio data was appearing empty.
Changes
Removed unused packages and import statements from api/app.py.
Updated requirements.txt to only include necessary dependencies.
Moved vercel.json to the root directory and updated its configuration.
Fixed the issue where portfolio data was appearing empty.
Testing
The API has been tested locally to ensure that all endpoints are functioning as expected, and the portfolio issue has been resolved.
Deployment
The vercel.json file has been updated to reflect changes in deployment settings.