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 appears in a consumer notice, but it is not an active creditor member yet. Maya opens Manage Creditors, finds the ABC profile, checks its pending notice response counts, edits profile details, adds up to three contacts, and sends an outreach email to the correct contact. If ABC later becomes an active verified creditor company, the profile should be protected from edits that could break the linked company record.Visual Flow
View And Edit Actions
| Action Or Route | Expected Behavior |
|---|---|
| Creditor profile view | Shows company name, profile status, contact details, address, and related notice responses. |
| Active company view | Shows protected active-company information and related notice responses without allowing unsafe profile edits. |
| Edit creditor profile | Allows editing company details only when the profile is not protected by an active company. |
| Add/Edit contact | Supports up to three contacts with first name, last name, email, and phone. |
| Send contact email | Sends an outreach email to the selected contact after subject and body are provided. |
| Export notice responses | Downloads notice responses connected to that creditor profile or company. |
| Delete profile | Allowed only for non-active/non-created creditor profile rows. |
Profile Status Badges
Manage Creditors displays abbreviated profile status badges. These same sender classifications are reused by notice-response rows and exports.| Badge | Full Label | Meaning |
|---|---|---|
AM | Active Member | Active company row, or creditor profile linked to an active company. |
PM | Pending Member | Non-active company row, or creditor profile linked to a non-active company. |
YP | YouNegotiate Prospect | Creditor profile created or owned by an EcoMail Hub user and not linked to a company. |
CP | Consumer Prospect | Creditor profile created from a consumer notice response and not linked to a company. |
How It Should Work
- It should list creditor profiles and active creditor companies in one operational view.
- It should show pending, added, and returned notice-response counts for profile work.
- It should allow edits only when the profile is not protected by an active verified company.
- It should allow up to three contacts per creditor profile.
- It should keep profile status badge sorting aligned with the old app order: active members, pending members, YouNegotiate prospects, then consumer prospects.
How It Should Not Work
- It should not delete active or created creditor profiles tied to active verified companies.
- It should not allow more than three contacts on one profile.
- It should not send profile outreach email without a subject and body.
Developer Notes
- Active company protection depends on company status and verified TIN state.
- Profile search includes company name, phone, address, city, and URL.
- Profile status is resolved in the creditor profile service and rendered through the shared profile-status badge component.
Related App Areas
app/Livewire/ConsumerResponseManager/ManageCreditorProfiles/ListPage.phpapp/Livewire/ConsumerResponseManager/ManageCreditorProfiles/ViewPage.phpapp/Livewire/ConsumerResponseManager/ManageCreditorProfiles/CompanyViewPage.phpapp/Livewire/ConsumerResponseManager/ManageCreditorProfiles/EditPage.phpapp/Livewire/ConsumerResponseManager/ManageCreditorProfiles/NoticeResponse.phpapp/Livewire/ConsumerResponseManager/ManageCreditorProfiles/CompanyNoticeResponse.phpapp/Livewire/ConsumerResponseManager/Forms/CreditorProfileForm.phpapp/Livewire/ConsumerResponseManager/Forms/CreditorProfileContactForm.phpapp/Services/ConsumerResponseManager/CreditorProfileService.phpresources/views/components/consumer-response-manager/profile-status-badge.blade.php

