Open ahwagner opened 3 years ago
We have gone back and forth on whether we have specific fields (e.g. variation
, disease_id
) for corresponding descriptors, or just the same generic slot (value
, value_id
). Bringing this issue back to the top since it was an active discussion point today.
This may be informed by discussion and decisions on #34.
Currently, we have descriptors with specific field names for value objects, e.g.
variation_id
andvariation
inVariationDescriptor
. We should consider reverting tovalue_id
andvalue
defined in theValueObjectDescriptor
and inherited by all descendent classes.