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

Permissions attribute for targets, filtering logic and migrations #1175

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

Fingel
Copy link
Contributor

@Fingel Fingel commented Feb 6, 2025

Adds a permissions field on the Target that allows for filtering prior to doing row-level permissions for open/public targets. This significantly improves performance for TOMs with large datasets that are mostly open or public.

Included migrations should handle the transition transparently.

Todo:

  • Extend filtering logic beyond the TargetList view.
  • Update target creation logic away from the Public group.
  • Apply logic to non-target models?
  • Tests.
  • Clean up any remaining 'Public' group logic.
  • Update documentation.

Adds a permissions field on the Target that allows for filtering prior
to doing row-level permissions for open/public targets. This
significantly improves performance for TOMs with large datasets that are
mostly open or public.

Included migrations should handle the transition transparently.

Todo:

[] Extend filtering logic beyond the TargetList view.
[] Update target creation logic away from the Public group.
[] Apply logic to non-target models?
[] Tests.
[] Clean up any remaining 'Public' group logic.
[] Update documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

1 participant