Commit 8f601c4b authored by 李佩瑶's avatar 李佩瑶

chore(ledger): 改宪法 v3 — 放宽硬门,工时(hours)改为非必填

- chk-complete-required / chk-close-required: 「工时(hours)」required True→False - 门保留「解决方案」必填;对 111 条已完成复检 = 0 不满足 - 已关闭/历史对象既往不咎,不追溯、不置 escalate
parent b03bff04
......@@ -10,10 +10,10 @@ id_prefix: ISS
repo: git@118.31.18.126:bos-project-kb/zongxun-project-kb.git
branch: master
protected_path: list-config.md
version: 2
version: 3
today_source: system
template_from: tpl-issue-ops
checklists: [{'id': 'chk-take-ownership', 'bind': {'field': 'sap_status', 'to': '未开始', 'from': '进行中'}, 'gate': 'soft', 'items': [{'prompt': '沟通清楚了吗', 'kind': 'select', 'required': True, 'options': ['是', '否']}, {'prompt': '和谁', 'kind': 'text', 'required': True}]}, {'id': 'chk-complete-required', 'bind': {'field': 'sap_status', 'to': '已完成'}, 'gate': 'hard', 'items': [{'prompt': '解决方案', 'kind': 'text', 'required': True}, {'prompt': '工时(hours)', 'kind': 'text', 'required': True}]}, {'id': 'chk-close-required', 'bind': {'field': 'sap_status', 'to': '已取消'}, 'gate': 'hard', 'items': [{'prompt': '解决方案', 'kind': 'text', 'required': True}, {'prompt': '工时(hours)', 'kind': 'text', 'required': True}]}]
checklists: [{'id': 'chk-take-ownership', 'bind': {'field': 'sap_status', 'to': '未开始', 'from': '进行中'}, 'gate': 'soft', 'items': [{'prompt': '沟通清楚了吗', 'kind': 'select', 'required': True, 'options': ['是', '否']}, {'prompt': '和谁', 'kind': 'text', 'required': True}]}, {'id': 'chk-complete-required', 'bind': {'field': 'sap_status', 'to': '已完成'}, 'gate': 'hard', 'items': [{'prompt': '解决方案', 'kind': 'text', 'required': True}, {'prompt': '工时(hours)', 'kind': 'text', 'required': False}]}, {'id': 'chk-close-required', 'bind': {'field': 'sap_status', 'to': '已取消'}, 'gate': 'hard', 'items': [{'prompt': '解决方案', 'kind': 'text', 'required': True}, {'prompt': '工时(hours)', 'kind': 'text', 'required': False}]}]
work_type: 运维
entry_type: [任务, 问题]
---
......@@ -27,3 +27,4 @@ entry_type: [任务, 问题]
## 迁移记录
- v1 2026-07-17 草案生成。
- v2 仓库对齐:`repo` 指向 `bos-project-kb/zongxun-project-kb.git`(台账位于该仓库 `issues-ledger/`);Registry 条目 `zongxun-ops-26``subdir` 校正为 `issues-ledger`
- v3 2026-09-15 **放宽硬门**(SA 拍板):`chk-complete-required``chk-close-required` 的「工时(hours)」由必填改为**非必填**;原因为历史导入数据无工时、且该字段非本清单必需。门仍保留「解决方案」必填。已关闭/历史对象既往不咎(不追溯、不置 escalate)。
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment