Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CKLS-20011] BO teachers are deprecated #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions _data/IO_items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -306,6 +308,7 @@ col:
eventTeacher:
desc: "The teacher of the event."
type: "string"
deleted: true

eventTimeZone:
desc: "The timezone of the event."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down