docs(design): apply Sense prototype review
This commit is contained in:
@@ -921,7 +921,7 @@ scene_packs/campus@1.2/
|
||||
|
||||
| 约束 | 实现 |
|
||||
| --- | --- |
|
||||
| 卧室、卫生间**禁装摄像头** | `devices.privacy_flag = true` 时系统拒绝创建 `device_type = camera`(代码级硬约束) |
|
||||
| 卧室、卫生间**禁装摄像头** | `areas.capture_policy = non_imaging_only` 时,Sense 在设备新增/启用写路径拒绝具有 `captures_image` 能力的设备(代码级硬约束);策略读取失败时拒绝新变更并告警,不静默切断已有链路 |
|
||||
| 平时不解码不上传 | 触发式推理 + `record: no` + 边缘环形缓冲 |
|
||||
| 家属只能看自己家的告警关联片段 | RBAC:`family` 角色的证据访问范围 = `site_id` ∩ `alert_events` |
|
||||
| 3 分钟内必有真人接手 | 4 级升级链(30s/60s/90s → 呼叫中心) |
|
||||
@@ -1228,7 +1228,7 @@ redis 消息总线
|
||||
- [ ] 终止服务时的底库彻底删除义务与证明方式已约定
|
||||
|
||||
## 架构
|
||||
- [ ] `devices` 表而非 `cameras`,含 `device_type`
|
||||
- [ ] `devices` 表而非 `cameras`,含 `modality + capabilities`;Area 持有 `capture_policy`
|
||||
- [ ] 设备身份用序列号
|
||||
- [ ] 触发入口独立成 handler
|
||||
- [ ] `sync_state` 每系统一行
|
||||
|
||||
Reference in New Issue
Block a user