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
Update Analysis data classes in Song to remove Donor, Specimen, and Sample.
Since these classes are used throughout the code base this will break many other classes, so references to these properties should be removed and cleaned up so that the code base can still build without these properties.
From these classes we need to remove all hardcoded references to donor, specimen, and sample classes, or IDs representing these entities.
Additional context
As part of this ticket, we don't need to remove the classes representing the Donor, Specimen, or Sample entities. We will remove all uses of these classes and then remove the code for these classes and their correspondign repositories once analyses are stable without them.
The text was updated successfully, but these errors were encountered:
This ticket is contributing to the epic: #863
Summary
Update Analysis data classes in Song to remove Donor, Specimen, and Sample.
Since these classes are used throughout the code base this will break many other classes, so references to these properties should be removed and cleaned up so that the code base can still build without these properties.
Details
The classes that need to be updated are:
From these classes we need to remove all hardcoded references to donor, specimen, and sample classes, or IDs representing these entities.
Additional context
As part of this ticket, we don't need to remove the classes representing the Donor, Specimen, or Sample entities. We will remove all uses of these classes and then remove the code for these classes and their correspondign repositories once analyses are stable without them.
The text was updated successfully, but these errors were encountered: