Closed prashantuniyal02 closed 1 year ago
After comparing with 23.04
(PPP) the next fields have gone from long
to float
therefore susceptible of causing issues downstream:
Dataset | Column |
---|---|
evidence | clinicalPhase |
knownDrugsAggregated | phase |
indication | maxPhaseForIndication |
molecule | maximumClinicalTrialPhase |
Some examples with the new phases for us to test:
[x] Melanoma profile page, clinical signs and symptoms crashing in the dev deploy: https://platform.dev.opentargets.xyz/disease/EFO_0000756 --> #2972
[ ] Chembl widget crashing: https://platform.dev.opentargets.xyz/evidence/ENSG00000157404/MONDO_0011719 , https://platform.dev.opentargets.xyz/evidence/ENSG00000198785/MONDO_0004975
The chembl widget crashing will be fixed once #2969 is implemented by the FE. The BE response looks clean.
I branched the melanoma issue to #2972 because it has nothing to do with the clinical phase.
Done in dev
FE issues that might be associated with the changes clinical phase: