• v0.2.0 9bca4b608a

    v0.2.0 — batch 837 export endpoint, ClaimCard suite, theme tokens

    tyler released this 2026-06-22 11:02:07 -06:00 | 329 commits to main since this release

    Highlights:

    • POST /api/batches/{id}/export-837 — regenerate per-claim X12 837
      files as a ZIP with HCPF-compliant names and unique control
      numbers per export.
    • parse-837 / parse-835 responses now expose server-side batch_id so
      the frontend can call batch-scoped endpoints without a separate
      listBatches round-trip.
    • New shared UI primitives: ClaimCard, ClaimCard837, ExportBar,
      TickerTape, DominantKpiCard, EditorialNote, and a charts/ set
      (BarChart, HBarChart, SegmentedBar, AgingBars).
    • New useBatchExport hook driving ExportBar.
    • ClaimDrawer, Lane, and Layout migrated to Tailwind theme tokens.
    • Upload, Inbox, Batches, BatchDiff, Reconciliation, and Acks pages
      refactored onto the new components and the new API surface.
    • Tests added for the new endpoint, the new hook, and the
      ClaimCard837 / ExportBar components.
    Downloads