← 所有應用

SaaS 客服後台

Ticket 流程 + SLA 指標 + 單筆追蹤
B2B SaaS (saas)×kpi-dashboard+pipeline-board+data-table+resource-detail
在組合器編輯 →
組合源碼 · 這個應用在程式裡長這樣點擊展開
// src/scenarios/registry.tsx
{
  id: 'saas-support',
  name: 'SaaS 客服後台',
  industry: 'saas',
  scenarios: [
    'kpi-dashboard',
    'pipeline-board',
    'data-table',
    'resource-detail',
  ],
  description: 'Ticket 流程 + SLA 指標 + 單筆追蹤',
}

// 渲染只需:
import { getIndustry } from '@/scenarios/industries';
import { getScenario } from '@/scenarios/registry';

const ctx = getIndustry('saas');
const kpi_dashboard = getScenario('kpi-dashboard')!.render(ctx);
const pipeline_board = getScenario('pipeline-board')!.render(ctx);
const data_table = getScenario('data-table')!.render(ctx);
const resource_detail = getScenario('resource-detail')!.render(ctx);
沒有 bespoke 元件、沒有複製貼上。換產業只要改 industry 那一行。
KPI 指標總覽 · kpi-dashboard
系統概況
即時 KPI · 對比昨日
MRR
USD 48,200
7%
Open Tickets
23
4%
Uptime
99.97%
Churn
1.8%
0.3%
流程看板 · pipeline-board
支援流程
依狀態分組 工單
Open
2
SSO setup request — Okta integration
Linear Mobile · P1
t-9002M
Feature request: bulk CSV import
Vercel Studio · P3
t-9005M
In Progress
2
Webhook delivery failing for enterprise acct
ACME Corp · P0
t-9001S
Billing: invoice missing line items
Notion Team · P1
t-9004S
In Review
1
Dashboard loads slow on large datasets
Figma Labs · P2
t-9003J
Resolved
1
Auth token expires too aggressively
Stripe Atlas · P1
t-9006J
資料表格 · data-table
工單表單檢視
Filter·Sort·Group
ID工單狀態PriorityAssigneeSLA金額
t-9001
Webhook delivery failing for enterprise acct
ACME Corp · P0
In ProgressSamP0bugNT$ 4
t-9002
SSO setup request — Okta integration
Linear Mobile · P1
OpenMiaP1integrationNT$ 1
t-9003
Dashboard loads slow on large datasets
Figma Labs · P2
In ReviewJayP2perfNT$ 2
t-9004
Billing: invoice missing line items
Notion Team · P1
In ProgressSamP1billingNT$ 3
t-9005
Feature request: bulk CSV import
Vercel Studio · P3
OpenMiaP3feature
t-9006
Auth token expires too aggressively
Stripe Atlas · P1
ResolvedJayP1auth
資源詳情 · resource-detail
t-9001

Webhook delivery failing for enterprise acct

ACME Corp · P0
In Progress
Priority
P0
Assignee
P0
SLA
P0
活動時間軸
  • Sam 更新狀態
    剛剛
  • 客戶已確認
    5 分鐘前
  • 工單建立
    12 分鐘前