refactor: inline DataRequest
in TransferProcess
#3732
Labels
refactoring
Cleaning up code and dependencies
Milestone
Feature Request
the
DataRequest
value object is a leftover from the old IDS protocol spec, but in fact it does not represent anything in our domain model, so we should "inline" it (moving all its fields in theTransferProcess
)Which Areas Would Be Affected?
transfer
Why Is the Feature Desired?
cleanup
Solution Proposal
first we'll need to change the signatures types of the
ResourceManifestGenerator
and*ResourceDefinitionGenerator
fromDataRequest
toTransferProcess
The text was updated successfully, but these errors were encountered: