-
Notifications
You must be signed in to change notification settings - Fork 0
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
Categorize Container Types #4
Comments
@bjkeller I am finding that both sample types and container types lend themselves to categories. What do you think about having a polymorphic categorizable model? |
Alternatively, search could take care of this problem. |
there will probably be an ontology for containers out of the SD2 PAML
effort. If we are able to use the ontology we might not need to build a
class hierarchy of our own
…On Wed, Jun 9, 2021 at 8:12 AM Devin Strickland ***@***.***> wrote:
@bjkeller <https://github.com/bjkeller> I am finding that both sample
types and container types lend themselves to categories. What do you think
about having a polymorphic categorizable model?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJZ3PJGOLNOKGDOPRNIMNTTR566FANCNFSM46MFZA3A>
.
--
Ben Keller
Aquarium Project Lead
Klavins Lab
Department of Electrical and Computer Engineering
University of Washington
***@***.*** 206-685-6726
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many containers come in a variety of types. For example, a 96-well plate can have a variety of shapes, surface treatments, and optical properties.
It might be useful to have a generic Categorizable
The text was updated successfully, but these errors were encountered: