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.
Related App Areas
app/Livewire/SuperAdmin/Memberships/CreatePage.phpapp/Livewire/SuperAdmin/Memberships/EditPage.phpapp/Livewire/SuperAdmin/Memberships/ShowPage.phpapp/Livewire/SuperAdmin/Forms/MembershipForm.php