feat: expose data export failure fields on shared API and storage - #659
Open
LordofAvernus wants to merge 1 commit into
Open
feat: expose data export failure fields on shared API and storage#659LordofAvernus wants to merge 1 commit into
LordofAvernus wants to merge 1 commit into
Conversation
Persist export_fail_summary / stage / reason and SQL export_status so CE and EE clients can surface failure visibility without changing workflow status enums. Co-authored-by: Cursor <cursoragent@cursor.com>
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨No code suggestions found for the PR. |
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
关联的 issue
https://github.com/actiontech/dms-ee/issues/951
描述你的变更
确认项(pr提交后操作)
Tip
请在指定复审人之前,确认并完成以下事项,完成后✅
not_compatibleneed_update_docMade with Cursor
Description
公开数据导出任务的失败阶段及原因字段
更新API、业务逻辑和存储模型传递失败信息
增加Swagger文档和本地化消息更新
Diagram Walkthrough
File Walkthrough
8 files
增加数据导出任务失败阶段与原因字段添加工单记录中导出失败摘要字段更新任务模型,加入失败信息字段及常量定义添加工单失败摘要和更新接口方法在服务层传递并处理任务失败相关字段同步转换函数,传递失败信息至业务模型更新数据库模型,加入失败信息新字段新增更新工单导出状态及失败摘要接口方法5 files
添加中文本地化失败原因提示消息更新Swagger文档,公开失败信息字段定义同步更新Swagger定义中失败信息字段新增英文失败原因消息配置新增中文失败原因消息配置