Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue proposes adding a new portfolio analysis feature that allows users to view their investments broken down by asset class (e.g., stocks, bonds, REITs). This enhancement aims to provide more detailed risk and return insights beyond the current country/region analysis. The implementation involves updating the UI for input, modifying state management, adding calculation logic, and visualizing the results.
AI Summary: The issue proposes enhancing real-time input validation for 'composition ratio' and 'target ratio' fields. Instead of disruptive `alert` messages, the system should provide immediate visual feedback, such as changing background colors or displaying error messages, when the sums deviate from 100%, both during input and upon calculation.
AI Summary: This issue proposes adding data export and import functionality to the portfolio application. Users will be able to export their current portfolio data as a JSON file for backup or migration, and then import a previously saved JSON file to restore the application's state. The implementation involves adding UI buttons, handling file I/O, converting data to/from JSON, saving to `localStorage`, and performing basic file format validation.