Badget
Badget copied to clipboard
Dynamic Connector data
Summary
- As a user
- I want to see available Connectors in the related page
- So that I can see REAL dynamic data
We need the following TRPC-protected routes:
- listConnectorsWithConfig -> get all connectors with related config
- updateConnectorConfigById -> update the connector config based on id
- enableConnector -> enable connectorById
- disableConnector -> disable connectorById
In the Connectors page we should replace all of the mock data and actions with the above routes.
Acceptance Criteria
- User in the Connectors page see real Connectors
- He should be able to enable/disable them
- He should be able to update their configs
Also, here are a few points that need to be addressed:
- Think about the Authorization to do that