When [Gamma] users do not have access to a dashboard / datasource, we currently redirect them to the welcome page and flash a message saying they don't have access.
Instead of that, we should redirect them to a place where they can request access. We can create a model and use the CRUD interface for this purpose. Fields needed for this new AccessRequest
model are:
Admins should be able to see the list of requests and grant access easily from the list view
Can we make this optional under an option in settings please?
Future works:
Most helpful comment
Can we make this optional under an option in settings please?