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 has registered, but they have not added merchant account details yet. The sidebar should show the Set Up Wizard with the number of steps left. When the creditor opens it, the wizard should point them to the missing setup item. After ABC Collections completes the merchant account step, the remaining step count should go down. When all required setup is complete, the Set Up Wizard should no longer appear as an unfinished item.Visual Flow
How It Should Work
- It should show only when setup steps are still pending.
- It should guide the creditor through the missing setup items.
- The sidebar should show how many setup steps are still left.
- Once all required steps are complete, the wizard should no longer appear as a pending item.
How It Should Not Work
- It should not stay visible as incomplete after all required setup is done.
- It should not allow a creditor to skip required setup when that setup is needed for portal features.
- It should not show setup steps that do not apply to the creditor account.
Developer Notes
- The wizard appears only while required creditor setup steps remain.
- Any setup-dependent feature should respect the remaining-step count before allowing normal portal activity.
Related App Areas
app/Services/SetupWizardService.phpapp/Livewire/Creditor/SetupWizardPage.php