Remove hardcoding of upcoming integrations from client codebase #40047
Labels
Integrations Pod General
Issues related to the Integrations Pod that don't fit into other tags.
Integrations Pod
Integrations Product
Issues related to a specific integration
Query Widgets & IDE Pod
All issues related to Query, JS, Eval, Widgets & IDE
Task
A simple Todo
Milestone
Currently, the upcoming integrations and premium integrations are hardcoded in the client codebase to the first 4 integrations (Zendesk, salesforce, Slack, jira).
To make this scalable and also available to the users who are on an older AppSmith version we want these integrations to come from a config API driven, which is cloud services controlled, so in the cloud in the client codebase, we need to update this hardcoded logic to an API that the backend would provide.
Ref codebase:
appsmith/app/client/src/pages/Editor/IntegrationEditor/PremiumDatasources/Constants.ts
Line 9 in 1c17f35
The text was updated successfully, but these errors were encountered: