From 0418ce7f0b1ac3d5075b401bb1ed86d700ecd3a1 Mon Sep 17 00:00:00 2001 From: zhi Date: Wed, 1 Apr 2026 06:48:22 +0000 Subject: [PATCH] FE-CAL-001/002/003: Calendar page skeleton with slot list and plans view --- HarborForge.Frontend | 2 +- plans/TASKLIST.md | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/HarborForge.Frontend b/HarborForge.Frontend index e45281f..4932974 160000 --- a/HarborForge.Frontend +++ b/HarborForge.Frontend @@ -1 +1 @@ -Subproject commit e45281f5eddc040437f1aea9e47eee0f4e072bd0 +Subproject commit 49329745797bfa962e2d3dbbd6cce9c734439113 diff --git a/plans/TASKLIST.md b/plans/TASKLIST.md index 0720f8d..dbd9cdf 100644 --- a/plans/TASKLIST.md +++ b/plans/TASKLIST.md @@ -226,20 +226,20 @@ ## G. HarborForge.Frontend - Calendar -- [ ] FE-CAL-001:新增 Calendar 页面基础骨架(frontend only) - - [ ] 增加路由入口 - - [ ] 增加侧边栏入口 - - [ ] 增加基础页面布局 +- [x] FE-CAL-001:新增 Calendar 页面基础骨架(frontend only) + - [x] 增加路由入口 + - [x] 增加侧边栏入口 + - [x] 增加基础页面布局 -- [ ] FE-CAL-002:实现某日 slot 列表展示(frontend only) - - [ ] 展示时间轴或列表 - - [ ] 区分真实 slot 与 plan 虚拟 slot - - [ ] 展示状态 / 类型 / 时长 / 优先级 +- [x] FE-CAL-002:实现某日 slot 列表展示(frontend only) + - [x] 展示时间轴或列表 + - [x] 区分真实 slot 与 plan 虚拟 slot + - [x] 展示状态 / 类型 / 时长 / 优先级 -- [ ] FE-CAL-003:实现计划列表展示(frontend only) - - [ ] 展示计划规则 - - [ ] 展示周期参数 - - [ ] 支持跳转编辑 +- [x] FE-CAL-003:实现计划列表展示(frontend only) + - [x] 展示计划规则 + - [x] 展示周期参数 + - [x] 支持跳转编辑 - [ ] FE-CAL-004:实现创建 / 编辑 / 取消日程交互(frontend only) - [ ] 新建 slot 表单