feat(#802): add view_all enum and swagger docs for global dashboard#3286
Merged
feat(#802): add view_all enum and swagger docs for global dashboard#3286
Conversation
Update the shared dashboard response type and generated swagger docs so the global workflow list returns current step assignees as a name list.
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨No code suggestions found for the PR. |
iwanghc
approved these changes
Apr 30, 2026
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.
User description
Summary
Fixes https://github.com/actiontech/dms-ee/issues/802
Description
删除旧字段
assignee,移除单一当前处理人显示新增字段
current_step_assignee_user_name_list,返回处理人姓名数组更新仪表盘API响应结构及swagger文档说明
Diagram Walkthrough
flowchart LR A["删除 assignee 字段"] --> B["添加 current_step_assignee_user_name_list 字段"] B --> C["更新类型定义与swagger文档"]File Walkthrough
docs.go
更新文档中字段定义sqle/docs/docs.go
assignee字段定义current_step_assignee_user_name_list字段说明swagger.json
更新swagger.json字段定义sqle/docs/swagger.json
assignee字段current_step_assignee_user_name_list字段swagger.yaml
更新swagger.yaml字段描述sqle/docs/swagger.yaml
assignee字段定义current_step_assignee_user_name_list字段定义types.go
更新仪表盘数据类型定义sqle/server/dashboard/types.go
Assignee字段CurrentStepAssigneeUserNameList字段(字符串数组)