Skip to content

Commit

Permalink
commit feedback requests #1604
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Jul 12, 2024
1 parent 622f2c2 commit 2137c90
Showing 1 changed file with 14 additions and 49 deletions.
63 changes: 14 additions & 49 deletions forms/reefWatch/Underwater weeding survey.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,54 +63,24 @@
},
{
"dataType": "text",
"name": "areaWeeded",
"description": "",
"name": "areaWeeded",
"indexName": "areaWeeded",
"validate": "required",
"constraints": [
"End of pier",
"End of pier and halfway to shore",
"10 piles on the northern side",
"Other"
]
"validate": "required"
},
{
"dataType": "text",
"description": "",
"name": "otherAreaWeeded",
"indexName": "otherAreaWeeded",
"validate": "required",
"behaviour": [
{
"type": "enable",
"condition": "\"Other\" == areaWeeded"
}
]
},
{
"dataType": "text",
"name": "anythingElseRemoved",
"description": "",
"indexName": "anythingElseRemoved",
"validate": "",
"constraints": [
"Ecklonia",
"Northern Pacific",
"Rubbish",
"Other"
]
"validate": "required"
},
{
"dataType": "text",
"description": "",
"name": "otherElseRemoved",
"indexName": "otherElseRemoved",
"behaviour": [
{
"type": "enable",
"condition": "\"Other\" == anythingElseRemoved"
}
]
"name": "depthRange",
"indexName": "depthRange",
"validate": "required"
},
{
"dataType": "boolean",
Expand Down Expand Up @@ -203,7 +173,7 @@
"type": "row",
"items": [
{
"source": "<h1>Underwater weeding data sheets</h1>",
"source": "<h1>Undaria Removal data sheet</h1>",
"type": "literal"
}
]
Expand Down Expand Up @@ -267,22 +237,17 @@
{
"preLabel": "Area weeded",
"source": "areaWeeded",
"type": "selectOne"
},
{
"preLabel": "Other",
"source": "otherAreaWeeded",
"type": "textarea"
},
{
"preLabel": "Anything else removed (accidental or on purpose)",
"source": "anythingElseRemoved",
"type": "selectOne"
"type": "textarea"
},
{
"preLabel": "Other",
"source": "otherElseRemoved",
"type": "textarea"
"preLabel": "Depth range of most plants",
"source": "depthRange",
"type": "text"
}
]
}
Expand All @@ -299,7 +264,7 @@
"items": [
{
"boxed": true,
"title": "Reef Name and Location",
"title": "Location",
"type": "section",
"items": [
{
Expand All @@ -314,7 +279,7 @@
"type": "row",
"items": [
{
"source": "<font style='color:blue; font-size:0.9em;'><i><b>Select existing reefs from the drop-down list. If your reef is not on the list, you can create one and add it to the list for future use, but please avoid creating duplicate reefs.<p>TO CREATE A NEW REEF LOCATION:</b><br>Zoom into the map, click on the pin marker tool (left), then find on the map the location of your survey and click on it. This should put a pin on the map. Please give the new location a unique descriptive name and save, e.g. GBR, Moore Reef or Moreton Bay, Flat Rock or Ningaloo Reef, Shark Bommie.</i></font>",
"source": "<font style='color:blue; font-size:0.9em;'><i><b>Select existing location from the drop-down list. If your location is not on the list, you can create one and add it to the list for future use, but please avoid creating duplicate location.<p>TO CREATE A NEW LOCATION:</b><br>Zoom into the map, click on the pin marker tool (left), then find on the map the location of your survey and click on it. This should put a pin on the map. Please give the new location a unique descriptive name and save, e.g. Portsea Pier, Steeles Rocks, Frankston Pier, Brighton Baths</i></font>",
"type": "literal"
}
]
Expand Down Expand Up @@ -359,7 +324,7 @@
"items": [
{
"boxed": true,
"title": "Depth range of most plants",
"title": "Length and life stage of Undaria removed",
"type": "section",
"items": [
{
Expand Down

0 comments on commit 2137c90

Please sign in to comment.