The Admin Dashboard is accessible exclusively to users with theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/MauroTalamantes/Evolucion-Patrimonial-Plataforma-Plan-B/llms.txt
Use this file to discover all available pages before exploring further.
ADMIN role. Unlike the standard auditor workbench — which scopes data to an individual auditor’s assigned revisions — the administrative view aggregates information across the entire platform, providing a single pane of glass for system health, risk exposure, data source status, and recent activity.
KPIs del sistema
Four key performance indicators are displayed at the top of the dashboard in a responsive card grid. Each card shows a label, a numeric value computed at render time from live data, and a color-coded icon.| Indicador | Description | Source |
|---|---|---|
| Total Revisiones | Count of all Revision records in the system, regardless of auditor or status. | mockRevisiones.length |
| Riesgos Críticos | Number of revisions whose nivelRiesgo is either ALTO or CRITICO. | Filtered from mockRevisiones |
| Fuentes Activas | Count of FuenteDatos records with estado === 'ACTIVA'. | Filtered from mockFuentes |
| Auditores Activos | Number of auditor accounts currently active in the system. | Static value (4) in the current MVP |
Tablas de resumen
Below the KPI cards, two summary tables are displayed side by side on wide screens and stacked on mobile.Últimas acciones (bitácora)
Displays the 5 most recent entries from the audit log (mockBitacora.slice(0, 5)).
| Column | Description |
|---|---|
| Usuario | Display name of the user who performed the action. |
| Acción | The action type concatenated with the module, formatted as {accion} en {modulo} (e.g., “Comparación Generada en Comparación”). |
| Resultado | A badge with variant success for EXITO or danger for ERROR. |
Estado de fuentes de datos
Shows all configured data sources and their current sync status.| Column | Description |
|---|---|
| Fuente | Name of the external API source (e.g., “SFP Declaranet Nacional”). |
| Estado | A badge with variant success for ACTIVA or danger for INACTIVA. |
| Últ. Sincronización | ISO timestamp of the last successful sync, rendered with toLocaleString(). |
This module is under active development. Advanced charts, per-auditor metrics, and executive reports will be added in future releases.
Related modules
Data sources
Add, edit, test, and toggle the external API endpoints used to fetch patrimonial declarations.
Audit log (Bitácora)
Browse the immutable record of every system action with user, module, entity, and result.