docs(adr): ADR-024 PPT Wave 2 (forecast + promo_compare) + deprecate bcg/growth
All checks were successful
CD Pipeline / deploy (push) Successful in 2m41s

Wave 2 完成 2 種新報表:
- forecast_pre_event (9f04dc3) — 檔期前 14 天備戰策略 (BU 主管用)
- promo_compare (958f705) — 多活動 ROI 並排比較 (行銷主管覆盤)

正式廢除(DEPRECATED 標記,函式保留作 internal helper):
- bcg — 與 strategy 報表功能重疊(strategy 已含 BCG 五級分類)
- growth — 已被 quarterly + half_yearly + annual + ttm 完全取代

報表體系現況:16 種有效(v3 重做 6 + Wave 1 新增 8 + Wave 2 新增 2)+ 2 種
DEPRECATED;4 種角色覆蓋(採購/PM/行銷/CFO/CEO)。

forecast 核心:baseline 日均 × 21 天 × lift_factor,含 8 種檔期靜態知識
(雙11 1.65× / 母親節 1.40× 等),封面倒數天數徽章自動切換。

promo_compare 核心:N 場活動並排 KPI 表 + 拉抬 % 排序橫條 + 4 排名亮點
(最高拉抬/最低拉抬/最佳毛利/最高業績)。

Wave 3 待辦:market_intel_weekly / new_product / clv / price_elasticity
Wave 4 待辦:inventory / operations / finance(依資料層)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
OoO
2026-05-03 12:30:35 +08:00
parent dda0a06bfd
commit af6157f8ba
3 changed files with 121 additions and 2 deletions

View File

@@ -50,7 +50,8 @@ TEMPLATE_VERSIONS = {
# ── DEPRECATED以下 type 從未實際落地(依 ADR-014 校正 2026-04-28
# 函式 generate_growth_ppt / generate_vendor_ppt / generate_bcg_ppt 仍存在於本檔,
# 但路由層未綁定指令;保留版本字串避免如未來重啟時快取 schema 對不上。
'growth': 'v2.0', # DEPRECATED — 從未落地
'growth': 'v2.0', # DEPRECATED — 從未落地,已由 quarterly/half_yearly/annual/ttm 取代ADR-023
'bcg': 'v2.0', # DEPRECATED — 與 strategy 重疊strategy 已含 BCG 加碼/機會/收割/觀察五級分類)
'vendor': 'v3.1.0', # 2026-05-03 喚醒 + v3 暖紙風 + matplotlib 雙視圖 + 採購策略 SMART prompt + 集中度警示
'quarterly': 'v3.1.0', # 2026-05-03 季報period_review 共用 generator
'half_yearly': 'v3.1.0', # 2026-05-03 半年報
@@ -60,7 +61,6 @@ TEMPLATE_VERSIONS = {
'customer': 'v3.1.0', # 2026-05-03 客戶/訂單分析(簡化 RFM受資料層 user_id 限制)
'forecast_pre_event': 'v3.1.0', # 2026-05-03 檔期前瞻報baseline × lift_factor 預測 + 去年同檔期)
'promo_compare': 'v3.1.0', # 2026-05-03 多活動 ROI 並排比較
'bcg': 'v2.0', # DEPRECATED — 從未落地
}