BE-CAL-007 + BE-CAL-008: mark completed, update Backend submodule

This commit is contained in:
zhi
2026-03-31 04:16:58 +00:00
parent 5b9d2618ad
commit bc1a427f22
2 changed files with 9 additions and 9 deletions

View File

@@ -127,15 +127,15 @@
- [x] 返回明确的冲突错误信息
- [x] 区分 create 与 edit 两种场景
- [ ] BE-CAL-007:实现 MinimumWorkload warning 规则(backend only)
- [ ] 计算 daily / weekly / monthly / yearly 工作量
- [ ] 不阻止提交,仅返回 warning
- [ ] 统一 warning 数据结构
- [x] BE-CAL-007:实现 MinimumWorkload warning 规则(backend only)
- [x] 计算 daily / weekly / monthly / yearly 工作量
- [x] 不阻止提交,仅返回 warning
- [x] 统一 warning 数据结构
- [ ] BE-CAL-008:实现不可修改过去 slot 的规则(backend only)
- [ ] 禁止 edit 过去 slot
- [ ] 禁止 cancel 过去 slot
- [ ] 保证 plan-edit / plan-cancel 不追溯过去已物化 slot
- [x] BE-CAL-008:实现不可修改过去 slot 的规则(backend only)
- [x] 禁止 edit 过去 slot
- [x] 禁止 cancel 过去 slot
- [x] 保证 plan-edit / plan-cancel 不追溯过去已物化 slot
## D. HarborForge.Backend - Calendar API