Integration Status Screen
Component Detail
User Interface
medium complexity
mobilefrontend
0
Dependencies
0
Dependents
2
Entities
0
Integrations
Description
Displays the current sync status for all configured accounting integrations per organization. Shows last sync time, pending records, error counts, and allows manual trigger of sync operations for coordinators and admins.
integration-status-screen
Responsibilities
- Display per-organization integration status and health indicators
- Show sync history with timestamps and record counts
- Provide manual sync trigger controls for authorized users
- Surface error messages and retry prompts for failed sync attempts
- Indicate which connector is active per organization via feature flags
Interfaces
renderSyncStatus(organizationId)
displaySyncHistory(logs)
triggerManualSync()
showErrorDetails(errorLog)
displayPendingQueue(count)
refreshStatus()
renderConnectorBadge(connectorType)
Related Data Entities (2)
Data entities managed by this component