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 needs to move her next installment from Friday to Monday. If the plan allows it, the portal should reschedule the payment and update external calendar events so the old date is not still shown.Visual Flow
How It Should Work
- It should allow date changes only for eligible future transactions.
- It should preserve payment amount, account, and plan context.
- It should update external calendar events after the date changes.
How It Should Not Work
- It should not move past, successful, cancelled, or ineligible transactions.
- It should not create two active payments for the same installment.
- It should not leave the old calendar event active after a successful date change.
Developer Notes
- Date changes are handled by both My Account and Schedule Plan components.
- The old and new schedule transaction ids are used by calendar update jobs.
Related App Areas
app/Livewire/Consumer/MyAccount/ChangeFirstPayDate.phpapp/Livewire/Consumer/SchedulePlan/ChangeDate.phpapp/Jobs/UpdateCalendarEvents.php