[FEATURE]Integration registry - loading and filtering #1441
Labels
design
documentation
Improvements or additions to documentation
enhancement
New feature or request
integration
Integration project
Milestone
Previous Step
Next Step
Is your feature request related to a problem?
As part of the Integration Ux workflow, once the Integration plugin is loaded it should load all the available integrations that are bundled in the integration repo.
The API needed from the backend should be as follows:
Query:
Response:
The integration object schema is supported by both B/E & F/E for display & query to the correct fields
Integration config schema
The backend responsibilities :
scan the Integration folder (on-load)
load into cache each integration config file
allow filtering on the registry API
The frontend responsibilities :
In addition the following API is also supported
This call results in returning the cached integration config json object
It would be used for display and route the F/E for fetching the relevant page assets
Once an integration was selected
This page will require the F/E to fetch multiple assets from different locations
What solution would you like?
implement B/E :
implement F/E :
Flow Diagram
What alternatives have you considered?
N/A
Do you have any additional context?
The UX full happy flow for loading an integration
The text was updated successfully, but these errors were encountered: