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
I have spent a week working on a proof-of-concept demo to see if we could intercept database queries to apply ABP concepts to them before they are executed. I'd like to open this up to a discussion about how useful this is for people and how this could be used in ABP to make it more flexible. This need for flexibility has been mentioned before. It could be provided as part of the core ABP implementation or possibly included as a plugin (I have not investigated this yet).
My demo intercepts queries to apply IDataFilters without relying on Entity Framework's Global Query Filters which offers limited/restricted functionality. There are bugs and the code isn't clean because its a prototype so you'll probably be able to break it - I don't mind :)
My motivation for this is due to a few issues I have seen recently:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have spent a week working on a proof-of-concept demo to see if we could intercept database queries to apply ABP concepts to them before they are executed. I'd like to open this up to a discussion about how useful this is for people and how this could be used in ABP to make it more flexible. This need for flexibility has been mentioned before. It could be provided as part of the core ABP implementation or possibly included as a plugin (I have not investigated this yet).
My demo intercepts queries to apply
IDataFilters
without relying on Entity Framework's Global Query Filters which offers limited/restricted functionality. There are bugs and the code isn't clean because its a prototype so you'll probably be able to break it - I don't mind :)My motivation for this is due to a few issues I have seen recently:
IsSoftDeleteFilterEnabled
andIsMultiTenantFilterEnabled
in AbpDbContext.The wider community also wants the filters to be more flexible too:
I have written an extensive readme to explain the project if you need more info.
Here is the demo: https://github.com/olicooper/abp-queryfilter-test
The text was updated successfully, but these errors were encountered: