biolab-unige / xtens-app

A digital repository for biomedical data based on a flexible JSON data model ( The project has been moved to a new address https://github.com/xtens-suite/xtens-app.git )
http://www.xtens.org
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Implement data pooling support #30

Open Zigur opened 7 years ago

Zigur commented 7 years ago

This require some thought. At the moment only data branching is supported, i.e. a data instance can have multiple children but only one single father. replacing the one-to-many with a many-to-many relationship would do the trick but this should be supported by Data, Sample, and Subject as well.