From 2c1ccbed60fe1fb5cbff62be2d5cf5b7084f9e7b Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Tue, 21 Apr 2026 12:48:19 -0400 Subject: [PATCH] Fix FinOps recommendation severity sort order (#872) Sort recommendations by severity rank (High=1, Medium=2, Low=3) instead of alphabetically. Adds SeveritySort property to RecommendationRow and uses it as SortMemberPath for the Severity column. Display strings are unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) --- Lite/Controls/FinOpsTab.xaml | 2 +- Lite/Services/LocalDataService.FinOps.cs | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Lite/Controls/FinOpsTab.xaml b/Lite/Controls/FinOpsTab.xaml index ae2fc7e3..c841008a 100644 --- a/Lite/Controls/FinOpsTab.xaml +++ b/Lite/Controls/FinOpsTab.xaml @@ -82,7 +82,7 @@ AlternatingRowBackground="{DynamicResource DataGridAlternatingRowBrush}"> - +