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

Jane takes a photo of the collection notice and uploads it. The portal should attach that image to her notice response so the creditor or operations team can review the source document.

Visual Flow

How It Should Work

  • It should allow the consumer to upload the notice document or image connected to the response.
  • It should validate type and size before storing the file.
  • It should keep the upload attached to the correct notice response.

How It Should Not Work

  • It should not accept unsafe file types or oversized uploads.
  • It should not attach the notice to another consumer or another response.
  • It should not force the consumer to restart the whole response after a failed upload.

Developer Notes

  • Notice uploads are evidence for the response flow.
  • File validation and storage behavior should remain explicit and testable.
  • app/Livewire/Consumer/NoticeResponse/UploadNotice.php
  • app/Livewire/Consumer/Forms/NoticeResponse/UploadNoticeForm.php
  • resources/views/livewire/consumer/notice-response/upload-notice.blade.php
Last modified on May 25, 2026