refactor: save current workspace state including FinlyticAnalyzer fixes, FinlyticApp trade route alignment, and DTO audit documentation

This commit is contained in:
2026-08-12 18:30:42 +02:00
parent a9553e9fbf
commit 3d8af3940b
163 changed files with 3421 additions and 1751 deletions
@@ -105,10 +105,10 @@ public class ManualAnalysisController : ControllerBase
},
TradeFeedback = new TradeFeedbackInfo
{
TotalAssetTrades = 12,
TotalAssetTrades = 0,
AssetWinRate = winRate,
AvgReturnPercent = 3.4,
LastTradeResult = "WIN"
AvgReturnPercent = 0.0,
LastTradeResult = "UNKNOWN"
}
};
@@ -120,6 +120,7 @@ public class ManualAnalysisController : ControllerBase
{
proposal = new TradeProposalDto
{
TradeId = "PROP-" + Guid.NewGuid().ToString("N"),
AnalysisId = analysisId,
EventId = analysisId,
Sector = request.Sector,