Creating user roles will allow the user with administrative rights to change the balance and edit the information of other users.
UI:
• Clients -
• Administrator -
Data Structure:
Edit:
Add:
Create 4 new tables with migration from previous admin module Yii2-RBCA.
auth_item - this table stores roles and permissions.
auth_item_child - inheritance.
auth_assignment - position.
auth_rule - class rule names.
Creating user roles will allow the user with administrative rights to change the balance and edit the information of other users.
UI:
• Clients - • Administrator -
Data Structure:
Edit:
Add:
Create 4 new tables with migration from previous admin module Yii2-RBCA. auth_item - this table stores roles and permissions. auth_item_child - inheritance. auth_assignment - position. auth_rule - class rule names.
Logic or Flow information: