Open Issues Need Help
View All on GitHubAI Summary: Enhance the mobile user experience of the blotter trade view in the portfolio manager application by hiding the less relevant trade ID on smaller screens and displaying the full ticker name instead of just the ticker symbol. This involves modifying the frontend UI to conditionally render elements based on screen size and integrating with the existing reference data in the Redux store to fetch and display the full ticker names.
Application to value a portfolio of multiple asset classes (Supports SG and International markets), automatically compute dividends and fetch market prices from free data sources, and perform analytics with LLMs
AI Summary: Create a Dockerfile for the Go-based portfolio manager application, allowing users to mount a custom configuration YAML file. The Docker image should then be published to Docker Hub for easy user access and installation.
Application to value a portfolio of multiple asset classes (Supports SG and International markets), automatically compute dividends and fetch market prices from free data sources, and perform analytics with LLMs
AI Summary: Upgrade the frontend build tool Vite from version 5 to version 6 or later in the portfolio-manager application. This involves updating dependencies, addressing any breaking changes, and ensuring the frontend continues to function correctly.
Application to value a portfolio of multiple asset classes (Supports SG and International markets), automatically compute dividends and fetch market prices from free data sources, and perform analytics with LLMs