2.2 Customization

Code changes to use the product on data that is structured differently

In its non modified form, our solution is designed to work with a specific API from one Enterprise System (weclapp - purchase orders). But due to our architecture, we are able to leverage other APIs as well.

To setup the project for a different system / data / API, users need to change the projects code. There are three code segments where changes need to be done:

  • API / rest defintion and

  • Data pre-processing

  • Custom Transformer in the data pipeline

🚧 We are working to provide better defined code segments where custom code has to be imported. unfortunately at this point the project is focused on customer specific development and these solutions are not finished jet.

Last updated