dev-2026-03-29 #7

Merged
hzhang merged 60 commits from dev-2026-03-29 into main 2026-04-05 22:11:44 +00:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit b688ebd35d - Show all commits

View File

@@ -46,11 +46,11 @@
- [x] 增加 `essential_code`
- [x] 增加 `type / title / description / created_by_id / created_at / updated_at`
- [ ] BE-PR-004:实现 EssentialCode 编码规则(backend only)
- [ ] 参考现有 `ProjectCode / MilestoneCode / TaskCode / ProposeCode` 生成方式
- [ ] 设计 Essential code 前缀
- [ ] 实现唯一编号生成逻辑
- [ ] 明确是否需要独立 counter 表
- [x] BE-PR-004:实现 EssentialCode 编码规则(backend only)
- [x] 参考现有 `ProjectCode / MilestoneCode / TaskCode / ProposeCode` 生成方式
- [x] 设计 Essential code 前缀
- [x] 实现唯一编号生成逻辑
- [x] 明确是否需要独立 counter 表
- [ ] BE-PR-005:新增 Essential 的 schema 定义(backend only)
- [ ] 新增 create schema