Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finer-grained control of trait validation #211

Open
eeg opened this issue Dec 3, 2014 · 0 comments
Open

Finer-grained control of trait validation #211

eeg opened this issue Dec 3, 2014 · 0 comments

Comments

@eeg
Copy link

eeg commented Dec 3, 2014

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.

  1. 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.
  2. 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 or B but not A|B.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant