Skip to content

Soft delete, auditing, migration history tables, PostgreSQL identifier #41

Answered by JonPSmith
khoffrath asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @khoffrath,

I will endeavour to answer your questions.

I would like to utilize your SoftDeleteService in the AuthP context.

When use say "...the AuthP context" I think you are thinking about the data your want to hold in each tenant and not the AuthP users, roles etc. See my answer to your migration tables about different parts of the application data is managed separately.

If that is what you mean you certainly use my SoftDeleteService, as it is specifically designed to work on tenant data. That's because a client wanted a multi-tenant app with soft delete (I talk about that project in this ASP.NET community standup on multi-tenant apps).

The SoftDeleteService can handle query filters…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by JonPSmith
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants