Implementation: Delete Flow Cleanup
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
**Objective**
Update the delete flow to correctly process entries across Corp, Freeze, and Auth, while excluding Corp entries that should be deleted after demigration.
**Scope**
Review the current delete flow processing logic.
- [x] Add handling for entries associated with:
- Corp Processing
- Colin Freeze
- Auth Processing
- [x] Add Corp entries to the exclusion criteria so they are skipped during next migration processing.
- [x] Ensure the exclusion logic is applied consistently before delete processing occurs.
- [x] Validate that Freeze and Auth entries continue to be processed as expected.
Acceptance Criteria
Corp entries identified for exclusion are not processed by the delete flow.
Freeze entries continue to be cleaned correctly.
Auth entries continue to be cleaned correctly.
Existing delete-flow behavior is not impacted for entries.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.