Skip to content

Commit 85e0867

Browse files
committed
commit change requests for Rocky Shore Transect Survey #1643
1 parent 27daaa6 commit 85e0867

File tree

1 file changed

+96
-89
lines changed

1 file changed

+96
-89
lines changed

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

+96-89
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,35 @@
3535
"validate": "required"
3636
},
3737
{
38+
"indexName": "recordedBy",
3839
"dataType": "text",
3940
"name": "recordedBy",
4041
"dwcAttribute": "recordedBy",
41-
"description": "",
42+
"description": "The name of the person leading the survey",
4243
"validate": "required"
4344
},
4445
{
4546
"dataType": "text",
4647
"name": "additionalSurveyors",
47-
"description": ""
48+
"description": "Names of other people involved in the survey"
49+
},
50+
{
51+
"dataType": "text",
52+
"name": "groupName",
53+
"description": "The name of the group or school"
4854
},
4955
{
5056
"dataType": "number",
5157
"name": "groupSize",
5258
"description": "The number of people participating in the survey group.",
5359
"validate": "min[1],integer"
5460
},
61+
{
62+
"dataType": "text",
63+
"name": "eventRemarks",
64+
"dwcAttribute": "eventRemarks",
65+
"description": ""
66+
},
5567
{
5668
"dataType": "text",
5769
"name": "surveyExtent",
@@ -84,20 +96,14 @@
8496
"indexName": "siteExposure",
8597
"dataType": "text",
8698
"name": "siteExposure",
87-
"description": ".",
99+
"description": "",
88100
"constraints": [
89101
"Very exposed",
90102
"Exposed",
91103
"Sheltered",
92104
"Estuary (freshwater input)"
93105
]
94106
},
95-
{
96-
"dataType": "text",
97-
"name": "eventRemarks",
98-
"dwcAttribute": "eventRemarks",
99-
"description": ""
100-
},
101107
{
102108
"columns": [
103109
{
@@ -256,6 +262,21 @@
256262
"name": "locationPhoto",
257263
"description": "Photo of the survey location"
258264
},
265+
{
266+
"dataType": "text",
267+
"name": "photogrammetrySurveyUndertaken",
268+
"description": "",
269+
"constraints": [
270+
"Yes",
271+
"No"
272+
],
273+
"validate": "required"
274+
},
275+
{
276+
"dataType": "text",
277+
"name": "photogrammetrySurveyUrl",
278+
"description": "If you did a photogrammetry survey in conjunction with this survey, please insert the URL link to it here."
279+
},
259280
{
260281
"columns": [
261282
{
@@ -460,89 +481,59 @@
460481
"type": "section",
461482
"items": [
462483
{
463-
"type": "row",
464-
"items": [
465-
{
466-
"preLabel": "Survey Date",
467-
"source": "eventDate",
468-
"type": "date"
469-
},
470-
{
471-
"preLabel": "Survey Time",
472-
"source": "eventTime",
473-
"type": "time"
474-
}
475-
]
484+
"preLabel": "Survey Date",
485+
"source": "eventDate",
486+
"type": "date"
476487
},
477488
{
478-
"type": "row",
479-
"items": [
480-
{
481-
"preLabel": "Surveyor Name",
482-
"source": "recordedBy",
483-
"type": "text"
484-
}
485-
]
489+
"preLabel": "Survey Time",
490+
"source": "eventTime",
491+
"type": "time"
486492
},
487493
{
488-
"type": "row",
489-
"items": [
490-
{
491-
"preLabel": "Other surveyors",
492-
"source": "additionalSurveyors",
493-
"type": "text"
494-
}
495-
]
494+
"preLabel": "Survey leader name",
495+
"source": "recordedBy",
496+
"type": "text"
496497
},
497498
{
498-
"type": "row",
499-
"items": [
500-
{
501-
"preLabel": "Group Size",
502-
"source": "groupSize",
503-
"type": "number"
504-
}
505-
]
499+
"preLabel": "Other surveyors",
500+
"source": "additionalSurveyors",
501+
"type": "text"
506502
},
507503
{
508-
"type": "row",
509-
"items": [
510-
{
511-
"preLabel": "Surveyor Experience",
512-
"source": "surveyorExperience",
513-
"type": "selectOne"
514-
}
515-
]
504+
"preLabel": "School/Group name",
505+
"source": "groupName",
506+
"type": "text"
516507
},
517508
{
518-
"type": "row",
519-
"items": [
520-
{
521-
"preLabel": "Exposure",
522-
"source": "siteExposure",
523-
"type": "selectOne"
524-
}
525-
]
509+
"preLabel": "Surveyor Experience",
510+
"source": "surveyorExperience",
511+
"type": "selectOne"
526512
},
527513
{
528-
"type": "row",
529-
"items": [
530-
{
531-
"preLabel": "Survey Extends",
532-
"source": "surveyExtent",
533-
"type": "selectOne"
534-
}
535-
]
514+
"preLabel": "Group Size",
515+
"source": "groupSize",
516+
"type": "number"
536517
},
537518
{
538-
"type": "row",
539-
"items": [
540-
{
541-
"preLabel": "Distance between quadrats in metres",
542-
"source": "distanceBetweenQuadratsInMetres",
543-
"type": "number"
544-
}
545-
]
519+
"preLabel": "Survey notes",
520+
"source": "eventRemarks",
521+
"type": "textarea"
522+
},
523+
{
524+
"preLabel": "Exposure",
525+
"source": "siteExposure",
526+
"type": "selectOne"
527+
},
528+
{
529+
"preLabel": "Survey Extends",
530+
"source": "surveyExtent",
531+
"type": "selectOne"
532+
},
533+
{
534+
"preLabel": "Distance between quadrats in metres",
535+
"source": "distanceBetweenQuadratsInMetres",
536+
"type": "number"
546537
},
547538
{
548539
"allowRowDelete": false,
@@ -657,25 +648,41 @@
657648
]
658649
},
659650
{
651+
"computed": null,
660652
"type": "row",
661653
"items": [
662654
{
663-
"boxed": true,
664-
"title": "General Comments",
665-
"type": "section",
655+
"type": "col",
666656
"items": [
667657
{
668-
"type": "row",
658+
"boxed": true,
659+
"title": "Photogrammetry Survey",
660+
"type": "section",
669661
"items": [
670662
{
671-
"preLabel": "Survey Notes: If you did a photogrammetry survey in conjunction with this survey, please insert the URL link here.",
672-
"source": "eventRemarks",
673-
"type": "textarea"
663+
"type": "row",
664+
"items": [
665+
{
666+
"type": "col",
667+
"items": [
668+
{
669+
"preLabel": "Did you do a photogrammetry survey in conjunction with this survey?",
670+
"source": "photogrammetrySurveyUndertaken",
671+
"type": "selectOne"
672+
},
673+
{
674+
"preLabel": "Please provide the URL link to the photogrammetry survey associated with this survey.",
675+
"source": "photogrammetrySurveyUrl",
676+
"type": "text"
677+
}
678+
]
679+
}
680+
]
674681
}
675-
]
682+
],
683+
"class": ""
676684
}
677-
],
678-
"class": ""
685+
]
679686
}
680687
]
681688
}
@@ -952,4 +959,4 @@
952959
"lastUpdatedUserId": "35",
953960
"description": "Transect survey for rocky shorelines using the Marine Metre Squared survey protocol.",
954961
"formVersion": 1
955-
}
962+
}

0 commit comments

Comments
 (0)