This commit is contained in:
Huang,Yonggang 2024-04-19 07:32:20 +08:00
parent c74e6db415
commit d012b0b20d
2 changed files with 35 additions and 0 deletions

View File

@ -61,6 +61,7 @@ function makedaydraft(date, plan) {
timeperiod.amount = time[i].amount;
timeperiod.type = "work";
timeperiod.subject = "tbd";
timeperiod.name = "tbd";
timeperiod.output = "draft/" + date.slice(0, 4) + "/" + date.slice(4, 6) + "/" + timeperiod.begin + ".md";
drafttimearray.push(timeperiod);
}

View File

@ -0,0 +1,34 @@
# 20240419
计划
根据[ego模型时间接口](https://gitee.com/hyg/blog/blob/master/timeflow.md)今天绑定模版1。
| 时间片 | 时长 | 用途 |
| --- | --- | --- |
| 4:00~4:14 | 15 | 休整 |
| 4:15~5:14 | 60 | 备餐、运动 |
| 5:15~5:59 | 45 | 早餐 |
| 6:00~6:44 | 45 | 会议、自习 |
| 6:45~7:44 | 60 | 休整 |
| 7:45~8:44 | 60 | [静默工作](http://simp.ly/p/xtgD4F) |
| 8:45~9:29 | 45 | 休整 |
| 9:30~10:59 | 90 | [静默工作](http://simp.ly/p/j1SspP) |
| 11:00~13:59 | 180 | 备餐、午餐午休 |
| 14:00~14:29 | 30 | [静默工作](http://simp.ly/p/8t3vlk) |
| 14:30~14:59 | 30 | [静默工作](http://simp.ly/p/5k9gJy) |
| 15:00~15:59 | 60 | 休整 |
| 16:00~16:59 | 60 | [静默工作](http://simp.ly/p/4QDThK) |
| 17:00~18:59 | 120 | 晚餐 |
| 19:00~19:59 | 60 | 讨论、整理提交 |
模版一采用静默工作方式。
希望讨论的提纲发到 [huangyg@mars22.com](mailto:huangyg@mars22.com)通常安排在后面某天的早餐5:15~5:59或会议时间6:00~6:45
---
- task:PSMD [一套合同的、一个模型的termset。](../../../draft/2024/04/20240419074500.md)
- task:ego [追溯到一级任务的path文件夹的task metadata。考虑子项目的情况。应该按树形结构逐级汇总。alltask metadata这时候可以用上不要漏了subject。](../../../draft/2024/04/20240419093000.md)
- task:PSMD [把termset的metada整理生成id和文件名。](../../../draft/2024/04/20240419140000.md)
- task:PSMD [设计error、deploy、com的关系。](../../../draft/2024/04/20240419143000.md)
- task:PSMD [调整PSMD新版基础规则的表述。](../../../draft/2024/04/20240419160000.md)