Skip to content

Commit 7424e25

Browse files
committed
commit change requests for Sandy and Muddy Shore Transect Survey #1643
1 parent 85e0867 commit 7424e25

File tree

1 file changed

+87
-80
lines changed

1 file changed

+87
-80
lines changed

forms/hub/marineMetreSquared/Marine Metre Squared Transect Survey v1.json

+87-80
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,23 @@
3434
"validate": "required"
3535
},
3636
{
37+
"indexName": "recordedBy",
3738
"dataType": "text",
3839
"name": "recordedBy",
3940
"dwcAttribute": "recordedBy",
40-
"description": "",
41+
"description": "The name of the person leading the survey",
4142
"validate": "required"
4243
},
4344
{
4445
"dataType": "text",
4546
"name": "additionalSurveyors",
4647
"description": "The names of other people or the group participating in the survey group."
4748
},
49+
{
50+
"dataType": "text",
51+
"name": "groupName",
52+
"description": "The name of the group or school"
53+
},
4854
{
4955
"dataType": "number",
5056
"name": "groupSize",
@@ -277,6 +283,21 @@
277283
"name": "locationPhoto",
278284
"description": "Photo of the survey location"
279285
},
286+
{
287+
"dataType": "text",
288+
"name": "photogrammetrySurveyUndertaken",
289+
"description": "",
290+
"constraints": [
291+
"Yes",
292+
"No"
293+
],
294+
"validate": "required"
295+
},
296+
{
297+
"dataType": "text",
298+
"name": "photogrammetrySurveyUrl",
299+
"description": "If you did a photogrammetry survey in conjunction with this survey, please insert the URL link to it here."
300+
},
280301
{
281302
"columns": [
282303
{
@@ -572,89 +593,59 @@
572593
"type": "section",
573594
"items": [
574595
{
575-
"type": "row",
576-
"items": [
577-
{
578-
"preLabel": "Survey Date",
579-
"source": "eventDate",
580-
"type": "date"
581-
},
582-
{
583-
"preLabel": "Survey Time",
584-
"source": "eventTime",
585-
"type": "time"
586-
}
587-
]
596+
"preLabel": "Survey Date",
597+
"source": "eventDate",
598+
"type": "date"
588599
},
589600
{
590-
"type": "row",
591-
"items": [
592-
{
593-
"preLabel": "Surveyor Name",
594-
"source": "recordedBy",
595-
"type": "text"
596-
}
597-
]
601+
"preLabel": "Survey Time",
602+
"source": "eventTime",
603+
"type": "time"
598604
},
599605
{
600-
"type": "row",
601-
"items": [
602-
{
603-
"preLabel": "Other surveyors",
604-
"source": "additionalSurveyors",
605-
"type": "text"
606-
}
607-
]
606+
"preLabel": "Survey leader name",
607+
"source": "recordedBy",
608+
"type": "text"
608609
},
609610
{
610-
"type": "row",
611-
"items": [
612-
{
613-
"preLabel": "Group Size",
614-
"source": "groupSize",
615-
"type": "number"
616-
}
617-
]
611+
"preLabel": "Other surveyors",
612+
"source": "additionalSurveyors",
613+
"type": "text"
618614
},
619615
{
620-
"type": "row",
621-
"items": [
622-
{
623-
"preLabel": "Surveyor Experience",
624-
"source": "surveyorExperience",
625-
"type": "selectOne"
626-
}
627-
]
616+
"preLabel": "School/Group name",
617+
"source": "groupName",
618+
"type": "text"
628619
},
629620
{
630-
"type": "row",
631-
"items": [
632-
{
633-
"preLabel": "Exposure",
634-
"source": "siteExposure",
635-
"type": "selectOne"
636-
}
637-
]
621+
"preLabel": "Surveyor Experience",
622+
"source": "surveyorExperience",
623+
"type": "selectOne"
638624
},
639625
{
640-
"type": "row",
641-
"items": [
642-
{
643-
"preLabel": "Survey Extends",
644-
"source": "surveyExtent",
645-
"type": "selectOne"
646-
}
647-
]
626+
"preLabel": "Group Size",
627+
"source": "groupSize",
628+
"type": "number"
648629
},
649630
{
650-
"type": "row",
651-
"items": [
652-
{
653-
"preLabel": "Distance between quadrats in metres",
654-
"source": "distanceBetweenQuadratsInMetres",
655-
"type": "number"
656-
}
657-
]
631+
"preLabel": "Survey notes",
632+
"source": "eventRemarks",
633+
"type": "textarea"
634+
},
635+
{
636+
"preLabel": "Exposure",
637+
"source": "siteExposure",
638+
"type": "selectOne"
639+
},
640+
{
641+
"preLabel": "Survey Extends",
642+
"source": "surveyExtent",
643+
"type": "selectOne"
644+
},
645+
{
646+
"preLabel": "Distance between quadrats in metres",
647+
"source": "distanceBetweenQuadratsInMetres",
648+
"type": "number"
658649
},
659650
{
660651
"allowRowDelete": false,
@@ -775,25 +766,41 @@
775766
]
776767
},
777768
{
769+
"computed": null,
778770
"type": "row",
779771
"items": [
780772
{
781-
"boxed": true,
782-
"title": "General Comments",
783-
"type": "section",
773+
"type": "col",
784774
"items": [
785775
{
786-
"type": "row",
776+
"boxed": true,
777+
"title": "Photogrammetry Survey",
778+
"type": "section",
787779
"items": [
788780
{
789-
"preLabel": "Survey Notes: If you did a photogrammetry survey in conjunction with this survey, please insert the URL link here.",
790-
"source": "eventRemarks",
791-
"type": "textarea"
781+
"type": "row",
782+
"items": [
783+
{
784+
"type": "col",
785+
"items": [
786+
{
787+
"preLabel": "Did you do a photogrammetry survey in conjunction with this survey?",
788+
"source": "photogrammetrySurveyUndertaken",
789+
"type": "selectOne"
790+
},
791+
{
792+
"preLabel": "Please provide the URL link to the photogrammetry survey associated with this survey.",
793+
"source": "photogrammetrySurveyUrl",
794+
"type": "text"
795+
}
796+
]
797+
}
798+
]
792799
}
793-
]
800+
],
801+
"class": ""
794802
}
795-
],
796-
"class": ""
803+
]
797804
}
798805
]
799806
}

0 commit comments

Comments
 (0)