BE-PR-004: implement EssentialCode encoding rules (submodule update)

This commit is contained in:
zhi
2026-03-30 06:16:05 +00:00
parent 1cdd05d554
commit b688ebd35d
2 changed files with 6 additions and 6 deletions

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