Post v1.0.0 bug fixes #109
Replies: 5 comments
-
Tissue Type has a typo for Begin Date for Tumor |
Beta Was this translation helpful? Give feedback.
-
organization endpoint calls parameter 'name' but expects 'identifier'Bug type misleading documentation in swagger.yml leading to inconsistent implementations
|
Beta Was this translation helpful? Give feedback.
-
Bug type: index.html "title" and "description" HTML tags were not updated after changes in swagger.yml "info">>"title" and "info">>"description". This makes URL bookmarks appearance inconsistent with swagger website cbiit.github.io/ccdi-federation-api. |
Beta Was this translation helpful? Give feedback.
-
Bug type: sample attributes "age_at_diagnosis" (3225640), "age_at_collection" (14473376), subject attribute "age_at_vital_status" (14480965) do not have CDEs references on wiki. |
Beta Was this translation helpful? Give feedback.
-
Bug type: An attribute "depositions" is not defined as nullable. API group decided on a meeting 09/27/2024 that this is a bug, and "depositions" attributes shall be allowed to be nullable. |
Beta Was this translation helpful? Give feedback.
-
This discussion is to track bugs, omissions, and errors in the interface design or reference implementation (Rust) that are still present in the 1.0.0 release and should be resolved.
This is not for new features (see #110 for that) and it is not for problems with any federation member's implementation of the interface.
Known Bugs
Diagnosis not available as search parameter for sample endpoint
Bug type Omission in interface design
Endpoint GET /sample?diagnosis=VALUE
Expected behavior Samples are filtered by the value of the "diagnosis" field
Current behavior per API spec Diagnosis is an UnsupportedField
Is fix a breaking change? No: a new parameter option will be added which clients may choose to ignore.
Will implementations need to update? Yes: if an implementation supports the sample endpoint and diagnosis is not yet a searchable parameter it will need to be added.
Date added June 24 2024
Current status fix not yet started as of June 24
Notes
Race
Black or African American
has theAsian
descriptionBug type Error in reference implementation
Endpoint The wiki: ccdi-federation-api / ccdi-federation-api-spec
Expected behavior wiki has the correct description for
Black or African American
Current behavior wiki has the wrong description
Is fix a breaking change? No: fix applies to wiki only; no client needs to make a change.
Will implementations need to update? No; harmonized fields in
metadata/fields/subject
do not have a Description attribute.Date added July 3 2024
Current status fix not yet started as of July 3
Notes
Comment block to be fixed is at:
ccdi-federation-api/packages/ccdi-cde/src/v1/subject/race.rs
Line 99 in d8163b9
Wikis (ccdi-federation-api / ccdi-federation-api-spec) have already been manually patched to correct this text.
Beta Was this translation helpful? Give feedback.
All reactions