P3+P4+P5: prop-acc 迁移到多域 UDAS,新建 4 域骨架与顶层入口
P3 — prop-acc 30 文件迁移到多域 UDAS 结构:
- 3 概念:旧 prop-acc/一次性收费/概念-*.md
→ prop-acc/concepts/adhoc-*.md (kebab-case 英文)
- 25 场景:旧 prop-acc/一次性收费/场景-*.md
→ prop-acc/scenarios/adhoc-*.md
- 子文件夹 index.md → prop-acc/maps/knowledge-map.md (域内地图)
- prop-acc/index.md 重写为域首页(embed knowledge-map)
- 删除空目录 prop-acc/一次性收费/
每个迁移文件:
- title 加域前缀 "prop-acc · "
- aliases 含原 title (带空格) + 原文件名 basename (无空格),保证既有 [[...]] 引用解析
- status: stable → 已发布 / draft → 草稿 (UDAS 中文枚举)
- last_reviewed → last_review (UDAS 字段名)
- tags 补加 UDAS 类型分类 "概念" / "场景"
- 路径式 WikiLink 清除:
* [[../预存款/index|XX]] → [[预存款]]
* [[一次性收费/index|XX]] → [[prop-acc · 一次性收费索引]]
P4 — 4 个新业务域骨架:
- community (社区管理)
- administrative (行政人事)
- patrol (巡护工单)
- resident-portal (业户门户)
每域含 index.md (域首页) + maps/knowledge-map.md (域内地图模板)。
另补 cross/index.md + cross/maps/cross-domain-map.md。
P5 — 顶层入口:
- index.md: 站点首页 (Quartz 着陆点),embed domain-map
- maps/domain-map.md: 5 业务域 + cross 的索引表
迁移后状态:
- 共 50 篇 .md (30 原 + 8 跨域 stub + 4 域 index + 4 域 map + 2 cross + 2 root)
- 残留路径式 WikiLink: 0
- 残留英文 status: 0
- 残留 last_reviewed 字段: 0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
43
cross/index.md
Normal file
43
cross/index.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
title: cross · 跨域协作(中心)
|
||||
aliases:
|
||||
- cross
|
||||
- 跨域协作
|
||||
- 跨域中心
|
||||
tags:
|
||||
- 域首页
|
||||
- 跨域
|
||||
status: 草稿
|
||||
owner: 待指定
|
||||
last_review: 2026-05-25
|
||||
---
|
||||
|
||||
# 跨域协作(cross)
|
||||
|
||||
本目录承载**跨业务域**的内容,包括:
|
||||
|
||||
- **共享概念**(`cross/concepts/`) —— 多个域引用的对象(业户、员工、组织、房屋、工单、门卡、通知、角色权限)
|
||||
- **跨域编排场景**(`cross/scenarios/`) —— 涉及 2+ 域的业务流程(如"新业户入住"、"新员工入职")
|
||||
- **跨域架构决策**(`cross/decisions/`) —— 影响多域的 ADR
|
||||
|
||||
## 跨域共享概念
|
||||
|
||||
当前已就位 8 个 stub,内容待补:
|
||||
|
||||
- [[业户]] — 跨 4 域(prop-acc / community / patrol / resident-portal)
|
||||
- [[员工]] — 跨 4 域(administrative / prop-acc / patrol / community)
|
||||
- [[组织结构]] — 全 5 域
|
||||
- [[房屋单元]] — 跨 4 域
|
||||
- [[工单]] — 跨 3 域(patrol / community / resident-portal)
|
||||
- [[门卡]] — 跨 3 域(prop-acc / resident-portal / patrol)
|
||||
- [[通知]] — 全 5 域(基础设施)
|
||||
- [[角色与权限]] — 全 5 域(基础设施)
|
||||
|
||||
## 跨域地图
|
||||
|
||||
![[cross-domain-map]]
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [[cross-domain-map|跨域协作地图]]
|
||||
- [[domain-map|业务域索引]]
|
||||
Reference in New Issue
Block a user