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

#1310 data archiving soft deletes #596

Merged
merged 3 commits into from
Jun 29, 2021

Conversation

HalcyonJAC
Copy link
Contributor

@HalcyonJAC HalcyonJAC commented Jun 23, 2021

What's included?

Soft deleting feature so deleted records are archived in {{collection_name}}_deleted collection within firestore

Who should test?

✅ Developers

How to test?

Create / find a record that you can delete then delete it.

Then check the {{collection_name}}_deleted collection and check if the deleted record exists.

Risk - how likely is this to impact other areas?

Low risk

Additional context


PREVIEW:DEVELOP
can be OFF, DEVELOP or STAGING

@HalcyonJAC HalcyonJAC marked this pull request as ready for review June 23, 2021 09:00
Copy link
Member

@warrensearle warrensearle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great 👍

@warrensearle warrensearle merged commit e74a2dd into develop Jun 29, 2021
@warrensearle warrensearle deleted the 1310-data-archiving-soft-deletes branch June 29, 2021 12:40
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

Successfully merging this pull request may close these issues.

3 participants