74feca4467
- replace plaintext login and unlock requests with RSA-OAEP/AES-GCM encrypted payloads - add login challenge replay protection, production RSA key validation, and auth tests - wire compose to environment-driven dev/prod settings without committing local secrets - update setup-config smoke scripts and Postman docs for encrypted login - add visit schedule migrations/tests and update study/subject setup workflows
30 lines
1.7 KiB
Markdown
30 lines
1.7 KiB
Markdown
# Docs Index
|
|
|
|
CTMS 文档按用途分为三类:当前操作手册、审计与治理记录、历史实现计划。
|
|
|
|
## 当前常用
|
|
|
|
- [`guides/release-checklist.md`](guides/release-checklist.md): 发布前检查项与回归门禁
|
|
- [`guides/branch-environment-installation.md`](guides/branch-environment-installation.md): `dev`、`main`、`release` 分支环境安装配置
|
|
- [`guides/setup-config-api.md`](guides/setup-config-api.md): 立项配置接口、联调与冒烟说明
|
|
- [`setup-config-curl-smoke.sh`](setup-config-curl-smoke.sh): 立项配置 curl 冒烟脚本
|
|
- [`postman/setup-config.postman_collection.json`](postman/setup-config.postman_collection.json): Postman 联调集合
|
|
- [`postman/local.postman_environment.example.json`](postman/local.postman_environment.example.json): Postman 本地环境模板
|
|
|
|
## 审计与治理
|
|
|
|
- [`audits/auth-session-acceptance.md`](audits/auth-session-acceptance.md): 鉴权会话验收清单
|
|
- [`audits/enterprise-ui-acceptance-checklist.md`](audits/enterprise-ui-acceptance-checklist.md): Enterprise UI 验收结果
|
|
- [`audits/setup-config-code-audit.md`](audits/setup-config-code-audit.md): 立项配置代码审计记录
|
|
- [`audits/storage-persistence-audit.md`](audits/storage-persistence-audit.md): 存储落库扫描快照
|
|
- [`audits/storage-persistence-governance.md`](audits/storage-persistence-governance.md): 存储落库治理基线与流程
|
|
|
|
## 历史计划
|
|
|
|
- [`plans/`](plans): 设计稿、实施计划与历史交付记录
|
|
|
|
约定:
|
|
- `guides/` 放当前仍会被执行、查阅或复制命令的操作文档
|
|
- `audits/` 放验收、治理、审计、扫描结果
|
|
- `plans/` 只作为历史记录,不作为当前操作入口
|