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

Add "rank" and "description" fields for roles #1

Closed
wants to merge 3 commits into from

Conversation

emilgpa
Copy link

@emilgpa emilgpa commented Jul 24, 2014

Hi!,
For my project, i need two fields: rank and description.
Rank is used for sort the roles in map without alter the name field of role (for example, show all roles sorted by rank to other administrators of a website). And "description" is used for info about of role (for example, for other administrators of a website know that makes each role.)

@mikespook
Copy link
Owner

The library was designed for controlling permissions(logical layer). I wonder if it's necessary adding so many fields witch belong to models (data layer).

Following Golden Circle principle, I'd like to separate this to different data-structures.

@mikespook mikespook closed this Jul 25, 2014
@emilgpa
Copy link
Author

emilgpa commented Jul 25, 2014

Sorry, I'm newbie (six months in the programming). And thanks for the reply! I'll separate it in a different data-structures.

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

Successfully merging this pull request may close these issues.

None yet

2 participants