- Asset page now uses trading-service /asset/my endpoint - Profile page integrates auth-service /user/profile and contribution-service - Add new entities: AssetDisplay, PriceInfo, MarketOverview, TradingAccount - Add corresponding models with JSON parsing - Create asset_providers and profile_providers for state management - Update trading_providers with real API integration - Extend UserState and UserInfo with additional profile fields - Remove obsolete buy_shares and sell_shares use cases - Fix compilation errors in get_current_price and trading_page Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| asset_display.dart | ||
| contribution.dart | ||
| contribution_record.dart | ||
| global_state.dart | ||
| kline.dart | ||
| market_overview.dart | ||
| mining_record.dart | ||
| price_info.dart | ||
| share_account.dart | ||
| trade_order.dart | ||
| trading_account.dart | ||