feat: backup before system reinstall

This commit is contained in:
ben
2025-09-06 07:39:03 +00:00
parent 2ffd7a8221
commit f39e03fde2
6 changed files with 305 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
{
"title": "Coze用户注册功能故障诊断系统",
"features": [
"系统健康检查",
"前端表单诊断",
"后端接口测试",
"数据库连接验证",
"用户验证逻辑检测",
"实时日志监控",
"问题修复指导"
],
"tech": {
"Web": { "arch": "react", "component": null },
"Backend": "Go语言集成现有coze-studio后端架构",
"Database": "MySQL连接诊断工具",
"Infrastructure": "Docker容器化部署Minio对象存储"
},
"design": "Material Design风格的诊断仪表板采用深蓝色主色调卡片式布局展示系统状态和诊断结果包含实时日志监控和问题修复指导界面",
"plan": {
"开发系统健康检查模块检测前端、后端、数据库、Minio等核心服务状态": "doing",
"构建前端注册表单诊断功能,验证表单验证逻辑和数据提交流程": "holding",
"实现后端注册接口测试工具检查API响应、参数处理和错误返回": "holding",
"开发数据库连接和用户表诊断功能,验证数据写入和查询权限": "holding",
"构建用户验证逻辑检测模块,测试邮箱验证、密码加密等业务流程": "holding",
"创建诊断结果展示界面,提供问题定位和修复建议": "holding",
"集成实时日志监控和错误追踪功能": "holding"
}
}