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 has three upcoming installment payments across two creditors. My Bill Pay Calendar should show those dates in one place and let Jane decide whether to connect Google or Microsoft Calendar for live updates.

Visual Flow

How It Should Work

  • It should show upcoming payments across the consumer account in calendar form.
  • It should let the consumer connect, reconnect, or use the portal calendar without external sync.
  • It should keep payment amount, creditor, and due-date context clear.

How It Should Not Work

  • It should not show another consumer payment schedule.
  • It should not claim external calendar sync is active when credentials or permissions are missing.
  • It should not show cancelled or deleted payments as active future events.

Developer Notes

  • This page is also the redirect target after Google or Microsoft calendar authorization.
  • Live-update preference controls whether background jobs keep external calendar events synced.
  • routes/consumer/index.php
  • app/Livewire/Consumer/UpcomingPayments.php
  • app/Http/Controllers/Consumer/GoogleCalendarController.php
  • app/Http/Controllers/Consumer/MicrosoftCalendarController.php
Last modified on May 25, 2026