From f3ffe57d3a902e10ab82d01589169a5bd9f7ecf6 Mon Sep 17 00:00:00 2001 From: Seb Fabre Date: Mon, 2 Dec 2024 17:26:16 +0100 Subject: [PATCH 1/2] [CKLS-20011] BO teachers are deprecated --- _data/IO_items.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/_data/IO_items.yml b/_data/IO_items.yml index 27b3ca4..24d90e2 100644 --- a/_data/IO_items.yml +++ b/_data/IO_items.yml @@ -65,7 +65,7 @@ col: type: "date" candidateBadges: - desc: "Total amont of badges acquired by the learner." + desc: "Total amount of badges acquired by the learner." type: "int" candidateCustomFieldGuid: @@ -139,7 +139,7 @@ col: type: "string" candidatePoints: - desc: "Total amont of points acquired by the learner." + desc: "Total amount of points acquired by the learner." type: "int" candidatePresentation: @@ -266,10 +266,12 @@ col: eventFacilitator: desc: "The full name of the facilitator of the event (back-office user)." type: "string" + deleted: true eventFacilitatorGuid: desc: "The GUID of the facilitator of the event (back-office user)." type: "string(40)" + deleted: true eventLocation: desc: "The location of the event." @@ -306,6 +308,7 @@ col: eventTeacher: desc: "The teacher of the event." type: "string" + deleted: true eventTimeZone: desc: "The timezone of the event." @@ -775,7 +778,7 @@ col: hasClassroomActivity: desc: "Return if the training session has a classroom activity." - type: "enum(Y, N)" + type: "enum(Y, N)" modality: desc: "The modality of the associated training course." @@ -934,6 +937,7 @@ col: desc: "Login of the teacher (back-office user) to assign as a teacher to the current intervention." type: "string" mandatory: "yes" + deleted: true templatedValue: desc: "A column to be used with the 'templates' option. This column requires an attribute 'templateId' which refers to the definition of one template." @@ -1247,7 +1251,7 @@ param: onlyWithClassroomActivity: desc: "Only export tracking data related to trainings that have a classroom activity." - type: "yesNoElement" + type: "yesNoElement" facilitatorGuids: desc: "Filter on the GUID of back-office facilitators. Can contain several values separated by commas." From 1f8299ea378ea15e9cbce8646e2c03fb37c6dd04 Mon Sep 17 00:00:00 2001 From: Seb Fabre Date: Thu, 27 Mar 2025 09:54:48 +0100 Subject: [PATCH 2/2] filter facilitatorGuids is deprecated --- _data/IO_items.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/IO_items.yml b/_data/IO_items.yml index 24d90e2..8d2885b 100644 --- a/_data/IO_items.yml +++ b/_data/IO_items.yml @@ -1256,6 +1256,7 @@ param: facilitatorGuids: desc: "Filter on the GUID of back-office facilitators. Can contain several values separated by commas." type: "string" + deleted: true failedConnections: desc: "Whether to include failed connections."