From ea9f12b9b1c6ccdf3882b7d8f16dd3bc73078709 Mon Sep 17 00:00:00 2001 From: zhi Date: Mon, 30 Mar 2026 17:45:22 +0000 Subject: [PATCH] BE-CAL-001: Mark TimeSlot model task complete, update Backend submodule --- HarborForge.Backend | 2 +- plans/TASKLIST.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HarborForge.Backend b/HarborForge.Backend index 1ed7a85..3dcd07b 160000 --- a/HarborForge.Backend +++ b/HarborForge.Backend @@ -1 +1 @@ -Subproject commit 1ed7a85e11dc1eb95c9e77c0985b8c3c87d8536e +Subproject commit 3dcd07bdf3065c5549de017e7e74e9860477db9f diff --git a/plans/TASKLIST.md b/plans/TASKLIST.md index 1d157b9..d50690a 100644 --- a/plans/TASKLIST.md +++ b/plans/TASKLIST.md @@ -95,11 +95,11 @@ ## C. HarborForge.Backend - Calendar 基础模型与规则 -- [ ] BE-CAL-001:新增 Calendar 基础模型 `TimeSlot`(backend only) - - [ ] 新增表结构 - - [ ] 定义 slot status / slot type / event type 枚举 - - [ ] 定义时间字段与时长字段 - - [ ] 定义 `plan_id` 关联 +- [x] BE-CAL-001:新增 Calendar 基础模型 `TimeSlot`(backend only) + - [x] 新增表结构 + - [x] 定义 slot status / slot type / event type 枚举 + - [x] 定义时间字段与时长字段 + - [x] 定义 `plan_id` 关联 - [ ] BE-CAL-002:新增 Calendar 基础模型 `SchedulePlan`(backend only) - [ ] 新增表结构