COSMOS is a web application designed to manage collections indexed in NASA's Science Discovery Engine (SDE), facilitating precise content selection and allowing metadata modification before indexing.
We might need to put a litte more thought into this procedure, but when rules are executed, they should run in a two stage operation:
first, they do a read only run on the CuratedModel, and if they get a result that differs from the currently saved result, this is saved to the DeltaModel, creating a new url instance whenever necessary
second, they run on any urls in the DeltaModel, updating the values within the delta model
Description
We might need to put a litte more thought into this procedure, but when rules are executed, they should run in a two stage operation:
Implementation Considerations
Deliverable