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:
- Use the previously fetched data and the manual descriptions as
references. - Leverage ML/AI models to auto-generate a TDD Assessment based on
predefined reference scripts for different error types. - Since I am new to Skywise, I am looking for guidance on how to
implement this functionality. Specifically, I need help with: - Fetching and storing user-specified column data.
- Handling manual descriptions and linking them to FUID IDs.
- 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!