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 ea9f12b9b1 - Show all commits

View File

@@ -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)
- [ ] 新增表结构