Project

Profile

Help

Task #3933

Updated by bmbouter over 5 years ago

Create a ErrataRelatedModelSaver stage that will: 

 1. Read in a batch of DeclarativeContent objects 
 2. Filter out the UpdateRecord objects, and send the other content unit types down the pipeline 
 3. Bulk-save the UpdateCollection objects. 
 4. Bulk-save the UpdateCollectionPackage objects. 
 5. Send the handled UpdateRecord objects down the pipeline 

 This stage needs to be run just after the ContentUnitAssociation stage. That means it needs a custom pipeline, which RPM can instantiate easily. That work should be done as part of this ticket.

Back