組合器
左邊切產業、選場景, 右邊即時預覽組合後的應用。URL 本身就是組合定義, 可分享 / 書籤。
資料表格 · data-table
工單表單檢視
Filter·Sort·Group
| ID | 工單 | 狀態 | Priority | Assignee | SLA | 金額 |
|---|---|---|---|---|---|---|
| t-9001 | Webhook delivery failing for enterprise acct ACME Corp · P0 | In Progress | Sam | P0 | bug | NT$ 4 |
| t-9002 | SSO setup request — Okta integration Linear Mobile · P1 | Open | Mia | P1 | integration | NT$ 1 |
| t-9003 | Dashboard loads slow on large datasets Figma Labs · P2 | In Review | Jay | P2 | perf | NT$ 2 |
| t-9004 | Billing: invoice missing line items Notion Team · P1 | In Progress | Sam | P1 | billing | NT$ 3 |
| t-9005 | Feature request: bulk CSV import Vercel Studio · P3 | Open | Mia | P3 | feature | — |
| t-9006 | Auth token expires too aggressively Stripe Atlas · P1 | Resolved | Jay | P1 | auth | — |
Webhook 註冊 · webhook-registry
Webhook 訂閱
4 個端點 · 過去 24h
- 100%
https://acme.slack.com/hooks/abc...new.resource, status.changed - 98.2%
https://zapier.com/hooks/1234...*.completed - 74.5%
https://crm.internal/webhooknew.resource - 89.1%
https://legacy-backup.net/inresource.deleted
設定漂移 · config-drift
Config Drift · 設定漂移
3 個環境與 IaC 不一致
- HIGH
prod-asia-1:rate_limit_per_minexpected: 1000 → actual: 500 - MEDIUM
prod-eu-1:cache_ttlexpected: 300s → actual: 60s - LOW
staging:debug_modeexpected: false → actual: true
Schema 變更 · schema-diff
Schema Diff · v2.3 → v2.4
工單_tx table · 4 個變更
- +customer_segment : varchar(32)
- +tax_exempt_flag : boolean
- ~amount : decimal(10,2) → decimal(14,2)
- -legacy_customer_code : varchar(16)