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

feat: db users and permission manager #142

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

tanmoysrt
Copy link
Member

@tanmoysrt tanmoysrt commented Oct 30, 2024

Fixes frappe/press#2237


  • Core functions
    • Add User
    • Remove User
    • Apply permissions in bulk
    • Option to provide read-only/read-write permission to all tables of a database
    • Option to provide granular permission to specific tables to certain user (so that we can grant access of some specific table to a particular user)
    • Testcases
  • Agent Job and API

@tanmoysrt tanmoysrt marked this pull request as ready for review November 7, 2024 10:43
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.

feat: db users and permission manager
1 participant