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

A platform operator creates a new membership plan, edits pricing, and reviews plan details. The portal should protect active creditor subscriptions from accidental pricing or limit changes.

Visual Flow

How It Should Work

  • It should let Superadmin users create, edit, and review membership plans.
  • It should make price, limits, renewal, and active subscription impact clear.
  • It should keep failed or cancelled membership handling separate from normal plan setup.

How It Should Not Work

  • It should not silently change active creditor billing terms without a clear rule.
  • It should not allow invalid pricing, limits, or renewal settings.
  • It should not confuse membership plan configuration with a single creditor subscription record.

Developer Notes

  • Membership plan setup feeds creditor registration, renewal, failed renewal, and over-limit billing behavior.
  • Changes should be reviewed with billing background jobs in mind.
  • app/Livewire/SuperAdmin/Memberships/CreatePage.php
  • app/Livewire/SuperAdmin/Memberships/EditPage.php
  • app/Livewire/SuperAdmin/Memberships/ShowPage.php
  • app/Livewire/SuperAdmin/Forms/MembershipForm.php
Last modified on May 25, 2026