初始提交:飞球 ETL 系统全量代码
This commit is contained in:
32
docs/audit/cleanup_proposal.md
Normal file
32
docs/audit/cleanup_proposal.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 仓库精简方案 — 执行记录
|
||||
|
||||
> 初始生成时间: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`。
|
||||
Reference in New Issue
Block a user