...
The planting task describes the details of putting a crop into the ground. It describes whether the plant is being put in the ground as a seed “seed” or as a seedling “seedling or planting stockstock”. It also describes the details of how it should be planted - collectively the “planting method”. The valid planting methods are:
...
Attribute | Data type | Required? | Example data | Notes |
---|---|---|---|---|
Actual seed required | Integer (w/ unit) | No | 4500 | 0 - 9999. Ideally allows the user to choose either mass or volume Unit displays. Must be pre-populated with the value entered in “Estimated seed required” during crop management plan creation. The actual value must not overwrite the estimated. Both should be saved to the database. |
Did you have to make any changes to this task? | Enum: {“Yes”, “No”} | Yes; defaulted to no | All other fields are read-only unless “Yes” is selected. “Continue” becomes enabled after “Yes” or “No” is selected. |
...