docs: Introduce commercialization and technical debt documentation in English and Chinese, and update README diagram formatting.

This commit is contained in:
2569718930@qq.com
2026-03-11 11:42:16 +08:00
parent 025feaa96e
commit 35345a1b04
5 changed files with 86 additions and 86 deletions
+23 -23
View File
@@ -17,29 +17,29 @@ Official dashboard: [polyweather-pro.vercel.app](https://polyweather-pro.vercel.
```mermaid ```mermaid
mindmap mindmap
root((PolyWeather Pro)) root((PolyWeather Pro))
Data Layer "Data Layer"
[METAR (Aviation Weather / METAR)] "METAR (Aviation Weather / METAR)"
[MGM (Turkey MGM)] "MGM (Turkey MGM)"
[Station 17130 (Ankara Center 17130)] "Station 17130 (Ankara Center 17130)"
Open-Meteo "Open-Meteo"
[weather.gov (US cities)] "weather.gov (US cities)"
[Polymarket (P0 Read-only)] "Polymarket (P0 Read-only)"
Analysis Layer "Analysis Layer"
[DEB (Dynamic Error Balancing)] "DEB (Dynamic Error Balancing)"
[Probability Engine (mu + buckets)] "Probability Engine (mu + buckets)"
Trend Engine "Trend Engine"
Risk Profiles "Risk Profiles"
Mispricing Radar "Mispricing Radar"
Delivery Layer "Delivery Layer"
FastAPI "FastAPI"
Next.js Dashboard "Next.js Dashboard"
Telegram Bot "Telegram Bot"
Alert Push "Alert Push"
Ops Layer "Ops Layer"
[Docker Compose (VPS backend + bot)] "Docker Compose (VPS backend + bot)"
[Vercel (frontend)] "Vercel (frontend)"
[Cache + force_refresh] "Cache + force_refresh"
Speed Insights "Speed Insights"
``` ```
## Architecture ## Architecture
+23 -23
View File
@@ -17,29 +17,29 @@
```mermaid ```mermaid
mindmap mindmap
root((PolyWeather Pro)) root((PolyWeather Pro))
数据层 "数据层"
[METAR (Aviation Weather / METAR)] "METAR (Aviation Weather / METAR)"
[MGM (土耳其 MGM)] "MGM (土耳其 MGM)"
[安卡拉主站 (17130 Center)] "安卡拉主站 (17130 Center)"
Open-Meteo "Open-Meteo"
[weather.gov (美国城市)] "weather.gov (美国城市)"
[Polymarket (P0 只读)] "Polymarket (P0 只读)"
分析层 "分析层"
[DEB (动态误差平衡)] "DEB (动态误差平衡)"
[概率引擎 (mu + 桶分布)] "概率引擎 (mu + 桶分布)"
趋势引擎 "趋势引擎"
城市风险档案 "城市风险档案"
错价雷达 "错价雷达"
交付层 "交付层"
FastAPI "FastAPI"
[Next.js 仪表盘] "Next.js 仪表盘"
[Telegram Bot] "Telegram Bot"
预警推送 "预警推送"
运维层 "运维层"
[Docker Compose (VPS)] "Docker Compose (VPS)"
[Vercel (前端)] "Vercel (前端)"
[缓存 + force_refresh] "缓存 + force_refresh"
Speed Insights "Speed Insights"
``` ```
## 系统架构 ## 系统架构
+16 -16
View File
@@ -20,22 +20,22 @@ It is a decision-support layer for temperature-settlement markets:
```mermaid ```mermaid
mindmap mindmap
root((PolyWeather Monetization)) root((PolyWeather Monetization))
Product "Product"
Telegram Signal Channel "Telegram Signal Channel"
Web Dashboard "Web Dashboard"
VIP Bundle "VIP Bundle"
Pricing "Pricing"
[Entry 1 USD] "Entry 1 USD"
[Dashboard 5 USD] "Dashboard 5 USD"
[Bundle 5.5 USD] "Bundle 5.5 USD"
Access Control "Access Control"
[Manual activation (P1)] "Manual activation (P1)"
[Wallet/USDC detection (P2)] "Wallet/USDC detection (P2)"
Entitlement middleware "Entitlement middleware"
Growth "Growth"
Accuracy reports "Accuracy reports"
Retention analytics "Retention analytics"
User preference center "User preference center"
``` ```
--- ---
+12 -12
View File
@@ -9,18 +9,18 @@ Purpose: keep engineering debt explicit while shipping production features.
```mermaid ```mermaid
mindmap mindmap
root((Tech Debt)) root((Tech Debt))
Architecture "Architecture"
Monolithic bot entry "Monolithic bot entry"
Shared runtime coupling "Shared runtime coupling"
Product Infra "Product Infra"
Entitlement hardening "Entitlement hardening"
Subscription persistence "Subscription persistence"
Quality "Quality"
Replay harness "Replay harness"
Broader regression tests "Broader regression tests"
Observability "Observability"
Alert evidence trace "Alert evidence trace"
SLO dashboards "SLO dashboards"
``` ```
Current system health estimate: **84% stable / 16% debt**. Current system health estimate: **84% stable / 16% debt**.
+12 -12
View File
@@ -9,18 +9,18 @@
```mermaid ```mermaid
mindmap mindmap
root((技术债)) root((技术债))
架构层 "架构层"
机器人入口过于集中 "机器人入口过于集中"
共享运行时耦合 "共享运行时耦合"
产品基础设施 "产品基础设施"
订阅权限一致性 "订阅权限一致性"
付费用户持久化 "付费用户持久化"
质量保障 "质量保障"
回放测试能力 "回放测试能力"
UI 回归覆盖不足 "UI 回归覆盖不足"
可观测性 "可观测性"
告警证据链 "告警证据链"
SLO 看板 "SLO 看板"
``` ```
当前系统健康度估计:**84% 稳定 / 16% 技术债**。 当前系统健康度估计:**84% 稳定 / 16% 技术债**。