Grouping roles in a "market" model #1717
Unanswered
JorgeAnzola
asked this question in
Q&A
Replies: 1 comment
-
You can try #1782 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I thought I opened the issue previously, but it looks like I didn't 🤦🏼♀️
In my application I have the concept of markets, for example "latam" or "asia", each market has its own model. The challenge is that there's a super admin (This could be a normal role), with access to everything, and then an admin per market. Where an admin from Asia cannot view anything from Latam. I also have other roles, like "assessor" or "customer", all of them related to a market.
I'm thinking about linking the role to the market model id, as I wouldn't like to do something like
admin_latam
, as suggested here. I'm asking first before (maybe) reinventing the wheel.I also found this that could help, the app doesn't have multiple tenants, but maybe could be related?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions