Admin Audit Log Screen
Component Detail
User Interface
medium complexity
frontendmobile
0
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Read-only screen presenting a chronological audit trail of all administrative actions performed within the organization scope. Displays actor, timestamp, action type, and affected entity for each audit event. Supports filtering by date range, action type, and actor.
admin-audit-log-screen
Responsibilities
- Display paginated audit log entries scoped to the organization
- Filter audit events by date range, action category, and actor
- Provide detail view for individual audit events
- Export audit log entries for compliance reporting
Interfaces
loadAuditLog(orgId, filters)
paginateEntries(page, pageSize)
filterByDateRange(startDate, endDate)
filterByActionType(actionType)
viewEntryDetail(entryId)
exportAuditLog(format, filters)