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
I am implementing a system where each role (Developer, Influencer, Translator, etc.) can have also levels, so a certain user can be a Level 1 Developer, another user can be Level 2 Translator, and so on. Any idea if it is already possible with this app?
The text was updated successfully, but these errors were encountered:
@ledzgio hmm good point. If those roles are fixed (ie.: you always know how many levels there are), you can just have a Role class for each. But they will be isolated, you'll have to provision them as if they were completely unlinked.
I am implementing a system where each role (Developer, Influencer, Translator, etc.) can have also levels, so a certain user can be a Level 1 Developer, another user can be Level 2 Translator, and so on. Any idea if it is already possible with this app?
The text was updated successfully, but these errors were encountered: