feat: add apikey manager field with admin create/transfer/filter supportFeat/apikey manager#550
Open
XinyuZhang132 wants to merge 3 commits intoLianjiaTech:developfrom
Open
feat: add apikey manager field with admin create/transfer/filter supportFeat/apikey manager#550XinyuZhang132 wants to merge 3 commits intoLianjiaTech:developfrom
XinyuZhang132 wants to merge 3 commits intoLianjiaTech:developfrom
Conversation
- Add manager_code/manager_name fields to apikey table (SQL migration + jOOQ codegen) - Support manager-based filtering in apikey list (managerCode/managerSearch conditions) - Admin can create AK on behalf of person/org/project owners - Admin can set/update manager for any AK - Manager can create sub-AKs, reset, and transfer managed AKs - Add "我管理的AK" tab for non-admin users - Add person-channel priority routing in ChannelRouter - Fix: admin view permission bypass for updateManager and reset operations - Fix: TransferDialog search excludes self only when current user is the owner Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
@claude 检查提交的代码,使用中文回复 |
Collaborator
|
Claude finished @szl97's task —— View job 代码审查完成 ✅正在检查提交的代码,主要功能是添加 API Key 管理者字段和相关的管理员功能。 审查任务清单
📋 代码审查总结这次提交实现了 API Key 管理者字段功能,允许为 API Key 设置专门的管理人。整体实现质量良好,架构设计合理。 ✅ 优点1. 数据库设计合理
2. 后端实现完善
3. 前端用户体验良好
4. 类型定义完整
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.