Routes & Pages
Định nghĩa trong src/App.tsx. Route / redirect → /dashboard.
Public routes
| Route | Component | Mục đích |
|---|---|---|
/login | LoginPage | Đăng nhập + OTP 2FA + Turnstile |
/forgot-password | ForgotPasswordContactPage | Bước 1 |
/forgot-password/otp | ForgotPasswordOtpPage | Bước 2 |
/forgot-password/reset | ForgotPasswordResetPage | Bước 3 |
Protected routes
| Route | Component | Mục đích |
|---|---|---|
/dashboard | DashboardPage | Tổng quan, hierarchy tree, mua/phân phối credit |
/agents | SuperAgentManagementPage (section=agents) | Danh sách managed agents |
/agents/new | CreateManagedAgentPage | Tạo agent mới |
/agents/:agentId | ManagedAgentDetailPage | Chi tiết agent |
/shops | SuperAgentManagementPage (section=shops) | Danh sách shops |
/shops/:shopId | ShopDetailPage | Chi tiết shop |
/players | SuperAgentManagementPage (section=players) | Danh sách players |
/transactions | AgentTransactionsPage | Sổ credits, export CSV |
/online-transactions | OnlineBalanceTransactionsPage | Sổ USD, rút crypto |
/provider-fees | ProviderFeesPage | Phí provider (read-only) |
/fraud-indicators | FraudIndicatorsPage | Fraud player |
/popups/send | SendShopPopupPage | Gửi popup |
/broadcasts/send | SendBroadcastPage | Gửi broadcast |
/payment/return | AgentPaymentReturnPage | Callback thanh toán |
/settings | SettingsPage | Cost rate, 2FA, low balance |
Catch-all * → /dashboard.
Managed Agent detail (/agents/:agentId)
| Tab / Section | Nội dung |
|---|---|
| Overview | Thông tin agent, wallets |
| Security | Tên, password, cost rate, popup permissions |
| Credit | Phân phối/rút credit, ledger |
| Games | Game mappings (GET/PUT .../game-mappings) |
Shop detail (/shops/:shopId)
| Tab | Nội dung |
|---|---|
| Overview | Thông tin, wallets |
| Security | Cost rate, password, popup permission |
| CDN wallet | Credit transactions |
| USD wallet | Online balance ledger |
Components chính
| Component | Vai trò |
|---|---|
AppLayout | Sidebar, mobile nav, balance cards, breadcrumb |
HierarchyMiniTree | Cây phân cấp trên dashboard |
CreditPurchaseTrigger/Modal | Mua credit |
DistributeCreditsTrigger | Phân phối credit xuống agent/shop |
WithdrawCreditsFromAgentTrigger | Rút credit từ agent |
SuperAgentAgentCreditTrigger | Credit actions trên agent |
ManagedShopWalletHistoryPanel | Lịch sử ví shop |
AgentNotificationBell | Broadcast notifications |
AgentInAppPopupGate | In-app popup gate |
VerifyNowTrigger | Xác minh email/phone |
PortalWithdrawalLimitsPanel | Giới hạn rút USD |