Go to file
Ryan Wang c70b069753
feat: refining the logic of user roles (#749)
#### What type of PR is this?

/kind improvement
/milestone 2.0.1

#### What this PR does / why we need it:

完善用户角色的相关逻辑。适配 https://github.com/halo-dev/halo/pull/2865

1. 支持标识是否是系统保留角色。
2. 根据是否是系统保留角色,禁用修改和删除的操作。
3. 支持判断是否是超级管理员,如果是,默认勾选所有权限。
4. 优化 `包含 N 个权限` 文案的逻辑,超级管理员为 `包含所有权限`。
5. 优化 `基于此角色创建` 的逻辑,判断是否为超级管理员,如果是,需要设置所有角色模板到创建表单。

#### Which issue(s) this PR fixes:

Fixes https://github.com/halo-dev/halo/issues/2844

#### Screenshots:

<img width="1663" alt="image" src="https://user-images.githubusercontent.com/21301288/205965292-b8f8e556-e06b-422b-b0be-8d87a68f18be.png">
<img width="1661" alt="image" src="https://user-images.githubusercontent.com/21301288/205965333-1491c023-6726-4cdd-b970-d868a30f3296.png">

#### Special notes for your reviewer:

测试方式:

1. Halo 需要切换到 https://github.com/halo-dev/halo/pull/2865 分支。
2. 测试角色相关的所有功能。

#### Does this PR introduce a user-facing change?


```release-note
完善 Console 端用户角色的相关逻辑
```
2022-12-07 04:40:53 +00:00
.changeset refactor: rename admin to console (#634) 2022-10-09 06:56:33 +00:00
.github chore: add pull request template and remove auto assign config file (#635) 2022-10-09 06:58:29 +00:00
.husky chore: remove the step to run unit tests and typecheck before git commit (#658) 2022-10-24 03:22:10 +00:00
.vscode chore: update vscode extension recommendations 2022-08-31 23:35:46 +08:00
cypress chore: next major version base project (#478) 2022-03-03 18:26:15 +08:00
docs feat: add formkit custom input of repeater (#692) 2022-11-15 07:48:17 +00:00
packages chore: release 2.0.0 (#741) 2022-12-01 01:05:51 +00:00
public feat: change favicon to halo logo 2022-09-27 17:30:14 +08:00
src feat: refining the logic of user roles (#749) 2022-12-07 04:40:53 +00:00
.dockerignore Add dockerignore file to ignore node_modules folder while building docker image (#588) 2022-07-19 07:50:05 +00:00
.editorconfig refactor: upgrade codemirror version. (#354) 2021-09-15 21:44:00 +08:00
.env.development refactor: set the root path of the development environment to /console (#638) 2022-10-11 15:32:14 +00:00
.env.production refactor: improve login-related logic (#617) 2022-09-22 12:46:12 +00:00
.eslintrc.cjs chore: use vue/vue3-recommended eslint plugin 2022-08-30 17:30:43 +08:00
.gitignore chore: use pnpm's workspace feature to manage base components (#579) 2022-06-14 15:56:55 +08:00
.gitpod.yml chore: update gitpod config 2022-09-09 19:17:22 +08:00
.npmignore refactor: refactor post preview and private post view. 2019-12-19 17:50:23 +08:00
.npmrc chore: bump dependencies 2022-08-23 11:10:29 +08:00
Dockerfile Refactor GitHub workflow configuration (#589) 2022-07-19 19:31:11 +08:00
LICENSE release: 1.2.0. 2020-01-05 22:39:18 +08:00
Makefile Add Makefile for convenient operations (#641) 2022-10-13 10:00:16 +00:00
OWNERS chore: add @Aanko to reviewer list (#714) 2022-11-26 02:56:10 +00:00
README.md docs: update repobeats analytics images source for readme file (#659) 2022-10-24 08:04:11 +00:00
cypress.json chore: next major version base project (#478) 2022-03-03 18:26:15 +08:00
env.d.ts feat: api client requests support configuring the mute parameter to hide exception toast (#744) 2022-12-05 09:40:12 +00:00
index.html refactor: rename admin to console (#634) 2022-10-09 06:56:33 +00:00
package.json chore: release 2.0.0 (#741) 2022-12-01 01:05:51 +00:00
pnpm-lock.yaml refactor: plugin author field (#737) 2022-11-30 15:35:50 +00:00
pnpm-workspace.yaml chore: use pnpm's workspace feature to manage base components (#579) 2022-06-14 15:56:55 +08:00
postcss.config.js chore: configure tailwind css (#504) 2022-03-11 11:51:40 +08:00
prettier.config.js chore: add tailwindcss prettier plugin and reformat code 2022-05-29 23:55:06 +08:00
tailwind.config.js refactor: widgets of dashboard page (#736) 2022-11-30 14:51:49 +00:00
tsconfig.app.json feat: add attachment management support (#600) 2022-09-04 17:06:11 +00:00
tsconfig.json chore: next major version base project (#478) 2022-03-03 18:26:15 +08:00
tsconfig.vite-config.json refactor: external static libraries 2022-09-26 13:16:40 +08:00
tsconfig.vitest.json chore: next major version base project (#478) 2022-03-03 18:26:15 +08:00
vite.config.ts refactor: widgets of dashboard page (#736) 2022-11-30 14:51:49 +00:00
vitest.config.ts refactor: load the logo as an inline svg (#664) 2022-10-26 03:10:14 +00:00

README.md

README

Halo logo

Halo 2.0 的管理端项目(原 halo-admin

GitHub release GitHub GitHub last commit GitHub Workflow Status Gitpod ready-to-code


注意

当前分支为 Halo 2.0 的 Console 端开发分支,目前 Halo 2.0 处于 Alpha 测试阶段,不建议从 1.5 直接升级也不建议在生产环境使用。Console 端稳定版本Halo 1.5)请查阅以下地址:

当前仓库已经将 halo-admin 改为了 console。但对于 Halo 1.x 版本,依旧保持 halo-admin 的概念。

开发环境运行

# pnpm@7.0.0+
npm install -g pnpm
pnpm install 
pnpm build:packages
pnpm dev

生产构建

pnpm build

状态

Repobeats analytics