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

[WIP] refactor access to dataset through events #1918

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

Commits on Mar 6, 2023

  1. EventDatasetManager

    Added an eventdatasetmanager just like publishedproject manager.
    This is supposed to be used to get the list of dataset accessible to a user.
    amitupreti committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    99ca5b4 View commit details
    Browse the repository at this point in the history
  2. refactor PublishedProjectManager.accessible_by

    updated the logic in `PublishedProjectManager.accessible_by` to use the query filter from EventDatasetManager
    amitupreti committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e28ab5e View commit details
    Browse the repository at this point in the history