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

Observation Unit Level only allows specific set of observation level types #33

Open
ctucker3 opened this issue Mar 23, 2021 · 0 comments

Comments

@ctucker3
Copy link
Contributor

The observation level class is an enum that only allows for the following types:

STUDY("study"),
  FIELD("field"),
  ENTRY("entry"),
  REP("rep"),
  BLOCK("block"),
  SUB_BLOCK("sub-block"),
  PLOT("plot"),
  SUB_PLOT("sub-plot"),
  PLANT("plant"),
  POT("pot"),
  SAMPLE("sample")

The brapi spec does not restrict you to these options, these are just the recommended types. Change the observation level name to just be a String.

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