Skip to content

[app-platform] 添加模板应用相关sql#279

Merged
CodeCasterX merged 1 commit intoModelEngine-Group:1.1.xfrom
lizhichao51:1.1.x
Jun 24, 2025
Merged

[app-platform] 添加模板应用相关sql#279
CodeCasterX merged 1 commit intoModelEngine-Group:1.1.xfrom
lizhichao51:1.1.x

Conversation

@lizhichao51
Copy link
Copy Markdown
Contributor

@lizhichao51 lizhichao51 commented Jun 20, 2025

🔗 相关问题 / Related Issue

Issue 链接 / Issue Link: #230

  • 我已经创建了相关 Issue 并进行了讨论 / I have created and discussed the related issue
  • 这是一个微小的修改(如错别字),不需要 Issue / This is a trivial change (like typo fix) that doesn't need an issue

📋 变更类型 / Type of Change

  • 🐛 Bug 修复 / Bug fix (non-breaking change which fixes an issue)
  • ✨ 新功能 / New feature (non-breaking change which adds functionality)
  • 💥 破坏性变更 / Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 文档更新 / Documentation update
  • 🔧 重构 / Refactoring (no functional changes)
  • ⚡ 性能优化 / Performance improvement
  • 🧹 代码清理 / Code cleanup

📝 变更目的 / Purpose of the Change

添加模板应用相关sql/Add SQL Related to Template Applications

📋 主要变更 / Brief Changelog

新增以下模板:
SQL语言大师 / SQL Language Master
答案之书 / Book of Answers
塔罗 / Tarot
抖音电商售后客服-小抖 / Little Dou – Douyin E-commerce After-sales Service App
读书报告 / Book Report
金融合同字段提取 / Financial Contract Field Extraction
面试助手 / Interview Assistant
企业导购助手-试驾 / Enterprise Shopping Guide Assistant - Test Drive
审信助手 / Credit Review Assistant
项目计划助手 / Project Planning Assistant
演讲报告生成 / Speech Report Generator

🧪 验证变更 / Verifying this Change

image

测试步骤 / Test Steps

  1. 应用开发/App Development
  2. 从模板创建/Create from Template
  3. 有对应模板/Template Available

测试覆盖 / Test Coverage

  • 我已经添加了单元测试 / I have added unit tests
  • 所有现有测试都通过 / All existing tests pass
  • 我已经进行了手动测试 / I have performed manual testing

📸 截图 / Screenshots

image

✅ 贡献者检查清单 / Contributor Checklist

请确保你的 Pull Request 符合以下要求 / Please ensure your Pull Request meets the following requirements:

基本要求 / Basic Requirements:

  • 确保有 GitHub Issue 对应这个变更(微小变更如错别字除外)/ Make sure there is a Github issue filed for the change (trivial changes like typos excluded)
  • 你的 Pull Request 只解决一个 Issue,没有包含其他不相关的变更 / Your PR addresses just this issue, without pulling in other changes - one PR resolves one issue
  • PR 中的每个 commit 都有有意义的主题行和描述 / Each commit in the PR has a meaningful subject line and body

代码质量 / Code Quality:

  • 我的代码遵循项目的代码规范 / My code follows the project's coding standards
  • 我已经进行了自我代码审查 / I have performed a self-review of my code
  • 我已经为复杂的代码添加了必要的注释 / I have commented my code, particularly in hard-to-understand areas

测试要求 / Testing Requirements:

  • 我已经编写了必要的单元测试来验证逻辑正确性 / I have written necessary unit-tests to verify the logic correction
  • 当存在跨模块依赖时,我尽量使用了 mock / I have used mocks when cross-module dependencies exist
  • 基础检查通过:mvn -B clean package -Dmaven.test.skip=true / Basic checks pass
  • 单元测试通过:mvn clean install / Unit tests pass

文档和兼容性 / Documentation and Compatibility:

  • 我已经更新了相应的文档 / I have made corresponding changes to the documentation
  • 如果有破坏性变更,我已经在 PR 描述中详细说明 / If there are breaking changes, I have documented them in detail
  • 我已经考虑了向后兼容性 / I have considered backward compatibility

📋 附加信息 / Additional Notes


审查者注意事项 / Reviewer Notes:

@lizhichao51 lizhichao51 added this to the 1.1.2 milestone Jun 20, 2025
@lizhichao51 lizhichao51 self-assigned this Jun 20, 2025
@lizhichao51 lizhichao51 added the type: enhancement A general enhancement label Jun 20, 2025
@lizhichao51 lizhichao51 added this to Nova Jun 20, 2025
@lizhichao51 lizhichao51 changed the base branch from main to 1.1.x June 21, 2025 09:18
@CodeCasterX CodeCasterX linked an issue Jun 23, 2025 that may be closed by this pull request
4 tasks
@CodeCasterX CodeCasterX added the in: builder Issues in app-builder modules label Jun 23, 2025
@lizhichao51 lizhichao51 force-pushed the 1.1.x branch 2 times, most recently from 5d34f33 to 0f1e258 Compare June 24, 2025 04:29
@lizhichao51 lizhichao51 changed the title [app-platform] 添加模板应用相关sql和头像 [app-platform] 添加模板应用相关sql Jun 24, 2025
@lizhichao51 lizhichao51 requested a review from wuayee June 24, 2025 04:34
@CodeCasterX CodeCasterX merged commit f260fb8 into ModelEngine-Group:1.1.x Jun 24, 2025
@github-project-automation github-project-automation bot moved this to Done in Nova Jun 24, 2025
@CodeCasterX CodeCasterX added type: task A general task and removed type: enhancement A general enhancement labels Jun 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: builder Issues in app-builder modules type: task A general task

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

添加模板应用

3 participants