Files
ZQYY.FQ-ETL/docs/audit/cleanup_proposal.md

33 lines
1.2 KiB
Markdown
Raw Permalink 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.
# 仓库精简方案 — 执行记录
> 初始生成时间2026-02-12
> 最后更新2026-02-12
> 基于 `docs/audit/` 三份审计报告 + 流程树分析结果
---
## 执行状态
大部分精简工作已在 2026-02-12 完成:
- `tmp/` 整个目录已移至 `.Deleted/`
- 根目录散落文件(`check_dwd_table_consistency.py``fix_symbols.py``query_db.py` 等)已移至 `.Deleted/`
- `fetch-test/` 已移至 `.Deleted/`
- `scripts/logs/` 已清理
- `logs/``export/``reports/` 已加入 `.gitignore`
- `Deleted/` 已重命名为 `.Deleted/`(隐藏目录)
- `tasks/` 已重构为子目录结构(`ods/``dwd/``dws/``utility/``verification/`
- `scripts/` 已重构为子目录结构(`audit/``check/``db_admin/``export/``rebuild/``repair/`
- `docs/` 已重组为子目录(`dictionary/``index/``reports/``data_exports/``requirements/``开发笔记/`
- `.gitignore` 已补充完善
## 剩余待处理
如需进一步精简,可运行审计脚本查看最新状态:
```bash
python -m scripts.audit.run_audit
```
审计报告输出到 `docs/audit/` 下的 `file_inventory.md``flow_tree.md``doc_alignment.md`