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
This commit is contained in:
parent
57400ab9db
commit
5cc8b76270
|
|
@ -16,6 +16,11 @@
|
||||||
<p class="page-subtitle">Browse all documents or refine with advanced search.</p>
|
<p class="page-subtitle">Browse all documents or refine with advanced search.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="display:flex; gap:0.6rem; flex-wrap:wrap; margin:0.75rem 0;">
|
||||||
|
<a class="button-link" href="/documents/export/training.jsonl">Export document training</a>
|
||||||
|
<a class="button-link" href="/documents/export/training.jsonl?type=line_items">Export line item training</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="right-pane-tabs">
|
<div class="right-pane-tabs">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue