Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt

Use this file to discover all available pages before exploring further.

Real-World Example

ABC Collections uploaded a consumer file yesterday. Today, an employee wants to confirm whether all consumers were imported successfully. Import History should show the uploaded file, when it was processed, whether it completed, and whether any rows failed. If rows failed, the creditor should be able to understand that the import was not fully clean.

Visual Flow

How It Should Work

  • It should show previous uploads and their processing status.
  • It should help the creditor understand whether an import succeeded, failed, or partially completed.
  • It should provide access to error details when available.

How It Should Not Work

  • It should not show import files from another creditor.
  • It should not hide failed imports.
  • It should not mark an import complete before background processing is finished.

Developer Notes

  • Imports and reports can involve background work, so visible status should never claim completion before processing is done.
  • Partial failures should remain visible to the creditor instead of being treated as a clean success.
  • app/Livewire/Creditor/ImportConsumers
  • app/Livewire/Creditor/Reports
  • app/Jobs/ImportConsumersCoordinatorJob.php
  • app/Jobs/ProcessConsumerChunkJob.php
Last modified on May 25, 2026