You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backend for the Super Admin Dashboard's Engagement page (admin/super-admin only).
Scope: Phase A only — notification/resource engagement tables are explicitly out of scope until backend instrumentation exists.
Stat cards (row of 4): minor assessment adoption rate %, minor assessment completion rate %, retake conversion rate %, avg time to retake after gate clears
Chart 1: Retake Drop-off by Attempt Number (bar chart — candidates retaking after attempt 1/2/3), empty state "Not enough retake data yet."
Chart 2: Minor Assessment Uptake by Type (bar chart — Language variants | Specialisation deep dives | Soft skill assessments), track filter dropdown, empty state "No minor assessment data yet."
Gate with @Roles(UserRole.ADMIN) + @AdminTiers(AdminTier.SUPER_ADMIN, AdminTier.ADMIN).
Backend for the Super Admin Dashboard's Engagement page (admin/super-admin only).
Scope: Phase A only — notification/resource engagement tables are explicitly out of scope until backend instrumentation exists.
Gate with
@Roles(UserRole.ADMIN)+@AdminTiers(AdminTier.SUPER_ADMIN, AdminTier.ADMIN).