Open
Description
These requests pertain to the allowable values of particular traits. They apply when validating a CSV file that is uploaded, and they would also apply when, e.g., values might be input through a web form in the future.
- For numerically-valued traits (float or integer), it would sometimes be useful to limit the range of allowable values. For example, in addition to checking that the value provided is a number, also check that it is greater than zero.
- It's great that multiple values can be provided for a trait, e.g.,
A|B
. But for some traits, it would be better to disable that feature and allow only single values,A
orB
but notA|B
.
Metadata
Metadata
Assignees
Labels
No labels