Replies: 1 comment
-
By moving the organization list to this repo instead of the data schema, it makes this less brittle. It's a quick thing to add and you don't need to increase the data schema version to see the update. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
User story
As a scientists, we may want to use a new piece of hardware. Right now, if that hardware is from a new manufacturer that is not listed in
aind_data_schema_models.Organizations
then we would need to useOther
, or submit a PR to this repo, and then bump all of the schemas we are using. With complex schemas, this could require significant updates. Am I missing something? Is there a better way to handle this issue?Acceptance criteria
Sprint Ready Checklist
Notes
Add any helpful notes here.
Beta Was this translation helpful? Give feedback.
All reactions