Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to have levels in roles? #98

Open
ledzgio opened this issue Apr 14, 2019 · 3 comments
Open

Is it possible to have levels in roles? #98

ledzgio opened this issue Apr 14, 2019 · 3 comments

Comments

@ledzgio
Copy link

ledzgio commented Apr 14, 2019

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?

@filipeximenes
Copy link
Contributor

@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.

@ledzgio
Copy link
Author

ledzgio commented Apr 15, 2019

@filipeximenes yes levels are fixed in my idea, means I should create classes like Developer Level 1, Developer Level 2 and so forth, right?

@filipeximenes
Copy link
Contributor

@ledzgio that's right!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants