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
When a public / complete record is changed to a non-public or non-complete value its solr record should be deleted
Technical Discussion
If #102 is implemented by having TransformationCache entries with delete: true, then the TransformationConsumer can write a {id: <record_Id>, deleted: true} when it finds a non-public or non-complete EphemeraFolder.
First Step
Write a test
The text was updated successfully, but these errors were encountered:
hackartisan
changed the title
When a public / complete record is changed to a non-public or non-complete value its solr record should be deleted
Synchronize visibility
Oct 23, 2024
Acceptance Criteria
Technical Discussion
If #102 is implemented by having TransformationCache entries with
delete: true
, then the TransformationConsumer can write a{id: <record_Id>, deleted: true}
when it finds a non-public or non-complete EphemeraFolder.First Step
Write a test
The text was updated successfully, but these errors were encountered: