diff --git a/etc/surveys/_example.yaml b/etc/surveys/_example.yaml index 3c5ccbf..edce510 100644 --- a/etc/surveys/_example.yaml +++ b/etc/surveys/_example.yaml @@ -104,6 +104,20 @@ labels: model: user: true multiple: false + FGSP: + view: + colour: "light-blue darken-1" + "description": "First good shot point" + model: + user: true + multiple: true + FOSP: + view: + colour: "light-blue darken-2" + "description": "First overlap shot point" + model: + user: true + multiple: true Guns: view: "colour": "#F48FB1" @@ -125,6 +139,20 @@ labels: model: user: true multiple: false + LGSP: + view: + colour: "cyan darken-1" + "description": "Last good shot point" + model: + user: true + multiple: true + LOSP: + view: + colour: "cyan darken-2" + "description": "Last overlap shot point" + model: + user: true + multiple: true Nav: view: colour: "#EF9A9A" @@ -139,16 +167,23 @@ labels: model: user: true multiple: true + Weather: + view: + colour: "blue accent-1" + description: "Weather information" + model: + user: true + multiple: true Missed shot: view: - colour: "#C0C0C0" + colour: "red darken-1" description: "Missing shot" model: user: false multiple: true NTBP: view: - colour: "#C0C0C0" + colour: "red" description: "Not to be processed" model: user: true @@ -188,6 +223,8 @@ labels: model: user: true multiple: true +# NOTE to self: +# insert into labels (select ld.key as name, ld.value as data from file_data fd, json_each(fd.data->'labels') ld); events: presetRemarks: