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.
Related App Areas
app/Livewire/Consumer/NoticeResponse/UploadNotice.phpapp/Livewire/Consumer/Forms/NoticeResponse/UploadNoticeForm.phpresources/views/livewire/consumer/notice-response/upload-notice.blade.php