Poem-addmin
Chinese | English
A Admin management panel written by Axum/Poem, Sea-ONE3
https://github.com/lingdu1234/iUI314
IUI314.vercel.app Preview IUI314preview
User Management: Users are system operators. This function mainly completes the user configuration of the system.
Department management: Configure system organizations (companies, departments, groups), and the tree structure shows supporting data permissions.
Job management: Configure the system of the system of the system.
Menu management: Configure the system menu, operating permissions, button permissions, etc.
Character management: Division of the scope permissions of the role of the role of the role of the role of the role of the role of the role of the role of the role of the role of the role of the role of the role of the role.
Dictionary management: Maintain some fixed data often used in the system.
Login log: System login log History query contains login exceptions.
Online users: active user status monitoring in the current system.
Timing task: Online (added, modified, deleted) task scheduling contains execution results logs.
Character switching, different characters can be inconsistent with data permissions.
Data permissions: divide all permissions, headquarters authority, department and below, custom permissions, and five permissions of their own permissions
Department switching: You can set multiple departments that users can exist, but only one department can be activated, which can be switched;
System monitoring: Simple monitoring of system information;
Data cache: According to the API cache data, the division of the division cache (the cache data is consistent, used for public data cache) and the personal cache (the API cache of different data of different users of the same API). The API is associated with the database name. When the data is updated, remove the related API cache data, the cache time expires, and the cache data is cleared;
Operation log: In the menu setting the logging level of each API, it is divided into file records, database records, and recorded at the same time. Do not record several modes. According to different APIs, configure it separately
Permanent management: Return the routing dynamic generated routing from the back end; the front -end button level permissions are uniformly controlled by the back -end return permissions;
cargo install sea-orm-cli
sea-orm-cli migrate up
sea-orm-cli migrate fresh
sea-orm-cli migrate down