09-26-2023 10:01 PM - edited 10-18-2023 10:34 PM
Incorta, primarily designed for data analysis, encounters situations necessitating write-back functionality for specific values, like status changes or minor adjustments, despite its core focus on data analysis. In response to heightened demand, our engineers used the Component Software Development Kit (SDK) to create a versatile write-back component. While challenging, our team successfully designed it to accommodate diverse use cases, with the acknowledgment that custom API integration may be needed in certain instances. To provide flexibility, we've made the component's source code available for customization as required.
Let's enumerate the use cases we took into consideration while crafting this component:
This is a short video (in some early stages of the development of the component) showing the needed insight settings and how the component is used in action.
This scenario requires a custom API to handle the logic of writing to a CSV file (or a database), then loading it back to Incorta and review the updates in Incorta. This can be achieved by the following:
API code logic:
Review insight:
This is an extra implementation on top of the previous use case to go through an approval of the updates through Incorta UI. This is the workflow of the extra steps: