Add user_roles table for organizers and admins
See original GitHub issueCreate a user_roles
table with id
and type
as string and reference the id
of user_roles
via users
table.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:44 (38 by maintainers)
Top Results From Across the Web
User roles table - IBM
The first table is a master table with all applications and user roles. For application-specific tables, select one of the following: Core roles...
Read more >Users, roles and permissions - Sirv
Table of roles and permissions; The 7 user roles. Primary Owner; Owner; Admin; Editor; Contributor; Viewer; Billing. Lock folders to protect them.
Read more >Managing User Roles and Permissions - ManageEngine
Go to Admin >> Customization >> Roles. · In the Roles window, click Add Role. A new window will open up. · While...
Read more >Adding Users And Assigning Roles
Roles assign privileges to users. Two roles (storage and guest) are defined in the array management software. Assigns a user write permission and...
Read more >Create an Admin User Role to View All Records
To add a user role for Admin users, click green “+” button next to User Roles. This will prompt you to give your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just for consistency with the terminology, would we consider
user_instance_role
instead ofuser_global_role
? @timmyichen @Zeko369@allella one idea would be an
is_admin
boolean field on the user model while having theuser_chapter_roles
table be responsible for only member roles and member membership to organization (if there exists auser_id
andorg_id
combo inside the table, then the user is a member of that org).