1. 16 Aug, 2026 3 commits
  2. 12 Aug, 2026 16 commits
  3. 11 Aug, 2026 12 commits
  4. 10 Aug, 2026 1 commit
    • Mahmoud Aglan's avatar
      feat(members): show subscription status, transfer details, and overdue amounts · 28433036
      Mahmoud Aglan authored
      1. Subscription badge: shows if active (paid), overdue, or awaiting renewal
      2. Overdue table: lists all unpaid subscriptions with amounts needed to renew
      3. Transfer origin card: shows who transferred, when, and actual amount paid
      4. Financial summary: shows actual paid amount (not original membership_value) for transferred members
      5. Payment history link for deceased member (accessible from transferee's page)
      6. Redirect /members/{id} to archive page if member is archived
      Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
      28433036
  5. 09 Aug, 2026 5 commits
  6. 08 Aug, 2026 3 commits
    • Mahmoud Aglan's avatar
      feat(swimming): add pool reservation wizard — lane rentals & session cards · 3bea96d1
      Mahmoud Aglan authored
      Creates a complete reservation system for freelance coaches and individuals
      booking pool lanes or session cards. Includes:
      - 3-step wizard (booker info → package selection → confirmation)
      - Overflow handling when participant count exceeds lane capacity
      - Reservations create real sa_groups records for Mirror grid integration
      - Session tracking (used/remaining) with manual + automatic decrement
      - Payment request integration with cashier module
      - List view with search/filter and detail view with progress tracker
      
      New tables: sa_pool_reservations, sa_groups.source_type/pool_reservation_id
      New programs: SWIM-LANE-RENTAL, SWIM-CARDS (program_type='rental')
      Updated pricing in sa_academy_pricing for lanes and cards
      Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
      3bea96d1
    • Mahmoud Aglan's avatar
      fix(sports): redesign assessment wizard — programs as expandable list with... · d2162963
      Mahmoud Aglan authored
      fix(sports): redesign assessment wizard — programs as expandable list with inline groups & centered modal
      
      - Programs display as vertical list items with chevron toggle
      - Clicking a program expands its groups panel directly beneath it
      - Group creation opens a centered modal popup instead of inline section
      - Fixed GroupQuickCreateApiController to return full group data (fees, coach, discipline)
      - Groups render with progress bars and proper fee display after creation
      Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
      d2162963
    • Mahmoud Aglan's avatar
      feat(sports): redesign classification page — program-first flow with inline group creation · e695c32c
      Mahmoud Aglan authored
      - Classification now shows: Discipline tabs → Program cards → Groups
      - Each group card shows progress bar (capacity %), coach, price, remaining slots
      - "Add Group" button creates a new group inline via API without leaving the page
      - New API: POST /api/sa/groups/quick-create for inline group creation
      - Controller now passes programs data to the view
      Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
      e695c32c