From 5cc8b762708c927972504bbe95cff3b90dabf703 Mon Sep 17 00:00:00 2001 From: McElwain Date: Sat, 18 Apr 2026 16:05:14 -0500 Subject: [PATCH] feat: document-level review flags + training exports + UI export buttons - added DocumentReviewState model (approved/excluded/reviewed) - wired review flags into document detail UI - added document training JSONL export - added line item training JSONL export - filtered exports based on review state - added export buttons to documents list page - removed redundant success messaging in UI --- app/templates/documents/list.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/templates/documents/list.html b/app/templates/documents/list.html index 1240b6f..04b9e93 100644 --- a/app/templates/documents/list.html +++ b/app/templates/documents/list.html @@ -16,6 +16,11 @@

Browse all documents or refine with advanced search.

+
+ Export document training + Export line item training +
+