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 receives a collection notice and starts a response. Until the response is completed or converted into an account action, the My Accounts page should keep it visible under Notice Responses so Jane can return and finish.

Visual Flow

How It Should Work

  • It should surface notice response records that still matter to the consumer.
  • It should let the consumer continue the response from the right step when possible.
  • It should keep notice response counts and account status aligned.

How It Should Not Work

  • It should not lose a partially completed response after the consumer leaves the page.
  • It should not show another consumer notice image or sender details.
  • It should not keep completed responses as unresolved action items.

Developer Notes

  • This tab maps to notice_responses.
  • Notice response work spans StartNoticeResponseController and the Livewire step components.
  • app/Enums/ConsumerStatus.php
  • app/Http/Controllers/Consumer/StartNoticeResponseController.php
  • app/Livewire/Consumer/NoticeResponse/Index.php
  • app/Livewire/Consumer/MyAccount.php
Last modified on May 25, 2026