Update to purge functionality (D832) - #607
Open
droberts-ctrlo wants to merge 12 commits into
Open
Conversation
pwlodarski-ctrlo
left a comment
There was a problem hiding this comment.
Overall looks good - just one or two clarity comments.
pwlodarski-ctrlo
left a comment
There was a problem hiding this comment.
PR reviewed - appears fine for me.
pwlodarski-ctrlo
left a comment
There was a problem hiding this comment.
PR re-reviewed - minor comments added for consideration.
pwlodarski-ctrlo
left a comment
There was a problem hiding this comment.
PR re-re-reviewed - appears fine to me!
Contributor
Author
|
Needs rebasing to current dev as there are some minor changes to datum (i.e. calc datetime) which need taking into account before merge |
Contributor
Author
|
Relies on #639 being merged first |
droberts-ctrlo
marked this pull request as draft
September 1, 2026 13:02
Specific datum changes are present as not every datum is purgeable. The system will now mark the record as purged and disallow editing, putting the record into an archived state. Further discussion may be required as to whether to mark the record as archived within the table as it is displayed as well as current (new) functionality to show the record as archived once the record is opened.
Also remove error with cloning date and daterange objects
droberts-ctrlo
force-pushed
the
file-purge-fix
branch
from
September 8, 2026 12:39
1782604 to
e7e33bd
Compare
droberts-ctrlo
marked this pull request as ready for review
September 9, 2026 12:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Specific datum changes are present, as not every datum is purgeable. The system will now mark the record as purged and disallow editing, putting the record into an archived state.
Further discussion may be required as to whether to mark the record as archived within the table as it is displayed as well as current (new) functionality to show the record as archived once the record is opened.