Member Sync Status Widget
Component Detail
User Interface
medium complexity
frontendmobile
0
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Admin UI widget that displays the health and status of member system synchronization per organization. Shows last sync timestamp, error counts, and sync progress indicators for both Cornerstone and Consio integrations.
member-sync-status-widget
Responsibilities
- Display last sync time and status per organization
- Show error counts and failure details
- Provide manual sync trigger for administrators
- Render sync progress during active sync operations
Interfaces
renderSyncStatus(organizationId)
showLastSyncTime(system, timestamp)
displayErrorCount(system, count)
triggerManualSync(system)
showSyncProgress(percentage)
refreshStatus()