docs(frontend): 記錄廠商缺貨清單 V2

This commit is contained in:
OoO
2026-05-01 00:12:28 +08:00
parent 99d5bc8e81
commit a821b733ad
3 changed files with 4 additions and 3 deletions

View File

@@ -142,8 +142,8 @@
建議順序:
1. `web/templates/vendor_stockout/index.html`
2. `web/templates/vendor_stockout/list.html`
1. `web/templates/vendor_stockout/index.html`(已以 `templates/vendor_stockout_index_v2.html` feature flag 方式落地)
2. `web/templates/vendor_stockout/list.html`(已以 `templates/vendor_stockout_list_v2.html` feature flag 方式落地)
3. `templates/auto_import_index.html`
4. `templates/ai_recommend.html`
5. `templates/settings.html` / `templates/crawler_management.html`

View File

@@ -62,6 +62,7 @@
### 2026-05-01Frontend V2 營運頁推進
- **Vendor Stockout V2 feature flag**: `/vendor-stockout` 預設仍走既有頁;`/vendor-stockout?ui=v2` 才渲染 `vendor_stockout_index_v2.html`,統計來自正式 `VendorStockout/VendorList/VendorEmail/EmailSendLog` 查詢,不建立假資料。
- **Vendor Stockout List V2 feature flag**: `/vendor-stockout/list` 預設仍走既有頁;`/vendor-stockout/list?ui=v2` 才渲染 `vendor_stockout_list_v2.html`,清單、批次、搜尋、分頁與狀態統計都從正式 `VendorStockout` 查詢組裝,並移除重複的 `web/templates/vendor_stockout_index_v2.html`
### 2026-04-28~29Phase 3e 重構大戰 + daily_sales cache 隱形 bug 根除
- **app.py 縮減 -10.8%**: 7,386 → 6,590 行11 commits 全綠零 502。