• Mahmoud Aglan's avatar
    feat(dashboard): role-aware dashboards + super-admin command center · f46e7a77
    Mahmoud Aglan authored
    Every user previously saw the same dashboard: DashboardDataService::getData()
    returned one fixed payload with no reference to the current employee. A cashier
    got membership stats they could not act on; an HR manager got revenue instead of
    headcount.
    
    Each role now gets a curated dashboard. Role presets pick the layout, permissions
    gate every widget (mirroring MenuRegistry::getVisible), and multi-role users get
    the deduped union of their presets. Super admin gets a 5-KPI, 16-widget command
    center across six sections.
    
    Wires up WidgetRegistry, which existed fully written but was used by nothing.
    
    144 widgets, all SQL executed and verified against the live schema — 46 were
    corrected during verification, including a month-to-date figure compared against
    a full prior month (a fake collapse every month), spouse counts missing their
    status filter, and receivables that included debt owed by archived deceased
    members.
    
    Only the headline plus first six widgets query on load; the rest hydrate through
    GET /dashboard/widget/{key}, which re-checks permission server-side and renders
    via the same partial as the eager path. Employees with no mapped role fall back
    to the previous shared dashboard, preserved verbatim.
    
    Also loads Chart.js, which PlayerAffairs has always called behind a
    `typeof Chart !== 'undefined'` guard while the library was loaded nowhere —
    those evaluation charts were silently dead and now render.
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    f46e7a77
Name
Last commit
Last update
..
assets Loading commit data...
storage/uploads/violations Loading commit data...
.htaccess Loading commit data...
index.php Loading commit data...