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 5 additions and 5 deletions
Showing only changes of commit d12a46b2a3 - Show all commits

View File

@@ -112,10 +112,10 @@
- [x] 增加 `exhausted_at / recovery_at / exhaust_reason`
- [x] 明确与现有 user / monitor 标识的关系
- [ ] BE-CAL-004:实现 MinimumWorkload 存储方案(backend only)
- [ ] 确定 JSON 字段还是独立表
- [ ] 实现用户级配置读写
- [ ] 提供后续校验调用入口
- [x] BE-CAL-004:实现 MinimumWorkload 存储方案(backend only)
- [x] 确定 JSON 字段还是独立表 → 独立表 `minimum_workloads`config 列为 JSON
- [x] 实现用户级配置读写 → GET/PUT/PATCH `/calendar/workload-config` + admin 路由
- [x] 提供后续校验调用入口`services/minimum_workload.check_workload_warnings()`
- [ ] BE-CAL-005:实现 Plan 虚拟 slot 标识与物化策略(backend only)
- [ ] 实现 `plan-{plan_id}-{date}` 标识规则