Skip to content

Fast Review

Fast Review screen with dense DR rows, AI criteria icons, exclude controls, and approval action

Try it in the mockup: /admin/fast-review

Fast Review is for staff clearing routine disbursement requests that the AI believes are safe to auto-approve. It is intentionally faster than opening each DR detail page, but it still keeps a human reviewer in the loop.

  1. Staff scan a page of DR rows.
  2. Each row shows the case, DR number, agency, payee, amount, and AI criteria icons.
  3. Staff exclude any row they do not trust.
  4. The reviewer clicks Approve as SeedTrust to approve the remaining rows.
  5. Excluded rows return to the standard DR dashboard for normal review.

Fast Review uses eight criteria before a DR appears in the queue.

These should be true:

CriterionMeaning
Submitter is Case ManagerThe DR was raised by a verified case manager.
EA SignedThe escrow agreement is signed.
No DuplicatesThe system found no duplicate prior DR.
Approved PayeeThe payee is on the approved list.
Allowed TypeThe request type is allowed for auto-approval review.
Under LimitThe amount is below the configured threshold.

These should not be triggered:

CriterionMeaning
RedactedRedacted requests should not auto-approve.
IP Approval OnRequests requiring IP approval should not be silently approved.

Rows with failed positive criteria require staff attention. Rows with negative criteria are routed away from Fast Review.

Every row has an Exclude action. Excluding a row removes it from the batch approval count and keeps it available for standard DR review.

The button changes to Restore after exclusion, so staff can undo the exclusion before approving the batch.

The primary action approves the non-excluded rows on the current page as SeedTrust. The prototype uses an optimistic animation and an undo toast so reviewers can recover from a mis-click before the UI settles.

In production, this action must create durable audit history for:

  • Which DRs were included.
  • Which DRs were excluded.
  • Who approved the batch.
  • The AI criteria state at approval time.
  • Any undo or later reversal.

Fast Review includes a report modal for date-ranged review of approvals processed through this flow. The prototype opens the modal and demonstrates the controls; it does not generate a real file.

The rows, AI criteria, approval animation, report modal, and undo toast are prototype behavior only. Nothing is saved to a database, no ACH batch is created, and no production approval occurs.