Admin Application¶
Обзор¶
Административная панель Saga обеспечивает управление платформой, одобрение транзакций и мониторинг системы.
Основной функционал¶
User Management¶
- User list & search
- Account details
- Wallet associations
- Activity monitoring
Withdrawal Approvals¶
- Pending withdrawal queue
- Approval/Rejection workflow
- Blockchain execution tracking
- Batch operations
Investment Management¶
- Investment queue
- Approval workflow
- Protocol monitoring
- Performance analytics
Dashboard & Analytics¶
- System metrics
- Transaction statistics
- User growth
- Financial reports
Ключевая структура¶
frontend/admin-app/
├── src/
│ ├── app/ # Next.js App Router
│ │ ├── page.tsx # Admin dashboard
│ │ ├── users/ # User management
│ │ ├── withdrawals/ # Withdrawal approvals
│ │ └── investments/ # Investment queue
│ ├── components/
│ │ ├── admin/ # Admin components
│ │ ├── tables/ # Data tables
│ │ └── common/ # Shared components
│ └── lib/
│ ├── api/ # Admin API client
│ └── hooks/ # Admin hooks
└── public/ # Static assets
Security¶
- Admin JWT: Отдельные токены от user токенов
- Permission system: Role-based access
- Audit logging: Все действия логируются
- 2FA (planned): Two-factor authentication
Analytics Features¶
- Real-time metrics
- Chart visualizations
- Export capabilities (CSV, Excel)
- Custom date ranges
Связанная документация¶
📋 Метаданные¶
Версия: 2.4.82
Обновлено: 2025-10-21
Статус: Published