Skip to content

Commit

Permalink
📝 Document sample_relationship concept
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-s-friedman committed May 30, 2024
1 parent ef7cb4c commit 1d31b9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/design/concepts/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ schema that is used to create the tables in the target API.
:maxdepth: 2

samples_and_specimens.rst
sample_relationship
9 changes: 9 additions & 0 deletions docs/source/design/concepts/sample_relationship.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. _sample_relationship:

========================
Sample Relationship
========================

Samples can be related to one another in a one-to-many relationship.
Specifically a sample can have one or more child samples. A child sample
can be the parent of another sample.

0 comments on commit 1d31b9d

Please sign in to comment.