- 14:00~15:29 infra: [schema立项。](#20240919140000)

- 16:30~17:29   ego: [draft文件名改为序号](#20240919163000)
This commit is contained in:
Huang Yonggang 2024-09-19 21:38:03 +08:00
parent 23cd5190f5
commit a5e0c3df0d
2 changed files with 113 additions and 27 deletions

View File

@ -1,23 +1,109 @@
# 2024.09.19.
计划
小结
<a id="top"></a>
根据[ego模型时间接口](https://gitee.com/hyg/blog/blob/master/timeflow.md)九月中上旬补足前两月缺勤。今天绑定模版2(2c)。
| 时间片 | 时长 | 用途 | 手稿 |
| --- | --- | :---: | --- |
| 08:00~08:14 | 15 | 休整 | |
| 08:15~09:14 | 60 | 备餐、运动 | |
| 09:15~09:59 | 45 | 早餐 | |
| 10:00~10:44 | 45 | 会议、自习 | |
| 10:45~10:58 | 14 | 休整 | |
| 11:00~13:59 | 180 | 备餐、午餐午休 | |
| 14:00~15:29 | 90 | 工作 | infra:schema立项。 [在线](http://simp.ly/p/lsBYG9) [离线](../../draft/2024/09/20240919140000.md) <a href="mailto:huangyg@mars22.com?subject=关于2024.09.19.[infra:schema立项。]任务&body=日期: 20240919%0D%0A序号: 6%0D%0A手稿:../../draft/2024/09/20240919140000.md%0D%0A---请勿修改邮件主题及以上内容 从下一行开始写您的想法---%0D%0A">[想法]</a> |
| 15:30~15:59 | 30 | 休整 | |
| 16:00~16:59 | 60 | 工作 | ego:draft文件名改为序号 [在线](http://simp.ly/p/MpcbHD) [离线](../../draft/2024/09/20240919160000.md) <a href="mailto:huangyg@mars22.com?subject=关于2024.09.19.[ego:draft文件名改为序号]任务&body=日期: 20240919%0D%0A序号: 8%0D%0A手稿:../../draft/2024/09/20240919160000.md%0D%0A---请勿修改邮件主题及以上内容 从下一行开始写您的想法---%0D%0A">[想法]</a> |
| 17:00~18:59 | 120 | 晚餐 | |
| 19:00~19:59 | 60 | 讨论、整理提交 | |
<a id="index"></a>
- 14:00~15:29 infra: [schema立项。](#20240919140000)
- 16:30~17:29 ego: [draft文件名改为序号](#20240919163000)
---
season stat:
- 14:00~15:29 infra: [schema立项。](../../draft/2024/09/20240919140000.md)
- 16:00~16:59 ego: [draft文件名改为序号](../../draft/2024/09/20240919160000.md)
| task | alloc | sold | hold | todo |
| :---: | ---: | ---: | ---: | ---: |
| total | 17700 | 11837 | 5863 | 4515 |
| PSMD | 7000 | 3962 | 3038 | 870 |
| ego | 4000 | 1833 | 2167 | 825 |
| infra | 2000 | 200 | 1800 | 120 |
| xuemen | 1500 | 241 | 1259 | 450 |
| raw | 500 | 1415 | -915 | 480 |
| learn | 1500 | 2258 | -758 | 990 |
| js | 1200 | 1928 | -728 | 780 |
---
waiting list:
- 30分钟时间片
- PSMD的第1号事项根据近期交流情况整理入口protocol
- ego的第1号事项ego day各参数中增加已实现的diff
- ego的第2号事项day.js makedaylog() 根据日期读取正确的season obj
- infra的第2号事项动态菜单设计。
- 60分钟时间片
- js的第1号事项js class
- raw的第1号事项熟悉内脏之间的关系
- js的第2号事项js class
- learn的第2号事项learn Blogging on the Decentralized Web https://proto.school/blog
- 90分钟时间片
- infra的第1号事项schema立项。
- learn的第1号事项learn IPLD ADLs https://ipld.io/docs/advanced-data-layouts/
- PSMD的第2号事项整理新版本term的manifest code
- raw的第2号事项整理代码理顺food.js几个成员函数之间的调用关系
- 195分钟时间片
- xuemen的第1号事项kernel模型升级
- xuemen的第2号事项重新设计S2状态下的学门基本管理制度
- ego的第3号事项新版ego, instance or model, any manifest
- PSMD的第5号事项machines model
---
<a href="mailto:huangyg@mars22.com?subject=关于2024.09.19.[schema立项。]任务&body=日期: 2024.09.19.%0D%0A序号: 6%0D%0A手稿:../../draft/2024/09/20240919140000.md%0D%0A---请勿修改邮件主题及以上内容 从下一行开始写您的想法---%0D%0A">[email]</a> | [top](#top) | [index](#index)
<a id="20240919140000"></a>
## 14:00 ~ 15:29
infra: [schema立项。]
- 概念草图
```mermaid
---
title: Schema in ego
---
erDiagram
entity ||--|| raw: partof
entity ||--|{ ego: partof
ego ||--o{ knowledge: has
ego ||--o{ task : init
ego ||--|| schema : init
knowledge ||--|| protocol: oneof
task ||--|| schema : oneof
schema ||--|{ task : level
task ||--|| infra : oneof
infra ||--|| machine : partof
machine ||--o{ schema : support
machine ||--|| FPM: oneof
machine ||--|| FSM: oneof
entity{
string id
string name
}
knowledge{
protocol joint
protocol split
}
protocol{
manifest free
manifest law
manifest code
}
```
- 继续追加时间,准备和以前手稿融合。
---
<a href="mailto:huangyg@mars22.com?subject=关于2024.09.19.[draft文件名改为序号]任务&body=日期: 2024.09.19.%0D%0A序号: 8%0D%0A手稿:../../draft/2024/09/20240919160000.md%0D%0A---请勿修改邮件主题及以上内容 从下一行开始写您的想法---%0D%0A">[email]</a> | [top](#top) | [index](#index)
<a id="20240919163000"></a>
## 16:30 ~ 17:29
ego: [draft文件名改为序号]
- day init:
- day metadata output field:
- draft filename: yyyymmddHHMMSS.yaml -> yyyymmdd.nn.yaml
- draft file: hh:mm:ss~hh:mm:ss -> nothing
- day over:
- modify day metadata begin and amount field
- make index by metadata file, from every output file include non-working time

View File

@ -5,52 +5,52 @@
---
如果绑定模版2a可能安排以下任务
- 07:45 新版ego, instance or model, any manifest -ego[0]
- 14:00 learn IPLD ADLs https://ipld.io/docs/advanced-data-layouts/ -learn[0]
- 07:45 kernel模型升级 -xuemen[0]
- 14:00 schema立项。 -infra[0]
- 16:00 js class -js[0]
---
如果绑定模版2b可能安排以下任务
- 09:30 learn IPLD ADLs https://ipld.io/docs/advanced-data-layouts/ -learn[0]
- 14:00 整理新版本term的manifest code -PSMD[1]
- 09:30 schema立项。 -infra[0]
- 14:00 learn IPLD ADLs https://ipld.io/docs/advanced-data-layouts/ -learn[0]
- 16:00 js class -js[0]
---
如果绑定模版2c可能安排以下任务
- 14:00 learn IPLD ADLs https://ipld.io/docs/advanced-data-layouts/ -learn[0]
- 14:00 schema立项。 -infra[0]
- 16:00 js class -js[0]
---
如果绑定模版1a可能安排以下任务
- 07:45 js class -js[0]
- 09:30 learn IPLD ADLs https://ipld.io/docs/advanced-data-layouts/ -learn[0]
- 09:30 schema立项。 -infra[0]
- 14:00 根据近期交流情况整理入口protocol -PSMD[0]
- 14:30 动态菜单设计。 -infra[0]
- 14:30 ego day各参数中增加已实现的diff -ego[0]
- 16:00 熟悉内脏之间的关系 -raw[0]
---
如果绑定模版1b可能安排以下任务
- 09:30 learn IPLD ADLs https://ipld.io/docs/advanced-data-layouts/ -learn[0]
- 09:30 schema立项。 -infra[0]
- 14:00 根据近期交流情况整理入口protocol -PSMD[0]
- 14:30 动态菜单设计。 -infra[0]
- 14:30 ego day各参数中增加已实现的diff -ego[0]
- 16:00 js class -js[0]
---
如果绑定模版1c可能安排以下任务
- 14:00 根据近期交流情况整理入口protocol -PSMD[0]
- 14:30 动态菜单设计。 -infra[0]
- 14:30 ego day各参数中增加已实现的diff -ego[0]
- 16:00 js class -js[0]
---
如果绑定模版1d可能安排以下任务
- 14:00 根据近期交流情况整理入口protocol -PSMD[0]
- 14:30 动态菜单设计。 -infra[0]
- 14:30 ego day各参数中增加已实现的diff -ego[0]
- 16:00 js class -js[0]
---