You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This model is taken from BMMRI model. So we might need it's structure.
The "other" entry could hold text value for other data types, any idea how we can store them if we keep a ENUM?
TO DECIDE:
Do we need to keep false values here ,
"dataTypes": {
"biospecimens": true,
"environmentalData": true,
"genomicData": false,
"phenotypicData": false
},
Can't it be simply
"dataTypes": [ "biospecimens", "environmentalData"]
@amnonkhen @theisuru
The text was updated successfully, but these errors were encountered: