Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rule Apply Pointers #1066

Closed
1 task
CarsonDavis opened this issue Oct 8, 2024 · 0 comments
Closed
1 task

Update Rule Apply Pointers #1066

CarsonDavis opened this issue Oct 8, 2024 · 0 comments
Assignees

Comments

@CarsonDavis
Copy link
Collaborator

CarsonDavis commented Oct 8, 2024

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:

  • 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

Implementation Considerations

  • type your first consideration here

Deliverable

  • updated apply code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants