Issue related to skywise – Slate dashboard

I am working on modifying an existing dashboard in Airbus Skywise. My task involves:

Fetching Data:

When the user clicks the “Fetch” button, the system should fetch data from the columns specified by the user and store it for later use.

Manual Description Input:

In the “Manual Description” cell, the user will manually paste description texts from the Airbus database, corresponding to specific FUID IDs.

Generating a TDD Assessment:

When the user clicks “Generate Assessment”, the system should:

  1. Use the previously fetched data and the manual descriptions as
    references.
  2. Leverage ML/AI models to auto-generate a TDD Assessment based on
    predefined reference scripts for different error types.
  3. Since I am new to Skywise, I am looking for guidance on how to
    implement this functionality. Specifically, I need help with:
  4. Fetching and storing user-specified column data.
  5. Handling manual descriptions and linking them to FUID IDs.
  6. Implementing ML/AI-based auto-generation of the TDD Assessment using
    reference scripts.

Any insights or best practices on Skywise development would be greatly appreciated!