Skip to content

Commit

Permalink
commit updates #1626
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Aug 20, 2024
1 parent 02ee620 commit 18d1a70
Showing 1 changed file with 95 additions and 44 deletions.
139 changes: 95 additions & 44 deletions forms/hub/friendsGrassTreeHealth/friendsGrassTreeHealthSurvey.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"supportsSites": false,
"tags": [],
"lastUpdated": "2024-08-19T05:45:50Z",
"createdUserId": "4228",
"createdUserId": "56575",
"external": false,
"activationDate": null,
"supportsPhotoPoints": false,
Expand Down Expand Up @@ -44,9 +44,38 @@
"description": "",
"validate": "required"
},
{
"dataType": "text",
"name": "drainage",
"constraints": [
"No drainage line",
"Minor depression",
"Close to creek / water pool"
]
},
{
"dataType": "text",
"name": "disturbance",
"constraints": [
"Not evident",
"Track",
"Tree fallen",
"Fire"
]
},
{
"dataType": "text",
"name": "comments"
},
{
"allowRowDelete": "false",
"columns": [
{
"dataType": "species",
"name": "grasstreeSpecies",
"dwcAttribute": "scientificName",
"description": ""
},
{
"dataType": "number",
"name": "healthy",
Expand Down Expand Up @@ -120,6 +149,12 @@
{
"allowRowDelete": "false",
"columns": [
{
"dataType": "species",
"name": "blueLilySpecies",
"dwcAttribute": "scientificName",
"description": ""
},
{
"dataType": "text",
"name": "estimatedLilyCount",
Expand All @@ -129,7 +164,7 @@
"11-50",
"51-100",
"101-200",
"> 200"
"> 201"
]
},
{
Expand All @@ -151,6 +186,12 @@
{
"allowRowDelete": "false",
"columns": [
{
"dataType": "species",
"name": "daphneHeathSpecies",
"dwcAttribute": "scientificName",
"description": ""
},
{
"dataType": "text",
"name": "estimatedDaphneHeathCount",
Expand All @@ -160,7 +201,7 @@
"11-50",
"51-100",
"101-200",
"> 200"
"> 201"
]
},
{
Expand All @@ -182,6 +223,12 @@
{
"allowRowDelete": "false",
"columns": [
{
"dataType": "species",
"name": "eucalyptSpecies",
"dwcAttribute": "scientificName",
"description": ""
},
{
"dataType": "text",
"name": "dieback",
Expand All @@ -191,29 +238,6 @@
"Moderate",
"Severe"
]
},
{
"dataType": "text",
"name": "drainage",
"constraints": [
"No drainage line",
"Minor depression",
"Close to creek / water pool"
]
},
{
"dataType": "text",
"name": "disturbance",
"constraints": [
"Not evident",
"Track",
"Tree fallen",
"Fire"
]
},
{
"dataType": "text",
"name": "comments"
}
],
"dataType": "list",
Expand Down Expand Up @@ -271,6 +295,22 @@
"preLabel": "Site code (date-track e.g. 010924-Sunrise):",
"source": "siteCode",
"type": "text"
},
{
"source": "drainage",
"preLabel": "Drainage",
"type": "selectOne"
},
{
"source": "disturbance",
"preLabel": "Disturbance",
"type": "selectOne"
},
{
"source": "comments",
"preLabel": "Comments",
"type": "textarea",
"rows": 4
}
]
}
Expand Down Expand Up @@ -361,6 +401,13 @@
{
"disableTableUpload": true,
"columns": [
{
"width": "10%",
"min-width": "100px",
"source": "grasstreeSpecies",
"title": "Grasstree Species",
"type": "speciesSelect"
},
{
"width": "10%",
"source": "healthy",
Expand Down Expand Up @@ -420,6 +467,13 @@
{
"disableTableUpload": true,
"columns": [
{
"width": "10%",
"min-width": "100px",
"source": "blueLilySpecies",
"title": "Nodding Blue Lily Species",
"type": "speciesSelect"
},
{
"width": "10%",
"source": "estimatedLilyCount",
Expand Down Expand Up @@ -460,6 +514,13 @@
{
"disableTableUpload": true,
"columns": [
{
"width": "10%",
"min-width": "100px",
"source": "daphneHeathSpecies",
"title": "Daphne Heath Species",
"type": "speciesSelect"
},
{
"width": "10%",
"source": "estimatedDaphneHeathCount",
Expand Down Expand Up @@ -502,27 +563,16 @@
"columns": [
{
"width": "10%",
"source": "dieback",
"title": "Dieback",
"type": "selectOne"
"min-width": "100px",
"source": "eucalyptSpecies",
"title": "Eucalypt Species",
"type": "speciesSelect"
},
{
"width": "10%",
"source": "drainage",
"title": "Drainage",
"type": "selectOne"
},
{
"width": "10%",
"source": "disturbance",
"title": "Disturbance",
"source": "dieback",
"title": "Dieback",
"type": "selectOne"
},
{
"width": "10%",
"source": "comments",
"title": "Comments",
"type": "text"
}
],
"source": "eucalyptDetails",
Expand All @@ -539,6 +589,7 @@
"title": "Grasstree Health Survey"
},
"modelName": null,
"record": "true",
"templateName": "grasstree_Health_Survey",
"optional": false,
"optionalQuestionText": null,
Expand All @@ -551,7 +602,7 @@
"type": "Assessment",
"category": "Assessment & monitoring",
"status": "active",
"lastUpdatedUserId": "4228",
"lastUpdatedUserId": "56575",
"description": null,
"formVersion": 1
}

0 comments on commit 18d1a70

Please sign in to comment.