Closed cjosu closed 1 year ago
Re: meeting, did some investigation to try to understand what this issue might be about:
After some investigation of graphql fields and what is currently built under Interactions by Drug, I think the issue might be a misunderstanding of how the data is structured. In the interactions results, our design documents intended for sample indications to be displayed within the results table in addition to scores, interaction type, and approval status. My suspicion is that there was uncertainty whether every interaction is expected to have an indication or not.
Indications can be returned within an InteractionAttribute field and can be grabbed for display if it exists, but it is not always guaranteed to be present. In these cases we could display "Not Available" or something along those lines.
Closed by #373.
In Interactions by Drug, certain records are missing an indication field. Might be a data issue?