Add label definitions to example survey config

This commit is contained in:
D. Berge
2020-08-17 11:19:01 +02:00
parent 4c710a1c62
commit bf1bda0edf

View File

@@ -88,3 +88,103 @@ final:
paths: paths:
- /srv/Data/EQ20211/_live/final - /srv/Data/EQ20211/_live/final
labels:
FDSP:
view:
colour: "#80CBC4"
description: "First shot of the day"
model:
user: false
multiple: false
FSP:
view:
colour: "#03A9F4"
"description": "First shot point"
model:
user: true
multiple: false
Guns:
view:
"colour": "#F48FB1"
"description": "Gun events"
model:
user: true
#multiple: true # This is the default
LDSP:
view:
colour: "#4DB6AC"
description: "Last shot of the day"
model:
user: false
multiple: false
LSP:
view:
colour: "#00BCD4"
description: "Last shot point"
model:
user: true
multiple: false
Nav:
view:
colour: "#EF9A9A"
description: "Navigation events"
model:
user: true
multiple: true
Nav Proc:
view:
colour: "#FFCC80"
description: "Navigation processing events"
model:
user: true
multiple: true
Missed shot:
view:
colour: "#C0C0C0"
description: "Missing shot"
model:
user: false
multiple: true
NTBP:
view:
colour: "#C0C0C0"
description: "Not to be processed"
model:
user: true
multiple: true
QC Error:
view:
colour: "#FF0000"
description: "This shot fails one or more QC checks"
model:
user: false
multiple: true
Daily:
view:
colour: "#C0C0C0"
description: "Of interest in the daily report"
model:
user: true
multiple: true
Weekly:
view:
colour: "#C0C0C0"
description: "Of interest in the weekly report"
model:
user: true
multiple: true
Final report:
view:
colour: "#C0C0C0"
description: "Of interest in the final report"
model:
user: true
multiple: true
Shift handover:
view:
colour: "#C0C0C0"
description: "Of interest during shift handover"
model:
user: true
multiple: true