Commit Graph

10 Commits

Author SHA1 Message Date
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
Andrea Terzani
443d0d83f7 before refactor 2025-12-12 16:37:28 +01:00
ac6916ed46 Resolve Bug chat 2025-04-02 17:14:50 +02:00
a93a0b9e4a Bug on ChatClient 2025-04-02 16:50:16 +02:00
andrea.terzani
64699fa365 Rimuovi il codice commentato e aggiorna gli endpoint API per rimuovere "/hermone" dall'URL di backend 2025-03-24 11:08:34 +01:00
andrea.terzani
7b479fbc29 Correggi la sintassi dell'URL nel metodo loadContext del componente ChatClient 2025-03-24 10:35:52 +01:00
andrea.terzani
0f61b993ba Aggiorna gli endpoint API per utilizzare l'URL di backend configurato 2025-03-24 10:28:40 +01:00
4546ea18b0 Update Clear button layout 2025-03-18 17:24:19 +01:00
49b0863a60 Develop scenario/scenario executions chat 2025-03-18 17:11:13 +01:00
andrea.terzani
38b21032e7 chat for admin 2025-03-16 10:01:37 +01:00