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
We are planning on including row and field-level security for tables. The required permissions need to be tested before implementation. Row and field level READ privileges for certain fields and roles will be implemented to prove feasibility.
Details
name
test case
requirement
globalAdmin
Can view and update all user info for all users, can create new users, and can de-activate users
.Can CRUD anything
adminProject
Can view and update all user info for users assigned to the project. Can not view users not related to a project which they are assigned. Cannot update users for projects for which they are not a project admin
Can Read and Update anything related to their assigned project
memberProject
Can read basic user info for users on the same project. Cannot update information.
Can Read anything related to their project that is visible
Action Items
implement code needed for FLS (tables, possibly models)
Overview
We are planning on including row and field-level security for tables. The required permissions need to be tested before implementation. Row and field level READ privileges for certain fields and roles will be implemented to prove feasibility.
Details
Action Items
Resources/Instructions
The text was updated successfully, but these errors were encountered: