Files
digital-psychology/docs/WAVE0/CATALOG_VS_CASE.md
T
jackyu66gitandCursor 62cd8c45dd chore: 合入 stash Ops hardening 与 migration 000041
Ask/catalog 权限与审计加固、量表读权限统一,以及未提交的 ops hardening 变更。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-13 01:46:34 +08:00

18 lines
854 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Catalog vs Case — 冻结说明
Wave0 Ops 薄切片中下列表/路径是 **类型目录(catalog****不是**用户个案:
| 表 | Admin 路径 | 语义 |
|----|------------|------|
| `crisis_events` | `/admin/crisis/events` | 危机事件**类型**占位 |
| `intervention_outcomes` | `/admin/crisis/interventions` | 干预结果**类型**占位 |
| `moderation_cases` | `/admin/content-safety/cases` | 审核案**类型**占位 |
| `ask_handoff_cases` | `/admin/ask/handoffs` | 转接案**类型**占位 |
| `privacy_requests` | `/admin/privacy/requests` | 隐私请求**类型**占位 |
**规则**
1. 禁止在同表写入 `user_id`、原文、联系方式等个案字段。
2. 真实个案须新表 + 新路径(例如 `crisis_case_records` / `/admin/crisis/cases`)。
3. OpenAPI / Admin 文案须标明「目录占位」。