Hello I’m working on a project management app where users are grouped into companies/clients and the projects are referred to them. For this reason I need a directory of users where the company admin could set the level of access (let’s say, admin, write, see). I want the admin of a company being able to add and edit the users level of access but at the same time I don’t want to remove row owners to make them able to access the users data.
Any solution to that? I’ve used a public user table that replicates the user table, but I don’t know how to let company admin make edits once the data are confirmed (as what he sees is a copy of users table)