From b688ebd35dc5114b9a72d814192676341f2abd84 Mon Sep 17 00:00:00 2001 From: zhi Date: Mon, 30 Mar 2026 06:16:05 +0000 Subject: [PATCH] BE-PR-004: implement EssentialCode encoding rules (submodule update) --- HarborForge.Backend | 2 +- plans/TASKLIST.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HarborForge.Backend b/HarborForge.Backend index 089d75f..5aca07a 160000 --- a/HarborForge.Backend +++ b/HarborForge.Backend @@ -1 +1 @@ -Subproject commit 089d75f953ff63271cecebf225be3378890dd0ca +Subproject commit 5aca07a7a0f45b54901ebcca414b4491ff951e9d diff --git a/plans/TASKLIST.md b/plans/TASKLIST.md index 94659b2..0c8e973 100644 --- a/plans/TASKLIST.md +++ b/plans/TASKLIST.md @@ -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