diff --git a/MoneyMap/Pages/AICategorizePreview.cshtml b/MoneyMap/Pages/AICategorizePreview.cshtml new file mode 100644 index 0000000..df51991 --- /dev/null +++ b/MoneyMap/Pages/AICategorizePreview.cshtml @@ -0,0 +1,231 @@ +@page +@model MoneyMap.Pages.AICategorizePreviewModel +@{ + ViewData["Title"] = "AI Categorization Preview"; +} + +
Generate AI categorization suggestions for @Model.SelectedTransactionCount selected transaction(s). You can review and approve them before applying.
+ + + } + else + { +Generate AI categorization suggestions for uncategorized transactions. You can review and approve them before applying.
+ + + } ++ When checked, a category mapping rule will be created using the proposed pattern. + Future transactions matching this pattern will be automatically categorized. +
+