+
+
+
diff --git a/src/i18n/de.json b/src/i18n/de.json
index bb14525..d4a56cb 100644
--- a/src/i18n/de.json
+++ b/src/i18n/de.json
@@ -402,6 +402,12 @@
"dataDownload": {
"title": "Studiendaten herunterladen",
"description": "Hier können die Studiendaten basierend auf diverse Filter heruntergeladen werden."
+ },
+ "AISenseMaking": {
+ "title": "AI Data Sense Making",
+ "filterForAI": "Daten filtern für KI-gestützte Analyse",
+ "customPrompt": "Benutzerdefinierter Prompt",
+ "customPromptDescription": "Geben Sie einen benutzerdefinierten Prompt ein, um z. B. eine bestimmte Analyse oder Visualisierung zu erwirken."
}
},
diff --git a/src/i18n/en.json b/src/i18n/en.json
index a3a3895..e95fe5f 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -402,6 +402,12 @@
"dataDownload": {
"title": "Download study data",
"description": "Here you can download the study data based on various filters."
+ },
+ "AISenseMaking": {
+ "title": "AI Data Sense Making",
+ "filterForAI": "Filter data to pass to AI-enabled sense-making",
+ "customPrompt": "Custom Prompt",
+ "customPromptDescription": "Enter a custom prompt to describe desired analysis or visualization approach(es)."
}
},
diff --git a/src/views/MonitoringData.vue b/src/views/MonitoringData.vue
index 1f90602..8939c8f 100644
--- a/src/views/MonitoringData.vue
+++ b/src/views/MonitoringData.vue
@@ -13,6 +13,7 @@ Licensed under the Elastic License 2.0. */
import TabPanel from 'primevue/tabpanel';
import DatapointList from '../components/subComponents/DatapointList.vue';
import ParticipationDataList from '../components/ParticipationDataList.vue';
+ import ParticipationDataAISenseMaking from '../components/subComponents/ParticipationDataAISenseMaking.vue';
const studyStore = useStudyStore();
const accessRoles: StudyRole[] = [StudyRole.Admin, StudyRole.Viewer];
@@ -45,6 +46,11 @@ Licensed under the Elastic License 2.0. */
+
+
+
+
+