Integration Settings Screen
Component Detail
User Interface
medium complexity
frontend
2
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Admin panel screen for configuring external system integrations per organization. Allows organization administrators to manage API keys, endpoint URLs, sync schedules, and enable or disable individual integrations such as HLF Dynamics, Xledger, Cornerstone, and Consio.
integration-settings-screen
Responsibilities
- Display list of available integrations with connection status
- Provide forms for API key, endpoint URL, and schedule configuration
- Show sync history and error logs per integration
- Enable or disable integrations per organization
Interfaces
renderIntegrationList(organizationId)
openIntegrationConfig(integrationId)
saveIntegrationSettings(settings)
testIntegrationConnection(integrationId)
toggleIntegrationEnabled(integrationId, enabled)
viewSyncHistory(integrationId)
clearIntegrationErrors(integrationId)
Relationships
Dependencies (2)
Components this component depends on