feat(flow): unify member-group-permission admin workflow and docs

This commit is contained in:
Chris
2026-03-30 03:54:22 +08:00
parent 31fff92e19
commit f884f1043d
17 changed files with 576 additions and 130 deletions

View File

@@ -35,8 +35,8 @@
- [x] `/admin/modules`(模組 CRUD
- [x] `/admin/companies`(公司 CRUD
- [x] `/admin/sites`(站台 CRUD
- [x] `/admin/members`(會員列表
- [x] `/admin/permission-groups`(群組 CRUD + 綁會員 + 群組權)
- [x] `/admin/members`(會員 CRUD + 指派群組
- [x] `/admin/permission-groups`(群組 CRUD + 群組授權 + 群組權限列表
- [x] 導覽列加入管理員群組下拉菜單
## 進行中(下一階段)
@@ -55,6 +55,6 @@
- [x] 登入後可穩定讀取 `/me` 與快照 ✅
- [x] 可新增 system/module/company/site ✅
- [x] 可做用戶直接 grant/revoke新 payload
- [x] 可建立 permission-group、加會員、群組 grant/revoke ✅
- [x] 可建立 permission-group,並從會員頁指派群組,做群組 grant/revoke ✅
- [x] `/me/permissions/snapshot` 表格可顯示 system + module + action ✅
- [x] 與後端契約文件一致 ✅