Files
DashBoard/data/page_status.json
beabigegg a787436115 feat: 新增 Resource Cache 模組與表名更新
- 新增 resource_cache.py 模組,Redis 快取 DW_MES_RESOURCE 表
- 實作每 4 小時背景同步(MAX(LASTCHANGEDATE) 版本控制)
- 整合 filter_cache 優先從 WIP Redis 快取載入站點群組
- 整合 health 端點顯示 resource_cache 狀態
- 修改 resource_service 與 resource_history_service 使用快取
- 更新表名 DWH.DW_PJ_LOT_V → DW_MES_LOT_V
- 新增單元測試 (28 tests) 與 E2E 測試 (15 tests)
- 修復 wip_service 測試的 cache mock 問題
- 新增 Oracle 授權物件文檔與查詢工具

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 15:08:16 +08:00

46 lines
865 B
JSON

{
"pages": [
{
"route": "/",
"name": "首頁",
"status": "released"
},
{
"route": "/wip-overview",
"name": "WIP 即時概況",
"status": "released"
},
{
"route": "/wip-detail",
"name": "WIP 明細",
"status": "released"
},
{
"route": "/hold-detail",
"name": "Hold 明細",
"status": "released"
},
{
"route": "/tables",
"name": "表格總覽",
"status": "dev"
},
{
"route": "/resource",
"name": "機台狀態",
"status": "dev"
},
{
"route": "/excel-query",
"name": "Excel 批次查詢",
"status": "dev"
}
],
"api_public": true,
"db_scan": {
"schema": "DWH",
"updated_at": "2026-01-29 13:49:59",
"object_count": 19,
"source": "tools/query_table_schema.py"
}
}