Billing page #29

Closed
opened 2026-01-07 00:29:46 +01:00 by myrmidex · 0 comments
myrmidex commented 2026-01-07 00:29:46 +01:00 (Migrated from codeberg.org)

Description:

Add a billing/account page accessible from the user menu dropdown where users can view their subscription details and manage their plan.

Requirements:

  • New route /account or /billing (protected by auth + subscription middleware)
  • Add link in user dropdown menu (in app.blade.php)
  • Display:
    • Current plan (monthly/yearly)
    • Subscription status (active, canceled, past_due)
    • Next billing date or cancellation date (if canceled)
    • Payment method (last 4 digits of card)

Acceptance Criteria:

  • User can view their subscription details
## Description: Add a billing/account page accessible from the user menu dropdown where users can view their subscription details and manage their plan. ## Requirements: - New route /account or /billing (protected by auth + subscription middleware) - Add link in user dropdown menu (in app.blade.php) - Display: - Current plan (monthly/yearly) - Subscription status (active, canceled, past_due) - Next billing date or cancellation date (if canceled) - Payment method (last 4 digits of card) ## Acceptance Criteria: - User can view their subscription details
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dish-planner/app#29
No description provided.