bobbai00 opened a new issue, #3946: URL: https://github.com/apache/texera/issues/3946
### Feature Summary Let admins control the permissions of using some features for users. One motivation is: for feature described in #3935, only trusted users should have the capability of using the feature. ### Proposed Solution or Design - **Store the permission info in the database**: Add a column in `user` table called `permission`. This field is a json type and can store the permission the user has. - **Introduce the frontend dashboard for admins**: Add a new column in admin user dashboard. Admins can toggle the per-user permission via the dashboard ### Impact / Priority (P2)Medium – useful enhancement ### Affected Area _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
