Sercomm SWPA's Harmonic CMTS Management System
Go to file
swpa 9585a4c958 feat: finalize JSON cache architecture and prepare for PostgreSQL migration
- 穩定並完善現有基於 JSON 檔案的 running/full 雙軌快取機制
- 確認 __metadata__ (版本與掃描時間) 的讀寫邏輯運作正常
- 確立下一階段 PostgreSQL + asyncpg 的升級藍圖與 Schema 設計
- 準備建立 feature/postgres-migration 分支進行資料庫無痛轉移
2026-05-19 18:25:10 +08:00
routers feat: finalize JSON cache architecture and prepare for PostgreSQL migration 2026-05-19 18:25:10 +08:00
static feat: finalize JSON cache architecture and prepare for PostgreSQL migration 2026-05-19 18:25:10 +08:00
.gitignore 將虛擬環境移出版本控制 2026-05-09 16:29:01 +08:00
cmts_leaf_options_cache.json feat: 1.重構快取掃描邏輯,新增局部與全域操作分離, 2.GUI按鈕格規格統一化。 2026-05-15 15:17:28 +08:00
cmts_leaf_options_cache.json.bk feat: 1.重構快取掃描邏輯,新增局部與全域操作分離, 2.GUI按鈕格規格統一化。 2026-05-15 15:17:28 +08:00
cmts_scraper.py feat: finalize JSON cache architecture and prepare for PostgreSQL migration 2026-05-19 18:25:10 +08:00
filters_full.json feat: finalize JSON cache architecture and prepare for PostgreSQL migration 2026-05-19 18:25:10 +08:00
filters_running.json feat: finalize JSON cache architecture and prepare for PostgreSQL migration 2026-05-19 18:25:10 +08:00
index.html feat: finalize JSON cache architecture and prepare for PostgreSQL migration 2026-05-19 18:25:10 +08:00
init_db.py 樹狀結構修整&各欄位提示資料建立與快取設計 2026-05-08 16:50:12 +08:00
main.py feat: 導入 SSE 串流機制與 API 路由標準化 2026-05-13 18:31:34 +08:00
requirements.txt 將虛擬環境移出版本控制 2026-05-09 16:29:01 +08:00
shared.py fix: isNoCommand讀取寫入邏輯重整 2026-05-13 10:32:26 +08:00
system_settings.json feat: 1.重構快取掃描邏輯,新增局部與全域操作分離, 2.GUI按鈕格規格統一化。 2026-05-15 15:17:28 +08:00
test_scraper.py 樹狀結構修整&各欄位提示資料建立與快取設計 2026-05-08 16:50:12 +08:00