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
1. Define the order of properties within a field to be returned - If a user submits theallowed properties correctly, but out of order, then upon fetch of the dictionary they should display correctly. The order of properties within a field should be:
{
"name": "program_id",
"description": "Unique identifier of the ARGO program.",
"valueType": "string",
"restrictions": {
"required": true
"meta": {
"example": example
}
2. Define the order of properties within a schema - If a user submits the allowed properties correctly, but out of order, then upon fetch of the dictionary they should display correctly. The order of properties within a schema should be:
{
"name": "registration",
"description": "TSV to register Donor-Specimen-Sample data to the ARGO Platform.",
"key": "submitter_donor_id",
"fields": []
3. Sort codelists alphabetically; It is easier when viewing the dictionary for enum elements to be listed alphabetically.
The text was updated successfully, but these errors were encountered:
Detailed Description
Data Curators can submit data to the dictionary in any format - this can result in non-homogeneous data display within the dictionary.
5d696a21ddf130001c9bd20f
on argo qahttps://lectern.qa.argo.cancercollaboratory.org/dictionaries/5d696a21ddf130001c9bd20f
Requested features:
The text was updated successfully, but these errors were encountered: