chore(recognitions): add semester
This commit is contained in:
parent
8a888d3945
commit
9ea689881a
@ -1332,12 +1332,12 @@ fillDb = do
|
|||||||
}
|
}
|
||||||
|
|
||||||
do
|
do
|
||||||
workflowDefinitionGraph <- Yaml.decodeFileThrow $ testdataDir </> "recognitions.yaml"
|
workflowDefinitionGraph <- Yaml.decodeFileThrow $ testdataDir </> "recognitions-ifi.yaml"
|
||||||
for_ (lintWorkflowGraph workflowDefinitionGraph) $ mapM_ throwM
|
for_ (lintWorkflowGraph workflowDefinitionGraph) $ mapM_ throwM
|
||||||
let
|
let
|
||||||
recognitionsWorkflowDef = WorkflowDefinition{..}
|
recognitionsWorkflowDef = WorkflowDefinition{..}
|
||||||
where workflowDefinitionInstanceCategory = Just "recognitions"
|
where workflowDefinitionInstanceCategory = Just "recognitions-ifi"
|
||||||
workflowDefinitionName = "recognitions"
|
workflowDefinitionName = "recognitions-ifi"
|
||||||
workflowDefinitionScope = WSSchool'
|
workflowDefinitionScope = WSSchool'
|
||||||
wdId <- insert recognitionsWorkflowDef
|
wdId <- insert recognitionsWorkflowDef
|
||||||
insert_ WorkflowDefinitionDescription
|
insert_ WorkflowDefinitionDescription
|
||||||
|
|||||||
@ -46,6 +46,14 @@
|
|||||||
fallback-lang: de-de-formal
|
fallback-lang: de-de-formal
|
||||||
translations:
|
translations:
|
||||||
en-eu: "Student"
|
en-eu: "Student"
|
||||||
|
"semester":
|
||||||
|
viewers:
|
||||||
|
- *pruefungsamt
|
||||||
|
display-label:
|
||||||
|
fallback: "Semester"
|
||||||
|
fallback-lang: de-de-formal
|
||||||
|
translations:
|
||||||
|
en-eu: "Term"
|
||||||
|
|
||||||
"itkompetenz antrag, student":
|
"itkompetenz antrag, student":
|
||||||
final: false
|
final: false
|
||||||
@ -253,6 +261,17 @@
|
|||||||
form:
|
form:
|
||||||
"titel": *titel-form
|
"titel": *titel-form
|
||||||
"titel, englisch": *entitel-form
|
"titel, englisch": *entitel-form
|
||||||
|
"semester": &semester-form
|
||||||
|
- "3":
|
||||||
|
tag: text
|
||||||
|
label:
|
||||||
|
fallback: "Semester"
|
||||||
|
fallback-lang: de-de-formal
|
||||||
|
translations:
|
||||||
|
en-eu: "Term"
|
||||||
|
tooltip: null
|
||||||
|
default: null
|
||||||
|
optional: false
|
||||||
viewers:
|
viewers:
|
||||||
display-label:
|
display-label:
|
||||||
fallback: "Antrag genehmigt (IT-Kompetenz)"
|
fallback: "Antrag genehmigt (IT-Kompetenz)"
|
||||||
@ -438,6 +457,7 @@
|
|||||||
form:
|
form:
|
||||||
"titel": *titel-form
|
"titel": *titel-form
|
||||||
"titel, englisch": *entitel-form
|
"titel, englisch": *entitel-form
|
||||||
|
"semester": *semester-form
|
||||||
viewers:
|
viewers:
|
||||||
display-label:
|
display-label:
|
||||||
fallback: "Antrag genehmigt (Medienkompetenz)"
|
fallback: "Antrag genehmigt (Medienkompetenz)"
|
||||||
@ -652,6 +672,7 @@
|
|||||||
- *pruefungsamt
|
- *pruefungsamt
|
||||||
form:
|
form:
|
||||||
"institut": *institut-form
|
"institut": *institut-form
|
||||||
|
"semester": *semester-form
|
||||||
viewers:
|
viewers:
|
||||||
display-label:
|
display-label:
|
||||||
fallback: "Antrag genehmigt (Tutor)"
|
fallback: "Antrag genehmigt (Tutor)"
|
||||||
@ -837,6 +858,7 @@
|
|||||||
form:
|
form:
|
||||||
"titel": *titel-form
|
"titel": *titel-form
|
||||||
"titel, englisch": *entitel-form
|
"titel, englisch": *entitel-form
|
||||||
|
"semester": *semester-form
|
||||||
viewers:
|
viewers:
|
||||||
display-label: "Antrag genehmigt (Soziale Kompetenz)"
|
display-label: "Antrag genehmigt (Soziale Kompetenz)"
|
||||||
viewers:
|
viewers:
|
||||||
@ -1060,6 +1082,7 @@
|
|||||||
form:
|
form:
|
||||||
"note": *note-form
|
"note": *note-form
|
||||||
"datum": *datum-form
|
"datum": *datum-form
|
||||||
|
"semester": *semester-form
|
||||||
viewers:
|
viewers:
|
||||||
display-label:
|
display-label:
|
||||||
fallback: "Antrag genehmigt (Englisch)"
|
fallback: "Antrag genehmigt (Englisch)"
|
||||||
Loading…
Reference in New Issue
Block a user