earth-metabolome-initiative / emi-monorepo

Monorepo for the Earth Metabolome Initiative
GNU General Public License v3.0
5 stars 0 forks source link

Observation and NestedObservation #10

Closed oolonek closed 3 months ago

oolonek commented 3 months ago

Instead of having several pictures types per Observation we rather allow a unique picture type per Observation (defined by its Subject) and allow for NestedObservation.

LucaCappelletti94 commented 3 months ago

Why is this an issue? Isn't this how it currently works? Also pay attention to the nomenclature:

  1. Observation is the name of the flat struct
  2. NestedObservation is the name of the nested struct which contains the flat struct of the associated IDs.
oolonek commented 3 months ago

Allright. Guess its a close then :)