We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, individual models are scoped to an organization.
Organization has_many :users has_many :cohorts has_many :enclosures has_many :measurements has_many :measurement_events has_many :operations has_many :facilities has_many :animals
An alternative would be to key organization off of a single source, likely facilities.
has_many :users has_many :facilities
Organizations would likely be determined by the current user's organization.
Some additional considerations are:
The text was updated successfully, but these errors were encountered:
@CraigJZ I am going to take a look at this one. I'll get some ideas together before we meet this afternoon
Sorry, something went wrong.
@web-kat Sounds good! Thank you!!
@CraigJZ would you mind assigning me to this one?
web-kat
No branches or pull requests
Currently, individual models are scoped to an organization.
An alternative would be to key organization off of a single source, likely facilities.
Organizations would likely be determined by the current user's organization.
Some additional considerations are:
The text was updated successfully, but these errors were encountered: