Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a Polygon API key to the application's preferences, storing it securely using `Microsoft.Maui.Storage.SecureStorage`. It requires converting the existing preference loading mechanism to be asynchronous, adding new async methods for updating the key, and ensuring proper error handling and integration with the `UserPreferences` observable.
AI Summary: This issue requests the creation of a new F# file, `Tickers.fs`, under `src/Core/UI/` to serve as the public API for Ticker-related operations for the UI layer. The first method to implement within this file is `Save TickerPrice`, which will receive a `Models.TickerPrice` record and persist it to the database using existing infrastructure, following project conventions for error handling and async operations.