❔ questions database
Yurgers opened this issue · 5 comments
I'm trying to figure out this project.
the project is very cool.
I have some questions that could help me.
What the tables are used for: sys_dict_data and sys_dict_type,
their presence is completely unclear to me.
And I got confused about the rights...
- there is a column
perms
in the tablesys_menu
- there are
Depends(requestPermission('xxx'))
- and also, there is also a table
sys_casbin_rule
which of these should be used?
sys_dict_ data
andsys_dict_ type
is used for front-end, but it has not been implemented in the front-end yet.perms
andperms
(requestPermission ('xxx')) `are used for menu routing permissions. (Simple)sys_casbin_rule
is used for casbin rbac. (Complex)
The official documentation hasn't started yet for a number of reasons, but I'm still working on it.
maybe there is no official documentation. Some kind of draft?
it would be great if there was at least a brief reference on the rights.
what is their logic, the principle of operation.
is there an opportunity to show an example of filling in the sys_casbin_rule table?
Unfortunately, there is no document description at present. Casbin is a complex permission system. I think you need to study the official documents in depth.