Andrea Terzani af8a8b67c3 feat: Add Execution Response Section component and related composables for file handling and error management
- Implemented ExecutionResponseSection.vue to display execution results and handle file downloads.
- Created useBase64Decoder.js for base64 decoding utilities.
- Developed useChatToggle.js for managing chat panel state.
- Added useErrorHandler.js for standardized error handling with toast notifications.
- Introduced useFileDownload.js for various file download operations.
- Created useFileProcessing.js for processing files, including zip extraction and content display.
- Implemented usePolling.js for polling backend API for execution status.
- Added useScenarioRating.js for managing scenario execution ratings.
- Developed CSV export utilities in csvExport.js for generating and downloading CSV files.
- Created formDataProcessor.js for processing and validating multiselect form data.
- Implemented inputComponents.js for mapping input types to PrimeVue components.
- Enhanced ScenarioExecHistory.vue to integrate new components and functionalities.
2025-12-12 19:28:17 +01:00
2024-07-31 09:22:52 +02:00
2024-11-08 16:53:38 +05:30
2024-12-10 12:26:52 +01:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-10-23 13:43:01 +00:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-08-14 08:54:30 +00:00
2025-09-26 13:46:51 +00:00
2024-12-10 16:15:51 +01:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2025-12-12 16:37:28 +01:00
2025-12-12 16:37:28 +01:00
2025-12-12 16:37:28 +01:00
2025-12-12 16:37:28 +01:00
2025-12-12 16:37:28 +01:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00
2024-07-31 09:22:52 +02:00

This template should help get you started developing with Vue 3 in Vite.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint
Description
No description provided
Readme 6 MiB
Languages
CSS 70.6%
Vue 24.2%
JavaScript 4.2%
SCSS 0.9%