3 Open Issues Need Help Last updated: Sep 4, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 2/5
enhancement good first issue

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.

Complexity: 2/5
enhancement good first issue

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.

Complexity: 3/5
enhancement good first issue