Bug #793
openBuild validation package:Default values for some fields (if null)
0%
Description
"---"
Related issues
Updated by Michael Lee almost 24 years ago
just not time for these bugs in 1.0, pushed to 1.1
Updated by Michael Lee over 21 years ago
Lee needs to compile default values and pass a list to Gabe for implementation.
Need to check business rules for this.
Updated by Michael Lee almost 21 years ago
Also, while default values are being checked, other "pseudo-required" fields
could be checked. By this, I mean the coverMethod is required if there are
cover values in TaxonImportance. strautmMethod is required if there are records
in stratum. It would be nice to have fields like autoTaxonCover and
stemSizeLimit filled in, if these apply to a user's data. This "validation"
process (really more of a data quality check) could help data be cleaner.
Updated by Michael Lee over 20 years ago
Logical checks on data should go here. Business rules (bug 1023) come in to
play with that. Logical should include things like : if fieldX is filled in,
then fieldY needs to be too (for example: percentOther & nameOther in the
observation table).