fix(project): 项目名称改为可重复展示名 - #912
Open
xyh202131 wants to merge 1 commit into
Open
Conversation
Treat project names as display labels while keeping project IDs as the stable identity. Co-authored-by: Codex <codex@openai.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #912 +/- ##
==========================================
- Coverage 86.50% 86.21% -0.29%
==========================================
Files 304 305 +1
Lines 23830 23787 -43
Branches 3597 3601 +4
==========================================
- Hits 20615 20509 -106
- Misses 2249 2318 +69
+ Partials 966 960 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
审阅了项目展示名改为可重复后的完整变更,覆盖 ORM 约束、创建/重命名 API、迁移脚本、前端文案及相关回归测试。项目 ID 仍作为详情、列表和关联路径的稳定标识,创建与重命名的同名行为与新的数据库约束保持一致;未发现达到报告阈值的正确性、性能或安全问题。
验证:PR 的 lint-and-test、Frontend checks、gate 和 Vercel 检查均通过;本地静态检查(git diff --check、Python 编译)通过。当前环境未安装 uv 或 pytest,因此未重复运行 Python 测试。
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.
Summary
Verification
Refs #783